Forum Moderators: open
Have done a saturation report in marketleap.com which indicates that Google has only 10 pages indexed, while Inktomi has all 380 pages.
The site is built as .asp, since the design of the site was ever-changing, and I made extensive use of include files for all of the navigation. All of the links are plain <a href> text links, no graphics or JavaScript.
The navigation includes are all parsed when the page is displayed, but I am concerned that using them has stopped Google from drilling down into the rest of the site.
Any recommendations greatfully received.
You can get a list of all pages Google has in its index from your site by executing a query on this format: "site:www.mydomain.com".
As long as Googlebot has read your pages, you can expect them to appear, but it may take some time.
Have patience - don't panic :)
Page Format Top Include
Menu Include
<%
function getMenus() {
%>
<a href="/services/example.asp">Example</a>
<%
}
%>
End Menu Include
End Page Format Top Include
Page Content
Page Format Bottom Include
End Page Format Bottom Include
I've got similar problem but I don't really uderstand the explanation above.
Do you say that Google stopped following links with parameters in it?
One or two parameters is no problem, but avoid parameter names like 'id' or 'SESSIONID'.
As for daveo's original question, you could try adding one or more site maps if you think the function causes this problem.
I'd also go through the usual routine of spidering the site yourself (using Xenu or similar) and checking some pages with tools like SimSpider and Server Header Checker). Chances are all is OK, but it's worth checking before you launch some other major effort.
If everything looks good (and you don't have query strings or SessionIDs on your asp pages), working on linkage to key internal pages (or boosting overall site linkage) may be your best bet. Just because a page is below PR4 doesn't mean it won't get indexed, but higher PR is likely to result in more frequent and aggressive spidering.
The only official way to read the PR is using the toolbar with the 'Advanced features' on. Having a discussion about the Toolbar being scumware or not is too much of topic for this thread. If you want to have such a topic, please start a new thread in the Google Toolbar forum [webmasterworld.com].
There are some ways to circumvent the toolbar, but it is against the Google's TOS and after some time Google could block PageRank information for your IP address or send bogus info.