| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
himanshu
Joined: 19 Sep 2008 Posts: 14
|
Posted: Sun Oct 05, 2008 3:13 pm Post subject: Google Gives Warnings (Webmasters) |
|
|
Hi I have restricted my URLs at robots.txt
| Code: | #forum
Disallow: /forum/adm/
Disallow: /forum/cache/
Disallow: /forum/docs/
Disallow: /forum/download/
Disallow: /forum/files/
Disallow: /forum/images/
Disallow: /forum/includes/
Disallow: /forum/language/
Disallow: /forum/store/
Disallow: /forum/styles/
Disallow: /forum/phpbb_seo/
Disallow: /forum/gym_sitemaps/
Disallow: /forum/phpbb_api_recent.php
Disallow: /forum/phpbb_api_subs.php
Disallow: /forum/phpbb_api.php
Disallow: /forum/viewtopic.php
Disallow: /forum/viewforum.php
Disallow: /forum/index.php?
Disallow: /forum/posting.php
Disallow: /forum/search.php?
Disallow: /forum/ucp.php
Disallow: /forum/mcp.php
Disallow: /forum/post
Disallow: /forum/member
Disallow: /forum/memberlist.php
Disallow: /forum/faq.php |
the urls are restircted by robots.txt says google at webmaster are as follows
| Code: |
http://www.gamersden.in/forum/ucp.php?mode=privacy
http://www.gamersden.in/forum/viewtopic.php?f=16&t=12&start=0&st=0&sk=t&sd=a&view=print
and many like them |
just wanna know is it good or bad for google or indexing the forum,
any problem for bots???
using
| Quote: |
URL rewritting: advance
post redirection: All
zero duplicate: On (strict)
Activate The No duplictate: Yes |
|
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Mon Oct 06, 2008 7:33 am Post subject: Re: Google Gives Warnings (Webmasters) |
|
|
it's normal and good to see ucp.php urls disallowed, it's related to :
| Code: | | Disallow: /forum/ucp.php |
About the viewtopic urls, make sure you have properly understood the waring about robots.txt in the mod rewrite install file :
| install wrote: | __________________
NOTE: robots.txt :
__________________
You will find a sample robots.txt file in the contrib/ folder of this package.
The robots.txt file must be uploaded in your domain's root folder (can be different from the phpBB one).
You must obviously replace phpbb/ with your real phpBB installation folder (or with nothing if it's installed in the domain's root).
IMPORTANT :
If your forum previously was indexed with the natural urls (viewtopic.php etc...), then you must make sure
that the robots.txt advised for our mod rewrite is not installed, if so delete it from the server.
This because we want to redirect old urls before we disallow them, it's crucial!
In such case, a month or two after you activated the zero duplicate, you can safely implement the robots.txt.
|
Because it looks like you are in the case where you should first let the zero dupe work and then, after at least two month, implement the robots.txt.
++ |
_________________ 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 |
|
 |
himanshu
Joined: 19 Sep 2008 Posts: 14
|
Posted: Mon Oct 06, 2008 11:42 am Post subject: I am forgetful |
|
|
I read this note while installing (experimenting with the phpbb-seo)
since the site is ready I forgot this important thing.
Pls clarify me what to do know?
Remove all the instances from the robots.txt file right now
or after the site is 2 months old or the links or two months old??? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Sat Oct 11, 2008 9:12 am Post subject: Re: Google Gives Warnings (Webmasters) |
|
|
The idea is simple.
If SEs already started to index the natural urls when you install a mod rewrite, you want to HTTP 301 redirect them to the new ones before you tell bots to discards them.
Because when you implement the robots.txt, you tell bot to discard immediately all the concerned urls (the phpBB3 natural ones in our case), which in our case, since the forum urls have changed, only concerns the url already indexed.
These already indexed urls are stored by bots in a crawl list, to schedule the future visits. So if you tell them to drop all of when they are still part of the crawl list, bots will do as if they where all disallowed (pretty close to deleted for them) and will pretty much start from scratch indexing your forum, like if no url where already indexed.
That's why it is wise to wait before you implement the robots.txt in such case.
This way bots will continue crawling using the already indexed urls from their crawling list, and will thus discover the HTTP 301 redirect and acknowledge the new urls to use for the same page.
Once these redirection are taken into account, at least two month after the redirecting started, you can safely implement the robots.txt, since you won't be disallowing urls from the bots crawling list (it will not contain any old natural urls after the redirecting will have occurred).
++ |
_________________ 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 |
|
 |
himanshu
Joined: 19 Sep 2008 Posts: 14
|
Posted: Tue Oct 14, 2008 10:57 am Post subject: Re: Google Gives Warnings (Webmasters) |
|
|
| thanks i did as you say. |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |