|
Feeds
- Downloads
- FAQ
- News
- Tutorials
|
|
|
View previous topic :: View next topic |
Author |
Message |
montego webmaster
Joined: Dec 26, 2005 Posts: 254
|
Posted: Wed Oct 07, 2009 2:09 pm Post subject: Can nukeSEO(tm) DH also handle rel="canonical"? |
|
|
One of the issues with *nuke, especially within News and Forums, but in other areas as well (such as anything with a list and sort feature), is substantially duplicate content. I wonder if the nukeSEO(tm) DH classes can be modified to not only handle the page title and meta keywords/descriptions, but also to recognize when the a link rel="canonical" would be helpful.
See this here:
http://www.google.com/support/webmasters/bin/answer.py?answer=139394
This whole DH architecture opens up exciting new opportunities every time we turn around. Great job kguske! |
|
Back to top |
|
|
spasticdonkey webmaster
Joined: Oct 26, 2007 Posts: 69
|
Posted: Wed Oct 07, 2009 3:38 pm Post subject: Re: Can nukeSEO(tm) DH also handle rel="canonical" |
|
|
nice idea.
montego wrote: | This whole DH architecture opens up exciting new opportunities every time we turn around. Great job kguske! |
I second that... I stayed up until 4:30am the first night I got it config'd, playing with titles, keywords, modals, and such; until my eyes started watering which forced me to go to bed.
great fun, even with the coding hangover the next day... |
|
Back to top |
|
|
kguske Site Admin
Joined: May 12, 2005 Posts: 876
|
Posted: Wed Oct 07, 2009 9:31 pm Post subject: |
|
|
Possibly. But what about short links? _________________ |
|
Back to top |
|
|
montego
|
Posted: Thu Oct 08, 2009 6:55 am Post subject: |
|
|
Already mentioned in a different thread and ShortLinks doesn't resolve any of the "duplicate" content problem as all parameters are needed even in the shortened URL (with very few exceptions). |
|
Back to top |
|
|
spasticdonkey
|
|
Back to top |
|
|
kguske
|
Posted: Thu Oct 08, 2009 5:22 pm Post subject: |
|
|
Sorry - I need to clarify. My point is that if we show a link in the canonical link, we'll need to replicate the shortlinks logic to determine that link, right? |
|
Back to top |
|
|
montego
|
Posted: Thu Oct 08, 2009 10:34 pm Post subject: |
|
|
Yes, kguske, I believe you are right to an extent. I would suspect that one could only really determine the "canonical" though with a manual override? So, not sure there needs to be any specific logic... (Haven't given this more than an ounce of thought though... just now going through upgrading my site and really digging deep into this.) |
|
Back to top |
|
|
kguske
|
Posted: Sun Oct 11, 2009 11:10 am Post subject: |
|
|
If mod_rewrite handles the canonical link, too, there shouldn't be an issue.
BTW, this is a really good overview from Matt Cutts: http://www.youtube.com/watch?v=Cm9onOGTgeM |
|
Back to top |
|
|
montego
|
Posted: Sun Oct 11, 2009 11:37 am Post subject: |
|
|
I don't believe mod_rewrite can handle it. What you are suggesting is that we lop off the additional parameters when the URL has to have the additional "parameters" in order for proper operation for the end-user. However, from an SEO perspective, it only makes sense to crawl the main canonical link.
For example, the following URLs are examples of substantially similar (in fact, essentially duplicate) content:
http://nukeseo.com/modules.php?name=News&file=article&sid=131
http://nukeseo.com/modules.php?name=News&file=article&sid=131&mode=nested&order=0&thold=0
Now, with RavenNuke(tm)'s latest News rendition, I re-coded the comment threading to pull from the user's cookie or userinfo record rather than taking it off the URL, but I needed an example to bring my point home.
So, if I ShortLink the above, these two links become:
http://nukeseo.com/article131.html
http://nukeseo.com/article-131-thread-1-0.html
For the non-RavenNuke(tm) 2.4+ users, the above two links are absolutely necessary to be unique in order for the user's comment threading settings to work properly. I can't just chop the second URL down to just match the first.
This is why I think we need to either modify the core code to pass rel="canonical" on these links (probably the best option, but won't help for add-ons), or we need some way to be able to override a link to add the attribute. However, I will admit, now that I understand better how DH works, I don't think it is a good fit for fixing this because the overrides are by ID's rather than unique URLs. So, I understand your hesitation/concern.
Edit: in thinking about this some more, if I can create the right link pattern, maybe, just maybe I can get it to add the "rel" attribute... what a pain. |
|
Back to top |
|
|
kguske
|
|
Back to top |
|
|
montego
|
|
Back to top |
|
|
kguske
|
Posted: Sun Oct 11, 2009 11:48 am Post subject: |
|
|
It was interesting to note from Matt Cutt's discussion the different ways to address duplicate content and also the influencing factors. For example, the weight that Google might give to the link in the sitemap...
That specific comment reinforces the need for the canonical link to be consistent with the sitemap link. We could /should use the same logic the sitemap uses to determine the link to determine the canonical link...? |
|
Back to top |
|
|
montego
|
Posted: Sun Oct 11, 2009 11:54 am Post subject: |
|
|
Ah, very, very, very good point. I don't have specifics right now, but I seem to recall for one module, the sitemap links might be different than the main link which may also be different from the nukeFEED link. I believe News is a perfect example at least of the Sitemap link not being right... it really shouldn't include the comment threading parameters IMO.
I fixed this long back on my site when I originally setup the Sitemap and was certain that I even mentioned it at that time... but, who knows the way my memory is these days. |
|
Back to top |
|
|
kguske
|
Posted: Sun Oct 11, 2009 11:54 am Post subject: |
|
|
Sorry, posted before seeing your last response. I agree with your recommended canonicals. I was just taking it the next step, and I believe (not sure) that mod_rewrite may address it. If so, we can focus on identifying the canonicals and making sure they foot with the sitemap. |
|
Back to top |
|
|
montego
|
Posted: Sun Oct 11, 2009 11:56 am Post subject: |
|
|
yeah, since my Sitemap is tapped, I was able to simply lop off the remaining parameters, but probably should clean this up for a nukeSEO 2.0. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|