SeO wrote:Steve06 wrote:It gives out URLs of the form postXXX.html#44
These links are actually url rewriten, would be viewtopic.php.p=xx if not.
When searching for post, you see post urls, when searching for topics, you see topic urls, there is no efficient solution to transform post url to topic urls in search pages, since it would most likely require a SQL per post.
http://phpbb3.phpbb-seo.net/member/SeO/posts/ VS
http://phpbb3.phpbb-seo.net/member/SeO/topics/It's not an SEO issue as long as you install the advised robots.txt, the zero duplicate mod can as well redirect these links in case some where already spidered and cached.
I checked my robots.txt and it includes the line
- Code: Select all
Disallow: /forum/post
so in fact it won't create duplicate content. I have also zero duplicate installed, and in the ACP, it has an option concerning the posts:
Posts Redirections:
This option will determine how to handle post urls; it can take four values :
* off, do not redirect post url, whatever the case,
* post, only make sure postxx.html is used for a post url,
* guest, redirect guests if required to the corresponding topic url rather than to the postxx.html, and only make sure postxx.html is used for logged users,
* all, redirect if required to the corresponding topic url.
Please Note
Keeping the postxx.html URLs is harmless SEO wise as long as you keep the disallow on post urls in your robots.txt.
Redirecting them all will most likely produce the most redirections among all.
If you redirect postxx.html in all cases, this as well mean that a message that would be posted in a thread and then moved in another one will see it's url changing, which thanks to the zero duplicate mod is of no harm SEO wise, but the previous link to the post won't link to it anymore in such case.
What I learn from it, is that if you really want to, you can force the all post links to be redirected, but that would create hundreds or thousands of redirections and be very inefficient.
So I think I will keep it as it is.
I just have a conceptual question: Isn't it possible to use URLs consisting of the topic and a #xy at the end for the post number? (e.g.
http://www.unicp.de/forum/vervollstaend ... t47.html#2)
Bye and thanks your support so far
Steve