Forum Moderators: open

Message Too Old, No Replies

asp coding

         

stevelibby

9:06 pm on Jan 3, 2006 (gmt 0)

10+ Year Member



Hi
Since i have been learning more about asp and the coding behind it, i have come accross a couple issues that may just be coincidence, i have developed a brand new web site with sitemap, so in theory G should go through the whole of the site and pick up all pages, this is not the case. It only appears to have indexed the home page?
to scroll through data i use the following code:
<% ' cycle through the record set and display each row results do until objRS10.EOF %><%= objRS10("Title")%><% ' increment record position with MoveNext methodobjRS10.MoveNext<!-- next row=next record -->loop%>
Am i doing something wrong here?

mattglet

11:04 pm on Jan 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



View the source of your sitemap page, or run it through a validator. If everything checks out fine, then it's Google's own reason to not crawl your whole site. If you find an error in your HTML or validation, then that could be the reason.

stevelibby

12:24 pm on Jan 4, 2006 (gmt 0)

10+ Year Member



hi
i have spent time making sure the home checks out fine and validates spot on, but G is not updating my home page? However it does have the domain.co.uk showing rather than the www.
I have tried using the 301 redirect which worked for a week as it then indexed www. now its gone back to domain.co.uk.

topr8

1:09 pm on Jan 4, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>>so in theory G should go through the whole of the site and pick up all pages,

this is often a game of patience especially with new sites that don't have a bunch of incoming links.