-
Notifications
You must be signed in to change notification settings - Fork 27
Allow to specify canonical links #176
Comments
Is this related to #132 or can we do a sitemap with the current stuff? the sitemap should consist of only the canonical links i assume? |
Think for the Sitemap its only interessting wether a content is a duplicate or not. So it would be interessting to just ask: "do you have an orignal route or not" the decission how to display the duplicate content is an other question. So for creating the sitemap i would need a sane identifier for all non duplicate contents. I am with @wouterj when implementing an mechanism for supporting canonical links. As first task i would like to do an BC break and handle duplication by an redirect as default instead of an canonical link. btw: we should use absolute routes for the both - canonical and redirect. Atm we don't. |
indeed there are 2 points that are only semi-related. we do need to know which url on a content is the "canonical" one, if there are several for the same locale. this is a blocker for both something that handles canonical links (either redirect or show a meta tag) and an impediment for the sitemap. i i think what we need:
|
Is that really relevant for the new release? |
unless you have some great idea how we can do this extremely simple, i would rather remove the milestone. we should not add new large chunks of work, rather release a solid sitemap implementation first. and if nobody needs that feature atm, i would not bother working on it. features that are actually used tend to become more meaningful than theoretical ideas. (i think it was a real scenario for you when we talked about it, but not anymore) |
This is a follow up of #167 The video linked in that issue, by Matt Cutts, talks about a lot more usages of the canonical links than just replacing the redirect. Even more, it recommends against using canonical links to replace the redirect, but recommend to use it in other cases.
We should add an extractor for the canonical links imo.
The text was updated successfully, but these errors were encountered: