Find jobs - Debt - Christmas Ecards - Debt Consolidation - Record Songs for free

PDA

View Full Version : My forum isnt being indexed... any ideas?


webstien
Oct 8th 2005, 1:46 pm
Hey guys,

I have a forum for one of my hobbies. www.airgunforum.ca

about 170+ members 2669 articles

Its a phpbb forum, mod_rewrite, bot manager mod (shows googlebot has visited my site 16 times but only 1 page has been indexed), sitemap that is auto updated.

Also, is there any way i can make it go straight to the forum without having to redirect like im doing now?

jojoyohan
Oct 9th 2005, 5:23 pm
To get it indexed I would go to google.com/addurl/?continue=/addurl and submit the URL of the page.

Also, is there any way i can make it go straight to the forum without having to redirect like im doing now?

To do that you need to move all of your files from the /forum directory to the / directory (just one directory up). Then you need to go into config.php and edit it to have the current details.

durango
Oct 10th 2005, 9:02 am
Here is a nice sitemap generator I've used for phpBB:
http://www.gotaxe.com/phpbb-sitemap.php

It points google to multiple sitemaps for each forum you have, allowing for a more structured sitemap, which I believe google likes better than one sitemap with everything inside it.

As for the redirect on your main URL, do you have access to your Apache configuration files?

If so, you can create a redirects there such as:
RedirectMatch 301 ^/$ http://www.airgunforum.ca/forum/index.php
RedirectMatch 301 ^/index.php$ http://www.airgunforum.ca/forum/index.php
RedirectMatch 301 ^/index.html$ http://www.airgunforum.ca/forum/index.php

Gede
Oct 10th 2005, 5:55 pm
phpBB creates a lot of duplicate pages.

Especially with your mod_rewrite, the same topics are listed under various "html" pages.

So that's something to work on, I think.

and...

Some pages of your forum are indexed... on 4 oct, when you didn't have this mod rewrite installed yet....

A bit of patience, and some more backlinks I guess...