tags:

views:

69

answers:

1

what would be the impact on SEO of changing the text of the <h1> dynamically on the server side each time the web page loads?

I'm not talking about changing the whole text, just part of it, for example if the header contains some fixed text (with keywords of course), and also contains the current date or time/the current number of logged on users/the count of items current in stock/whatever.

how would that affect my ranking? is it bad? doesn't make a difference?

thanks.

+1  A: 

i don't think that element you need should be H1, since semantically, H1 is most important heading on a page which can but shouldn't contain anything that isn't of crucial importance like that number of logged in users o time.

Personally, i would use H1 just for important heading which contains important keywords.

Otherwise, you can put wanted H1 and perhaps a Paragraph and put them in a DIV altogether for such purpose where paragraph contains content irrelevant to page and still harness the value of a H1 and content you want in virtually the same spot.

purpler
I agree, and that's also what I told our development teams here, but still I was asked that question :)so, the recommendation to separate dynamic text from the H1 tag is accepted, yet I would like to know what kind of impact it has if it remains there.
Ami
perhaps loosing of context?one of big errors that people make while building websites is that they give undescriptive titles and headings which don't go with the flow of what page is actually about.Don't know really but i don't think it could bring any benefit to a website rankings.maybe this could help:http://wantedtext.com/change-wordpress-h1-seo-dynamic-post-title
purpler