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  
 
   
Strange google result

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » Zero duplicate
::  
Author Message
rick74
phpBB SEO Team
phpBB SEO Team


Joined: 01 Jul 2006
Posts: 64

Strange google resultPosted: Sat Sep 15, 2007 8:11 am    Post subject: Strange google result

In my refs i fund a strange result

Here it is :
http://www.google.nl/search?sourceid=navclient&hl=nl&ie=UTF-8&rlz=1T4GFRC_nlNL205NL205&q=capitoneren

_________________
Het bouwen en verbouwen forum
Alles over bouwen en verbouwen
Windows Hosting design en zoekmachine optimalisatie
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

Strange google resultPosted: Sun Sep 16, 2007 1:00 pm    Post subject: Re: Strange google result

%5C stands for an urlencoded backslash : "\"

Must be coming from your windows server, it looks like these links are outputted in the topic pages (title).

Try to replace :

Code:
      $this->path = trim(trim(dirname($parsed_url['path']), "."),  "/");


with :

Code:
      $this->path = trim(trim(str_replace('\', '/', dirname($parsed_url['path'])), "."),  "/");


in phpbb_seo_class.php.

++

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


Joined: 01 Jul 2006
Posts: 64

Strange google resultPosted: Sun Sep 16, 2007 7:36 pm    Post subject: Re: Strange google result

So this is windows related ? will try this and let you know
thank's

_________________
Het bouwen en verbouwen forum
Alles over bouwen en verbouwen
Windows Hosting design en zoekmachine optimalisatie
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

Strange google resultPosted: Tue Sep 18, 2007 11:00 am    Post subject: Re: Strange google result

Yep, backslashes are a mswindows "special" in paths.

++

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