Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

Canonical link tag automation

         

AlexB77

4:28 pm on Sep 15, 2011 (gmt 0)

10+ Year Member Top Contributors Of The Month



Hey all,

Can anyone help with some sort of a php script or piece of code to automate
<link rel="canonical" href="http://www.mysite.com/dir_one/index.html">
generation on the standard html page.

any help is much appreciated.

tedster

4:43 pm on Sep 15, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Depending on what you mean by "standard HTML", it might be a bit tough to automate. Unless you are using a CMS, there's nowhere to grab the canonical URL itself. If you are using a common CMS, most of them already have canonical link plug-ins available.

AlexB77

5:21 pm on Sep 15, 2011 (gmt 0)

10+ Year Member Top Contributors Of The Month



Thanks Tedster,

so the only real way is to basically put link on each page manually?

I have one more question

does that mean if a website is placing this link under the templates editable region (note: not including within editable region), does that mean that this site is actually using CMS?

<!-- InstanceEndEditable -->
<link rel="canonical" href="http://www.mysite.com/dir_one/index.html">

tedster

7:01 pm on Sep 15, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you talking about Dreamweaver? I haven't used it since the canonical link was introduced. But, from what I recall, that does sound like someone is manually adding the actual canonical URL to every page.

AlexB77

7:33 pm on Sep 15, 2011 (gmt 0)

10+ Year Member Top Contributors Of The Month



It is Dreamweaver and Yes it does not, but then what we are left with?

There may be some sort of php snippet that can basically strip or simply copy the URL before any "?" mark or something?

tedster

11:07 pm on Sep 15, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



But where would the url be sourced from? You don't want a canonical link to be generated on the fly - it should be actually written into the page.

If you're concerned about stripping any bad query strings, I'd do that in your own .htaccess file, not with the canonical link tag that depends on the search engines getting it right.