2. the other SEO issue is one that could be the solution to the first one WinkI really would like to se an broken link tracker in elxis and a simple redirect tool (i saw a college of mine using one in joomla, it was really nice), this would help a lot when moving pages and when you need to move the URL of some pages, for instance if you chande the name of a eblog or if you just rearange the site structure for more contents.
Yes you got me right.What I meen with that it could be a solution is that if i catch the request with a 302 - teporarily moved, it will not index the cointents of the content item, and therfor eliminate the duplicate contents, in theory ;-)And if i later decide to use this contents in a subpage and change the old page i remove the 302, it should work....I think
I believe that this problem is of minor importance and has no affect at all on the site's SEO rank.
<VirtualHost *:80> ServerName domain.tld RedirectPermanent / http://www.domain.tld/</VirtualHost>
<link rel="canonical" href="http://www.doomain.tld/[PREFERED-PATH]" />