← Prev in month ← Prev in thread

How to specify rel="canonical in Docbook and conversion for HTML

From
Lars Vogel <>
Date
2011-09-20T07:14:11+00:00
ID
Thread
How to specify rel="canonical in Docbook and conversion for HTML
Hi,

a while ago the big search engines introduce the rel="canonical attribute in the header to identify the "main" content webpage, especially useful if you have a chunks version and a single page version of your HTML content.

This is something which should go into the <head> section and may be different per DocBook document. It would look like the following:

link rel="canonical" href="" href="http://www.example.com/product.php?item=swedish-fish">http://www.example.com/product.php?item=swedish-fish" />

Details can be found here:

http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html

Is this available in Docbook and considered by the XLST Stylesheets?

Best regards, Lars

-- 
Lars
http://www.vogella.de - Eclipse, Android and Java Tutorials

http://www.twitter.com/vogella - Lars on Twitter
← Prev in month ← Prev in thread