phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
How to redirect mixed mode forum paginated pages to advanced

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » Zero duplicate
::  
Author Message
Darth Pincho
PR1
PR1


Joined: 22 Sep 2006
Posts: 141

How to redirect mixed mode forum paginated pages to advancedPosted: Sun Feb 11, 2007 4:08 am    Post subject: How to redirect mixed mode forum paginated pages to advanced

Hi, im checking my google sitemaps site (https://www.google.com/webmasters/tools)
And see some errors of pages that google couldnt find

for example:
http://www.tupincho.net/foro/esteroides-anabolicos-y-otros-compuestos-ciclos-orales-y-o-inyectables-vf15-3720.html
http://www.tupincho.net/foro/ejercicios-y-rutinas-vf7-180.html
http://www.tupincho.net/foro/esteroides-falsos-vf3-120.html

I think these are paginated forum pages. But i couldnt understand why doenst work???

The problem is the letter V. If i remoove the letter V it works perfectly. I have two questions:

1)where the hell google find this url with a V in my sitemaps?? beacuse im checking this: http://www.tupincho.net/foro/forum-sitemap.xml and there is perfect.

2) how can i fix this?

Probably this urls are the old mixed mode urls format (previously indexed by google). But I installed zerodupe perfectly. Why the post are redirected and the categories dont??

What i have to check in my .haccess DCZ??

Ideas bros??

_________________
Webmaster at:
http://www.tupincho.net
Discussion board at:
http://www.tupincho.net/foro/


Last edited by Darth Pincho on Sun Feb 11, 2007 4:22 am; edited 1 time in total
Back to top
Visit poster's website
Darth Pincho
PR1
PR1


Joined: 22 Sep 2006
Posts: 141

How to redirect mixed mode forum paginated pages to advancedPosted: Sun Feb 11, 2007 4:21 am    Post subject: Re: How to redirect mixed mode forum paginated pages to advanced

Problem solved. I check a little bit and imagine this will work:

RewriteRule ^foro/.*-vf([0-9]+)-([0-9]+)\.html$ foro/viewforum.php?f=$1&start=$2 [QSA,L]

added to my .htaccess. I copy the previous line in htacces for paginated forum and add the letter v.

NOW IS WORKING FINE. I have to wait next google visit to this page in order to see its working.

_________________
Webmaster at:
http://www.tupincho.net
Discussion board at:
http://www.tupincho.net/foro/
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14779

How to redirect mixed mode forum paginated pages to advancedPosted: Sun Feb 11, 2007 12:13 pm    Post subject: Re: How to redirect mixed mode forum paginated pages to advanced

You can do it for both case at once.

try :

Code:
RewriteRule ^foro/.*-v?f([0-9]+)-([0-9]+)\.html$ foro/viewforum.php?f=$1&start=$2 [QSA,L]


Noticed the "?" after the "v" ?

This way, the rewriterule works for both cases and the zero dupe will be able to redirect old links to new ones.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Darth Pincho
PR1
PR1


Joined: 22 Sep 2006
Posts: 141

How to redirect mixed mode forum paginated pages to advancedPosted: Mon Feb 12, 2007 2:19 pm    Post subject: Re: How to redirect mixed mode forum paginated pages to advanced

looking at the error pages in google sitemaps admin ive addes this lines to my .htmaccess.

How much time i have to wait to remove this lines. 2 months?

Code:
RewriteRule ^foro/.*-vf([0-9]+)-([0-9]+)\.html$ foro/viewforum.php?f=$1&start=$2 [QSA,L]
RewriteRule ^foro/.*-vt([0-9]+)\.html$ foro/viewtopic.php?t=$1 [QSA,L] 
RewriteRule ^foro/.*-vf([0-9]+)-([0-9]+)\.html$ foro/viewforum.php?f=$1&start=$2 [QSA,L]
RewriteRule ^foro/.*-vf([0-9]+)\.html$ foro/viewforum.php?f=$1 [QSA,L]
RewriteRule ^foro/.*-fmp([0-9]+)-([0-9]+)\.html$ foro/viewforum.php?f=$1&start=$2 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^foro/topic([0-9]+)-([0-9]+)\.html$ foro/viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^foro/topic([0-9]+)\.html$ foro/viewtopic.php?t=$1 [QSA,L]


i had to add all these lines because i had too many errors in google previously registered urls.

_________________
Webmaster at:
http://www.tupincho.net
Discussion board at:
http://www.tupincho.net/foro/
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14779

How to redirect mixed mode forum paginated pages to advancedPosted: Tue Feb 13, 2007 10:22 am    Post subject: Re: How to redirect mixed mode forum paginated pages to advanced

I told you you only needed to replace all :

Code:
-v


with
Code:

-v?

In the 0.0.2 .htaccess to handle all cases at once.

And you should just never get rid of these rewriterules, even duplicated as you did, it's no big deal to keep them and this will ensure you'll maintain all possible links.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » Zero duplicate
Page 1 of 1

Navigation Similar Topics

Jump to: