duplicate content
Open Letter
I thought I'd form a sort of target page to direct the assorted maintainers that have been listed in the Dupes. Just to ping into all their respective queues in a polite manner.
As opposed to Various attempts to compare enumerate, tabulate and choose between available modules and features, I think we should be encouraging these developers to merge efforts or voluntarily retire their modules in favor of more consistant solutions.
?q parameter
I just discovered an unfortunate function in Drupal 5.x (Drupal 5.20) which creates multiple content in Google.
http://www.example.com/?q=Drupal
Where Drupal is an url alias.
http://www.example.com/Drupal
&
http://www.example.com/?q=Drupal
are offcourse the same but google catches both and indexes them.
adding Disallow: /?q= to robots.txt wil block these multiple urls.
<link> tag to reduce duplicate content
I just came across an article on www.websitemagazine.com about <link> tags being used to minimize the problem of duplicate content. Anyone know of a module or manageable techinique to add URL information to the header within a <link> tag?
Duplicate content issues
Hey folks,
just joined here and know quite a bit about SEO already, implementing Drupal sine 4.6
One of my major issues & concerns still is, that altough we have path_alias and path_auto to create nice paths for us,
they are only aliases for the original nodes...
This means the aliases are STILL accessible, so we get multiple urls like these two in a simple node alias
site.com/my-nice-path
site.com/node/4711
effective today one could start to rank for both pages, as the "old" node path is not redirected properly (with a 301) to the alias. This could also mean that the "good" path (which does convert better, is better memorized ) could be burried in the SERPs


