Wells-it.com - Web Hosting

Google doesn't want index my site!

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 3 posts

Joined: Jun 2004

A web design company has developed a e-commerce site for me. My site has more then 1000

dynamically generated pages with long URL's such as "fsmain.php?cat_id=1&subcat_id=1".
PageRank = 6 and more than 300 backward links. But Google doesn't want index dynamic pages

of my site. I've found one web resource, that introduce a PHP script, which convert dynamic

URL's into static. http://www.adapturl.com - anybody use it ?

andy206uk's picture
DeveloperModerator

He has: 1,754 posts

Joined: Jul 2002

Should this not be in search engine challenges?

They have: 3 posts

Joined: Jun 2004

andy206uk wrote: Should this not be in search engine challenges?

No! Google can't index all my pages(>1000).

Search engine index small part of them! (50)

andy206uk's picture
DeveloperModerator

He has: 1,754 posts

Joined: Jul 2002

So it's a problem with a search engine then...? In which case it should be in search engine challenges.

Anyway... I've never heard of this solution before, but there are plenty of other ways around it.

Have a read of this it might help you.

http://www.alistapart.com/articles/succeed/

Andyk

Blog of a Web Designer
Give a man a fish and you feed him for a day. Teach him to use the Net and he won't bother you for weeks.

They have: 121 posts

Joined: Apr 2003

Google will not index URL's with a crap load of variables in them. I suggest you use MOD_REWRITE to make the URL's more spider friendly.

Christian_SEO's picture

They have: 470 posts

Joined: Mar 2001

Yes, if that company is really providing a PHP script, then it might only be realictic to consider if you are on a Wondows platform. I think using MOD_REWRITE is a much better way to go. It's cheaper and should have less overhead (No PHP) to deal with in converting the URLs.