1
vote
2answers
76 views

SEO and HTML semantics of putting H2 above H1 elements?

Here's a hypothetical from both an SEO and semantic HTML/content architecture perspective: Consistent code When building a multi-page site, adopting the following architecture on all pages is ...
5
votes
1answer
62 views

How important are headings in SEO

I have a website that sells music artists posters. Each artists has a page containing a small bio, and a list of posters we are selling representing the artist. Currently our HTML looks like that ...
6
votes
2answers
203 views

Does not using H1 in pages adversely affect SEO?

My company's website uses page templates that don't include an <h1> element anywhere in the page. The main heading, as seen by the user, is actually an <h2> element and the company logo ...
1
vote
0answers
89 views

How to get the pageURL, page title, page H1 in excel/csv format [closed]

Is there any online tool to get the URL, title, H1 in Excel/CSV format of all the pages in a website.
0
votes
3answers
76 views

Recommendation on how to get Authors to start using Headings instead of Bold

I hope this question is in the correct SE website. I run a multi-author football website. The site has been up since 2009. Each year some authors come and some go. The site is built on WordPress, if ...
5
votes
2answers
320 views

Is using H2s instead of H1s a big deal?

Basically, the way the development of a site I am working on has happened, virtually all pages use H2 instead of H1 as the "root" title (and then H3-5 are used appropriately). Since Google pays such ...
0
votes
1answer
51 views

SEO questions about website page titles [duplicate]

Possible Duplicate: Should my Title tag be the same as my H1 tag? should the <title> tag be the same as the <h1> tag? should the <title> tag contain the website name too? ...
4
votes
2answers
330 views

h1 including breadcrumb links

Is there any precedent or testing of using a breadcrumb list of separate links (and current page text) within an h1 and search engine algorithms? I'm using nested navigation on a travel site. So ...
1
vote
1answer
561 views

Are there any difference between `<h1> … <h6>` tags for SEO? [duplicate]

Possible Duplicate: Does Heading tags like <h1> and <h2> make a big differences during SEO? Are there any difference between <h1> ... <h6> tags for SEO ? For ...
20
votes
8answers
4k views

H1 vs H2 vs Other for website title/logo and SEO

It is a common practice for front-end developers to put the website title or logo in H1 tag and the title in H2. But most of the time the title of the page/article is more important because it carries ...