A mechanism to include site title in every page, but not in <title> element
Posted
by
Saeed Neamati
on Pro Webmasters
See other posts from Pro Webmasters
or by Saeed Neamati
Published on 2011-08-17T06:52:13Z
Indexed on
2012/09/02
9:50 UTC
Read the original article
Hit count: 383
Each site can have a name. For example, site x. Each page also can have a name (or a title) that should appear in <title>
tag in the header. However, many websites out there use the combination site name - page name
to provide the value for <title>
tag. I find it a little far from being semantic. On the other hand, if you only include page title in <title>
tag, search engines won't find your site by its name. For example, if your site's name is Thought Results and you don't include it in page titles, then if you search for Thought Results, you won't find your site in SERPs.
Thus I'm searching for a mechanism to both include site title (not page title) in every page, and also only include page title in <title>
tag to get more semantic results.
Is there any way to achieve this?
© Pro Webmasters or respective owner