Only part of website is being indexed.
« on: May 17, 2011, 04:28:15 PM »
I see this is a common problem on this forum and I did try every possible solution posted but I still have not found a way to index all of my site.  The site is [ External links are visible to forum administrators only ]  (please ignore the looks of the site as I did not create it  :o ) but anyway, for some reason I only get 9 links indexed out of close to 40.

I have a correct robots.txt, I have the META tags
Code: [Select]
<meta name="robots" content="index,follow"> and I have no idea why it will not see the majority of the pages.

I even took the META information off one of the indexed pages to a page that is not being indexed and still nothing.

Any help would be very appreciated!
Re: Only part of website is being indexed.
« Reply #1 on: May 17, 2011, 08:58:34 PM »
Hello,

you have your navigation links working with javscript, like:
<input onclick="window.location.href= 'rebuilt-truck-transmissions.html'">
which is not visible to bots.
You should have links with <a href="rebuilt-truck-transmissions.html"> to get them indexed.
Re: Only part of website is being indexed.
« Reply #2 on: May 17, 2011, 09:26:52 PM »
Yeah I was afraid of that  :-\

Well I'll go change them and try again.

Thanks for the help!

-Emil