| :: |
| Author |
Message |
arch stanton PR1

Joined: 04 Oct 2006 Posts: 116
|
Posted: Sat Mar 03, 2007 2:09 am Post subject: Lost thousands of cached pages |
|
|
Something very odd has happened to the Google caching of my site.
Up until a couple of days ago, it had a couple of hundred cached pages and a few hundred more supplementals.
Now suddenly it has lost most of those pages and, after the first page of results, they are all non-cached pages and they're all forum/member.html and forum/post.html
I have no idea how this has happened, I don't recall the robots.txt page being moved or altered, so how could the member and post pages suddenly get indexed?
Also, a number of pages are old versions from December, but until recently much more modern versions (with custom page titles implemented) had appeared on the cache.
What has gone wrong and how do I put it right?  |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Sat Mar 03, 2007 2:10 pm Post subject: Re: Lost thousands of cached pages |
|
|
Well, could be several causes for this.
The disallow on the post urls suddenly showing up could only be because you did not uploaded the robots.txt as soon as you installed the mod rewrite and Google started to index these before it felled on the robots.txt and started to acknowledge the rules in it.
It could as well just be a Google problem, as sometime it can start showing up older urls in serps for some reasons (usually it does not last, and in all case it's not often, but I saw this couple times).
The cache's age (December) seems to tell us Google did have a small problem with it's index. I even saw him couple times starting to list again 8 month old cached pages
Anyway, things are going quite well for your forum : 1780 url listed, and all the cached ones are with the new url standard.
I only saw post and members urls after the third page, these should soon disappear. What is for sure is things are going into the right direction
++ |
_________________ 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 |
|
 |
arch stanton PR1

Joined: 04 Oct 2006 Posts: 116
|
Posted: Sat Mar 03, 2007 6:10 pm Post subject: Re: Lost thousands of cached pages |
|
|
Thanks dcz, helpful as ever.
I think I know what the problem might be now. I remember someone being advised in another thread to let zero dupe take care of things rather than robots.txt and I think I misunderstood it and took the disallow /forum/post and forum/member entries out of robots.txt for a few days.
Then I changed my mind and put them back in.
So what's the best thing to do now? Just do nothing or take the disallowforum/post and forum/member out of robots.txt again? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Sun Mar 04, 2007 4:34 pm Post subject: Re: Lost thousands of cached pages |
|
|
So everything gets explained
And you're welcome
For the member's profile, I do always prevent their indexing, it's up to every webmaster to decide so, but SEO wise, profile indexing is time loss for real content indexing.
I think that even if you'd like to see your user's profiles to be indexed, you should allow them once your forum starts to be fully indexed, just to make sure what's really important will be indexed faster.
Profile indexing on a big forum newly SEOed can slow down the indexing process, as there are many profile links among the forum.
About posts url, you should always keep them disallowed, and don't worry, things are going well for your forum indexing  |
_________________ 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 |
|
 |
arch stanton PR1

Joined: 04 Oct 2006 Posts: 116
|
Posted: Sun Mar 04, 2007 8:49 pm Post subject: Re: Lost thousands of cached pages |
|
|
| dcz wrote: | About posts url, you should always keep them disallowed, and don't worry, things are going well for your forum indexing  |
OK, so if I leave the robots.txt as it is, the posts and members will disappear again of their own accord?
The indexing was looking very good a week or so ago, it was about 1500 topic URLs with proper custom titles, was going to report my success. And then I do something stupid like this.  |
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Sun Mar 04, 2007 9:02 pm Post subject: Re: Lost thousands of cached pages |
|
|
| Another option is putting rel=nofollow on the outgoing postnnnn.html links in the viewtopics_body.tpl / viewforum_body.tpl templates and leaving your robots.txt alone. The zero dupe will redirect incoming postnnnn.html references to their corresponding topic and the rel=nofollow will prevent new ones from being (re)indexed. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
arch stanton PR1

Joined: 04 Oct 2006 Posts: 116
|
Posted: Sun Mar 04, 2007 9:26 pm Post subject: Re: Lost thousands of cached pages |
|
|
| HB wrote: | | Another option is putting rel=nofollow on the outgoing postnnnn.html links in the viewtopics_body.tpl / viewforum_body.tpl templates and leaving your robots.txt alone. The zero dupe will redirect incoming postnnnn.html references to their corresponding topic and the rel=nofollow will prevent new ones from being (re)indexed. |
Ah, but I already changed my robots.txt back, the /post/ and /member entries were only out for a few days. This is my current robots.txt:
User-agent: *
Disallow: /forum/index.php?
Disallow: /forum/posting.php
Disallow: /forum/groupcp.php
Disallow: /forum/profile.php
Disallow: /forum/memberlist.php
Disallow: /forum/search.php
Disallow: /forum/login.php
Disallow: /forum/faq.php
Disallow: /forum/viewonline.php
Disallow: /forum/privmsg.php
Disallow: /forum/post
Disallow: /forum/member |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

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