The heading tag has no wiki summary.
1
vote
2answers
85 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
...
4
votes
2answers
50 views
I dont want to hide my headings, but I dont want untitled articles
I'm currently building a site, that contains tabs (Bootstrap) for the articles. I dont want to show headings in the articles, because the tabs work as headings for the user.
But the tab buttons are ...
6
votes
2answers
205 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
1answer
94 views
Chrome has recently started chopping the bottom of some titles, anyone know why?
The title is the entirety really.
Chrome has started to chop the bottom off my titles (not noticed in on any paragraph text).
I've tried the usual, incognito mode to disable and extensions, delete my ...
1
vote
0answers
91 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
331 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 ...
2
votes
2answers
152 views
Why use flash to as content headings? Why not?
A large number of sites lately which use Flash to replace what would be simple HTML headings (h1, h2, h3). Some of them do it consistently for every header.
Why would you do this? What are the pros ...
1
vote
1answer
566 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 ...