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  
 
   
Not 301 Redirecting

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB SEO Premod
::  
Author Message
brucey



Joined: 07 Jun 2008
Posts: 34

Not 301 RedirectingPosted: Wed Jul 16, 2008 11:59 pm    Post subject: Not 301 Redirecting

Hi

I installed a pre-mod seo phpbb3 on my other forum and now have done it for my new forum as well.

Everything seems fine, the pages are re-directing from the old URLs fine. However, when I test the 301 redirect, it says its 200, a direct link.

Do you know why this is?

No duplictate

Yes

Zero duplictate

Yes
Yes
ALL


.htaccess file


Code:


    # Lines That should already be in your .htacess
    <Files "config.php">
    Order Allow,Deny
    Deny from All
    </Files>
    <Files "common.php">
    Order Allow,Deny
    Deny from All
    </Files>

    # You may need to un-comment the following line
    # Options +FollowSymlinks
    # REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
    RewriteEngine On
    # REWRITE BASE
    RewriteBase /
    # HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION

    #####################################################
    # PHPBB SEO REWRITE RULES - MIXED
    #####################################################
    # AUTHOR : dcz www.phpbb-seo.com
    # STARTED : 01/2006
    #################################
    # FORUMS PAGES
    ###############
    # FORUM INDEX REWRITERULE WOULD STAND HERE IF USED. 'forum' REQUIRES TO BE SET AS FORUM INDEX
    # RewriteRule ^forum\.html$ /index.php [QSA,L,NC]
    # FORUM
    RewriteRule ^[a-z0-9_-]*-f([0-9]+)/?(page([0-9]+)\.html)?$ /viewforum.php?f=$1&start=$3 [QSA,L,NC]
    # TOPIC WITH VIRTUAL FOLDER
    RewriteRule ^[a-z0-9_-]*-f([0-9]+)/topic([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
    # GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
    RewriteRule ^announces/topic([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?t=$1&start=$3 [QSA,L,NC]
    # TOPIC WITHOUT FORUM ID & DELIM
    RewriteRule ^([a-z0-9_-]*)/?topic([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?forum_uri=$1&t=$2&start=$4 [QSA,L,NC]
    # PROFILES THROUGH USERNAME
    RewriteRule ^member/([^/]+)/?$ /memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
    # USER MESSAGES THROUGH USERNAME
    RewriteRule ^member/([^/]+)/(topics|posts)/?(page([0-9]+)\.html)?$ /search.php?author=$1&sr=$2&start=$4 [QSA,L,NC]
    # GROUPS ADVANCED
    RewriteRule ^[a-z0-9_-]*-g([0-9]+)(-([0-9]+))?\.html$ /memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
    # POST
    RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L,NC]
    # ACTIVE TOPICS
    RewriteRule ^active-topics(-([0-9]+))?\.html$ /search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
    # UNANSWERED TOPICS
    RewriteRule ^unanswered(-([0-9]+))?\.html$ /search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
    # NEW POSTS
    RewriteRule ^newposts(-([0-9]+))?\.html$ /search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
    # THE TEAM
    RewriteRule ^the-team\.html$ /memberlist.php?mode=leaders [QSA,L,NC]
    # HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES

    # FORUM WITHOUT ID & DELIM
    # THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule ^([a-z0-9_-]+)/?(page([0-9]+)\.html)?$ /viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
    # END PHPBB PAGES
    #####################################################



http://www.searchenginepromotionhelp.com/m/http-server-response/code-checker.php

try entering -http://www.xxx-bb.org/viewtopic.php?f=13&t=2563

(sorry for the adult link Embarassed )

It re-directs fine in my browser, but it says it's not 301 with the online checkers

What am I doing wrong?


NOTE: Something went a little wrong with the install I think. When I go to

System > Module management > ACP

I add SEO Toolkit and try to add phpBB SEO Class settings, Forum URL Management and .htaccess within that category, enable then, but they wont show up?? I have added them as Modules with no parent so I can view them
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

Not 301 RedirectingPosted: Thu Jul 17, 2008 9:19 am    Post subject: Re: Not 301 Redirecting

It's normal, you're testing a private post, so you fell on the login without redirect as it should Wink

_________________
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
brucey



Joined: 07 Jun 2008
Posts: 34

Not 301 RedirectingPosted: Thu Jul 17, 2008 2:05 pm    Post subject: Re: Not 301 Redirecting

Of course, I should have noticed that sorry lol


Then it will 301 once they are logged in. And bots will 301 straight away as they have bot access Very Happy

Thanks
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

Not 301 RedirectingPosted: Thu Jul 17, 2008 4:14 pm    Post subject: Re: Not 301 Redirecting

brucey wrote:
And bots will 301 straight away as they have bot access Very Happy


This I would not do it, there is no guarantee it will not be taken as cloaking by bots, especially Google so far.

Personally I stick to the registered not registered status to alter the content.

_________________
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
brucey



Joined: 07 Jun 2008
Posts: 34

Not 301 RedirectingPosted: Thu Jul 17, 2008 4:21 pm    Post subject: Re: Not 301 Redirecting

I'm not completely sure what you mean

I have some areas of my site which you need to be logged in to see. However, I still want bots to be able to view them to be able to index the topics. I have about 800 pages indexed which I need them to 301 and index the new URLs.

How should I go about doing this? I thought what I was doing was right

Thanks
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

Not 301 RedirectingPosted: Thu Jul 17, 2008 5:00 pm    Post subject: Re: Not 301 Redirecting

The redirecting is ok with the zero duplicate, I was talking about setting custom auth to bots, like you said, private forum indexing.

Technically, it is cloaking, because you do not show the same content to bots and guests. Since Google did not talked about this case precisely, I find it a bit dangerous to use, because, what they say about cloaking is pretty clear :
http://www.google.com/support/webmasters/bin/answer.py?hlrm=en&answer=66355
Quote:
Serving different content to search engines than to users.

is not precise enough for me to feel really safe with this.
Who is the user, the logged in user of the site or any human visiting the site ?

_________________
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
brucey



Joined: 07 Jun 2008
Posts: 34

Not 301 RedirectingPosted: Thu Jul 17, 2008 5:05 pm    Post subject: Re: Not 301 Redirecting

Thanks for your advice

Personally I feel this type of cloaking would be considered OK by Google, I dont think I will get penalized for it (too much)

Yeah it may be a bit risky, but, I feel a lot of forums do this, plus my forum will benefit more from those topics being indexed and a small amount of penalization is justifiable.

Thanks
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

Not 301 RedirectingPosted: Thu Jul 17, 2008 5:14 pm    Post subject: Re: Not 301 Redirecting

Problem is, there is no small amount when it come to cloaking penalization, the answer usually is a blacklist. This does not mean that the risk is big, but that if it occurs, the damages will be really big.

_________________
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
brucey



Joined: 07 Jun 2008
Posts: 34

Not 301 RedirectingPosted: Thu Jul 17, 2008 5:19 pm    Post subject: Re: Not 301 Redirecting

This is true

However, I feel Google is really referring to sites deliberately cloaking on a large scale to improve rank.

From my experience with forums, most other admins/forums I have known use the same method of allowing bots to index, but need to log in for users.

I'm pretty sure none of them have been black listed.

This is a basic option in phpbb3 permissions so I doubt everyone using those permission on phpbb3 is getting blacklisted.
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

Not 301 RedirectingPosted: Thu Jul 17, 2008 9:34 pm    Post subject: Re: Not 301 Redirecting

I agree with you, but the other matter to care about is that is such penalization would take place, it would necessarily be when the site would have become big enough for google to get interested into it or for a competitor to post a spam report at google.

I agree that the principle is not exactly the same as trying to cheat, but still, scale and purpose are there, you do this to be better seen in search engine than a guest would see, and the scale only depend on the number of private forums, private content can very quickly be a great part in the end.

Only Google can clarify this point, I knew few who have sent mails, no answer came back on this, maybe you should at least give a try sending a mail to leave a proof you tried to get answers on what you are doing.

This being said, I still think that in this particular case, the risk isn't too big, but risk is not null.

_________________
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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB SEO Premod
Page 1 of 1

Navigation Similar Topics

Jump to: