Page 1 of 1
Feature request: canonical link targets
Posted: Wed Feb 18, 2009 5:22 am
by ax11
as explained here:
http://googlewebmastercentral.blogspot. ... nical.html
this should be no big deal to implement, could clean up search engine indices, might reduce crawler-based traffic and would significantly reduce 404s after changing tags or categories, as there could be one "canonical" or primary URI for each post (probably the one generated from the publishing datetime) that should always be linked to.
Re: Feature request: canonical link targets
Posted: Wed Feb 18, 2009 11:50 am
by garvinhicking
Hi!
Actually, this is a big deal to implement.
Serendipity has a variety of URL options that can all be individually combined. Extracting those into a uniform format is really hard, and would take me maybe 1-2 full weeks to inspect every possible variation.
I have updated the serendipity_event_linktoolbar plugin to contain canonical links for the most common pages (startpage, detailed entry view, category view, author view, archives view), but some very special ones (comment view, rss view, plugin views, search views) are missing.
Thanks for mentioning this here, though. Canonical URLs are something that would be quite helpful in terms of a more semantic web apps.
Regards,
Garvin
Re: Feature request: canonical link targets
Posted: Thu Feb 19, 2009 3:56 pm
by konus
garvinhicking wrote:Hi!
I have updated the serendipity_event_linktoolbar plugin to contain canonical links for the most common pages (startpage, detailed entry view, category view, author view, archives view)...
What does this plugin do? I installed it, but with opera, only
next,
previous and
home links are set. Everything else (
index,
search,
copyright,
author,
help) is empty.
Is it correct, that this plugin is
not configurable in the admin view (I mean has no little icon to change the settings and i.e. set the missing links)?
Re: Feature request: canonical link targets
Posted: Thu Feb 19, 2009 5:22 pm
by garvinhicking
hi!
yes, like description sayd only canon,up,next,prev is implemented
Re: Feature request: canonical link targets
Posted: Thu Feb 19, 2009 5:36 pm
by konus
Sorry for asking, I did not found any description for this plugin. Where are you referencing to?
Re: Feature request: canonical link targets
Posted: Fri Feb 20, 2009 12:29 pm
by garvinhicking
Hi!
Ah, I see. The description of the plugin contains HTML that is not shown on the backend. The actual description should read:
Code: Select all
Inserts link rel="start|up|prev|next|canonical" metatags into your frontend for better navigation.
Regards,
Garvin