...and my second official post! ;)
A problem we've experienced in the past is with the search engines indexing an ssl version of the correctly indexed non-ssl homepage This is a fast way to create duplicate indexed content...a bad thing...particularly for the homepage.
Is there some way to implement the "canonical" tag (below) without it pointing everything to the homepage (http://www.mydomainname.com)?
<link rel="canonical" href="http://www.mydomainname.com/" />
Would this work?:
<div id="if_homepage">
<link rel="canonical" href="http://www.mydomainname.com/" />
</div>
Thanks in advance.
NT
A problem we've experienced in the past is with the search engines indexing an ssl version of the correctly indexed non-ssl homepage This is a fast way to create duplicate indexed content...a bad thing...particularly for the homepage.
Is there some way to implement the "canonical" tag (below) without it pointing everything to the homepage (http://www.mydomainname.com)?
<link rel="canonical" href="http://www.mydomainname.com/" />
Would this work?:
<div id="if_homepage">
<link rel="canonical" href="http://www.mydomainname.com/" />
</div>
Thanks in advance.
NT
Comment