Ticket #314 (assigned enhancement)

Opened 15 years ago

Last modified 15 years ago

SEO opportunities: H1 tags

Reported by: maryann Owned by: khaled
Priority: major Milestone: Beta 18.1 Release
Component: standard platform Version:
Severity: Deployed (Tech) Keywords:
Cc:

Description

Every page on the site should be set up so that there is a single H1 tag (the title/main keyword).

Task #1: H1 Tags
Category Page: currently fine – there is only 1 H1 tag, and it is the name of the category
Sub-Category Page: There are 2 H1 tags currently, one for the title and one for the phrase “All Content in Skin Cancer.” action: change the 2nd H1 tag to an H2 tag.
Video Page: There are multiple H1 tags on the page (title, “Embed”, “Rating”, “Views:”, “Comments”, “More Content From The Web”) action: remove all of the H1 tags besides the title.
Article Page: There are multiple H1 tags on the page (title, “Share”, “Rating”, “Views:”, “Comments”,) action: remove all of the H1 tags besides the title.
Survey Pages: There is one H1 tag on the page – which is wrong (“News Health Guru Surveys”) action: remove that H1 tag, and make the H1 tag should be the question on the page (not the answer) .

Change History

follow-up: ↓ 2   Changed 15 years ago by lee

  • owner changed from lee to maryann
  • status changed from new to assigned

Sub-Category page:
scripts/content/browse.phtml --changed h1 tags to h2 tags and preserved formatting with inline class settings.

Video Page:
scripts/content/video.phtml. changed h1 tags to h2 tags and preserved formatting by adding h2 in main.css such that
.content-page .tab h1 h2
and changed h1s to h2s such that
.content-page .embed-box h2, .rating-box h2, .views-box h2.

Comments Page:
commentblock.phtml --
changed h1 to h2 for showcomments div. changed h1 surrounding "Comments" to h2 and added inline style to preserve formatting.

Article page:
scripts/content/article.phtml. changed h1 tags to h2 tags. uses same formatting as main.css

Survey page:
surveybox.phtml -- changed ChannelName? Health Guru Surveys to h2 and preserved old formatting with inline class manipulation.

survey_askquestion.phtml -- changed text inside survey_question div to h1 and preserved formatting by creating new .survey_question h1 in main.css.

in reply to: ↑ 1   Changed 15 years ago by maryann

  • owner changed from maryann to khaled
  • severity changed from Implementing (Tech) to Ready Review (Tech)

Checked everything..........

Category & Sub-Category page<--checked, only h1 tag (title of category/subcategory) and appearance matches live site
Video Page<--checked, only h1 tag (title of video) and appearance matches live site
Article page<--checked, only h1 tag (title of article) and appearance matches live site
Survey pages

-all surveys pages <--checked, only h1 tag (title of featured survey) and appearance matches live site
-survey pages<--checked, only h1 tag (question) and appearance matches live site
-survey results<-- checked, only h1 tag (question) and appearance matches live site

  Changed 15 years ago by lee

removed spurious h1 tags and inserted correct h1 tags to:

Front Page:
index.phtml --
set h1 to "Health Videos"

channelbox.phtml --
changed h1 tags to h2 tags for "most popular" and "featured" and matched formatting using inline style.

Health A-Z:
archive.phtml --
set h1 tag to "Heath Guru Archives"

Other Pages:
advertisers.phtml --
set correct h1

aboutus.phtml --
set correct h1

contactus.phtml --
set correct h1

  Changed 15 years ago by khaled

  • severity changed from Ready Review (Tech) to Ready Release (Tech)

Tested and Validated (Dev, FireFox? 3.6, Ubuntu 9.10)

Ready for Release 18.1 Candidate 1

  Changed 15 years ago by khaled

  • severity changed from Ready Release (Tech) to Deployed (Tech)
Note: See TracTickets for help on using tickets.