| :: |
| Author |
Message |
sansar

Joined: 16 Mar 2008 Posts: 16
|
Posted: Mon Mar 17, 2008 5:19 pm Post subject: robots.txt settings |
|
|
hi, when i set my robots.txt as in the mod's robots.txt google visit my site but no indexes pages. when i delete these rows | Code: | Disallow: /phpbb/viewtopic.php
Disallow: /phpbb/viewforum.php
Disallow: /phpbb/index.php?
Disallow: /phpbb/posting.php
Disallow: /phpbb/search.php?
Disallow: /phpbb/ucp.php
Disallow: /phpbb/mcp.php
Disallow: /phpbb/post
Disallow: /phpbb/member
Disallow: /phpbb/memberlist.php
Disallow: /phpbb/faq.php | google index my pages as post345.html, not abc-edf-f34.html. how can i solve this problem? |
|
|
| Back to top |
|
 |
|
 |
fabiomaticus
Joined: 06 Jun 2007 Posts: 42 Location: Taranto - Italy
|
Posted: Tue Mar 18, 2008 10:10 pm Post subject: Re: robots.txt settings |
|
|
| I have this error. |
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 707
|
Posted: Wed Mar 19, 2008 2:31 am Post subject: Re: robots.txt settings |
|
|
| sansar wrote: | | google index my pages as post345.html, not abc-edf-f34.html. how can i solve this problem? |
My guess is the "post" icon in the left hand corner wasn't mapped to the topic URL because you selected "No" in ACP > phpBB SEO Class settings:
| Quote: | The No duplictate:
The No duplicate mod remplaces posts URLs with the corresponding Topic URL (with pagination).
It does not add any SQL, just a LEFT JOIN on a query already being performed, this could still mean a bit more work but should not be a problem for server load. |
PS: Please please, somebody buy dcz a spell checker!  |
_________________ Dan Kehn |
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 707
|
Posted: Wed Mar 19, 2008 2:35 am Post subject: Re: robots.txt settings |
|
|
Continued... and "No" here:
| Quote: | Activate the Zero duplictate:
Allow to activate and desactivate the Zero duplicate redirections. |
This will result in Google adding BOTH the rewritten URL and the postNNN.html URL. You can either zero dupe it (post -> topic injected URL) or use the first option to generate the topic URL directly. The drawback is another join and the remote chance that someone will refer to a post that is later split (i.e., the postNNN.html links are permanent -- even if you split a topic, the post URL stays the same; topic injected URLs can change for the split off posts if the topic is split). |
_________________ Dan Kehn |
|
| Back to top |
|
 |
fabiomaticus
Joined: 06 Jun 2007 Posts: 42 Location: Taranto - Italy
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
Posted: Sun Mar 23, 2008 6:04 pm Post subject: Re: robots.txt settings |
|
|
| HB wrote: |
PS: Please please, somebody buy dcz a spell checker!  |
Actually, I'm able to trick both FF and Google toolbar spellcheckers
fabiomaticus, you just need to be logged in to be able to download this one.
And sansar, was your forum previously indexed using the un-rewritten urls ?
If so, you should only use the zero duplicate, with the post redirection at least set to "Guest" in acp, and then one or two month after, implement the suggested robots.txt.
SE should take the new url into account pretty fast this way, Google especially.
++ |
_________________ 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 |
|
 |
sansar

Joined: 16 Mar 2008 Posts: 16
|
Posted: Wed Mar 26, 2008 8:10 pm Post subject: Re: robots.txt settings |
|
|
thanks, but i don't understand exactly what i must do. my robots.txt is like that:
| Code: | Disallow: /httpdocs/forum/viewtopic.php
Disallow: /httpdocs/forum/viewforum.php
Disallow: /httpdocs/forum/index.php?
Disallow: /httpdocs/forum/posting.php
Disallow: /httpdocs/forum/search.php?
Disallow: /httpdocs/forum/ucp.php
Disallow: /httpdocs/forum/mcp.php
Disallow: /httpdocs/forum/post
Disallow: /httpdocs/forum/member
Disallow: /httpdocs/forum/memberlist.php
Disallow: /httpdocs/forum/faq.php |
And how do mod settings must be?
Profiles and groups injection:?
Profiles ID removing:?
Search User Page rewriting:?
SID Removing:?
Highlights Removing:?
Remove small words:?
Virtual Folder:?
Virtual Root:?
Forum URL caching:?
Forum ID Removing:? |
|
|
| Back to top |
|
 |
sansar

Joined: 16 Mar 2008 Posts: 16
|
Posted: Thu Mar 27, 2008 4:17 pm Post subject: Re: robots.txt settings |
|
|
| thanks all you, i think its ok now! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
|
|