| :: |
| Author |
Message |
najam
Joined: 01 Jul 2008 Posts: 19
|
Posted: Tue Jul 01, 2008 7:19 pm Post subject: Some of the URLs are getting 301, while others are not? |
|
|
I have installed this mod and it looks great but im confused...
This URL is getting resolved properly... >>> viewtopic.php?t=yy
but this one is not... >>> viewtopic.php?f=xx&t=yy
Is there some setting i need to enable to fix this? |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
najam
Joined: 01 Jul 2008 Posts: 19
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
najam
Joined: 01 Jul 2008 Posts: 19
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
Posted: Thu Jul 03, 2008 7:56 am Post subject: Re: Some of the URLs are getting 301, while others are not? |
|
|
I don't get it, to me your post url is not redirected yet, have you set the post redirection option to at least "guest" ?
The difference between post and topic url is just that a post url is the url of a post, and topics are composed of posts, so you have as many post url as post per topic pages for each topic's page. These are duplicates of the topic urls, which is why we do not want to see them indexed.
As you can see, http://phpbb3.phpbb-seo.net/viewtopic.php?f=5&p=3 is properly redirected with post redirection set to "guest". |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
najam
Joined: 01 Jul 2008 Posts: 19
|
Posted: Thu Jul 03, 2008 11:15 am Post subject: Re: Some of the URLs are getting 301, while others are not? |
|
|
It was working... but im not too excited of the idea of sending the users to postxx.html
Yours is not sending to postxx.html but the topic? and you just have it set to guest? |
|
|
| Back to top |
|
 |
najam
Joined: 01 Jul 2008 Posts: 19
|
Posted: Thu Jul 03, 2008 12:10 pm Post subject: Re: Some of the URLs are getting 301, while others are not? |
|
|
| i disabled it because last thing i need is the postxx.html getting index too.. |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
Posted: Thu Jul 03, 2008 12:23 pm Post subject: Re: Some of the URLs are getting 301, while others are not? |
|
|
This is because you are logged in when you try it, set post redirection to "all" and logged in user will as well be redirected to the corresponding topic url.
The idea behind these several type of redirection for posts is that post url are the only one to always stay valid to reach a given message, even if it is moved to another thread. The "Guest" post redirection level can be handy because bots will always be redirected to the corresponding topic url while logged in user will be able to use post urls. It's only here to maintain this property of post url : always working. But it's not required in most case, it depends on the way you are administrating your forum.
And post url should be disallowed in the robots.txt as explained in the mod rewrite install so ... |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
najam
Joined: 01 Jul 2008 Posts: 19
|
Posted: Thu Jul 03, 2008 1:18 pm Post subject: Re: Some of the URLs are getting 301, while others are not? |
|
|
THANKS ALLOT!...
I finally get whats going on!..
My forum is currently already index in the search engines... and before i didnt have robot.txt file but now i do...
| Code: | User-agent: *
Disallow: /forum/search.php?
Disallow: /forum/ucp.php
Disallow: /forum/mcp.php
Disallow: /forum/post
Disallow: /forum/member
Disallow: /forum/memberlist.php
Disallow: /forum/faq.php |
After a month or 2, i plan to use the full robot file you guys had put together.. Until then i think the above is fine right? |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
najam
Joined: 01 Jul 2008 Posts: 19
|
Posted: Thu Jul 03, 2008 1:47 pm Post subject: Re: Some of the URLs are getting 301, while others are not? |
|
|
Such a good mod, that got over excited missed that part of the acp. Can't wait for google to index these new URLs.  |
|
|
| Back to top |
|
 |
|
|