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  
 
   
I'm finding SIDs in Index.php

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » SEO Principles
::  
Author Message
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 515
Location: Michigan

I'm finding SIDs in  Index.phpPosted: Sat Jul 01, 2006 11:14 pm    Post subject: I'm finding SIDs in Index.php

I've been running into links on Yahoo search pages, for example, that are showing my forums index.php with SIDs on it. I will even recognize some of the content that was cached from not to long ago.. that is how I know it is not an old link. Is this normal to still show SIDs in index.php? or does it mean something could be wrong in my functions.php? ( cyberalien MOD )

_________________
Juarol.com
| Frekuenciadigital.com |


Last edited by Peter77 on Tue Dec 19, 2006 5:04 pm; edited 1 time in total
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14854

I'm finding SIDs in  Index.phpPosted: Sat Jul 01, 2006 11:24 pm    Post subject: Re: I'm finding SIDs in Index.php

If they only concern the index.php, then they must have been spidered before you implemented the guest session mod to get rid of SIDs.

Make sure you have :

Code:
Disallow: /phpbb/index.php?


In your robots.txt file, that's the main interest of this rule. Now I have observed that Yahoo keeps old URLs in it's listing for quite a while, but they should not remain in cache too long once they are disallowed with the robots.txt.

Then, Google and MSN should get rid of those faster is they ever had them in cache.

++

_________________
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
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 515
Location: Michigan

I'm finding SIDs in  Index.phpPosted: Sat Jul 01, 2006 11:33 pm    Post subject: Re: I'm finding SIDs in Index.php

Okay I will add that. should I do the same for my portal? because in old indexed pages of my site I see
?start=10?sid=c-ect- where does that "start" come from? I know lmsg_start comes form the 'x' next topics from the recently posted. but "start=" Question

_________________
Juarol.com
| Frekuenciadigital.com |


Last edited by Peter77 on Thu Apr 10, 2008 1:41 pm; edited 1 time in total
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14854

I'm finding SIDs in  Index.phpPosted: Sat Jul 01, 2006 11:36 pm    Post subject: Re: I'm finding SIDs in Index.php

This is the last message pagination (the yellow arrows up and down), when the portal is accessed though www.example.com/ and not www.example.com/index.php.

Otherwise the link would have mention index.php.

You can thus add :

Code:
Disallow: /mxbb/?


in your robots.txt Wink

_________________
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
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 515
Location: Michigan

I'm finding SIDs in  Index.phpPosted: Sat Jul 01, 2006 11:40 pm    Post subject: Re: I'm finding SIDs in Index.php

That's it.. I couldn't think of the name. Very Happy

Okay thank you very much! this should about do it. Smile

_________________
Juarol.com
| Frekuenciadigital.com |
Back to top
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 515
Location: Michigan

I'm finding SIDs in  Index.phpPosted: Mon Jul 03, 2006 4:03 am    Post subject: Re: I'm finding SIDs in Index.php

Wait a minute... by /mxbb/? what are you saying? my mxbb is on my root domain.. so would I do Disallow: index.php? Question

Hmm that has to be it... but please correct me if im wrong.


Thanks.

_________________
Juarol.com
| Frekuenciadigital.com |
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14854

I'm finding SIDs in  Index.phpPosted: Mon Jul 03, 2006 9:54 am    Post subject: Re: I'm finding SIDs in Index.php

Code:
Disallow: /mxbb/?
is not
Code:
Disallow: /mxbb/
Wink

For mxBB you don't want to disallow index.php? because this would disallow mxBB pages, which you don't want.

Here, we are only talking about links such as this one : www.example.com/mxbb/?var=bla&bli=blo

Those can only come from the last msg module so far Wink

_________________
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
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 515
Location: Michigan

I'm finding SIDs in  Index.phpPosted: Sun Jul 16, 2006 11:14 am    Post subject: Re: I'm finding SIDs in Index.php

The only reason that I think search engines are finding SIDs, is because of on a search engine page I will see text content that I recognize being made recently. then below it there is a URL with SID's on it. could it be that the preview content has nothing to to with the Link? because you've mentioned that, for example, Google holds cached pages from 'x' past months.

_________________
Juarol.com
| Frekuenciadigital.com |
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14854

I'm finding SIDs in  Index.phpPosted: Sun Jul 16, 2006 3:57 pm    Post subject: Re: I'm finding SIDs in Index.php

Actually I think it is, Google updated links spidered once with SIDs, the disallow in robots.txt should fix this sometime Wink

++

_________________
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  » SEO Principles
Page 1 of 1

Navigation Similar Topics

Jump to: