Forum Moderators: open
I am new here and apologise if my question has been answered previously, could not find anything related to it.
My index page is not fully cached on google, when I look at the google cache it only displays about half of the page. Would anyone have any idea why?
Thanks a lot in advance.
Regards,
Jerry
[edited by: Marcia at 7:06 am (utc) on Aug. 18, 2003]
[edit reason] No URLs, please. [/edit]
Well, I'm poking about in the dark a bit but...
I suppose one of the things is to make sure that there are no glaring errors in the HTML that a browser might let slip but would send a spider off in a different direction.
Try searching google for The W3C MarkUp Validation Service and submit your page.
Regards
DerekH
I do have them in an external file. What I would like to know is if anybody does something similar to this:
if ($user_agent!= 'googlebot') {
// display style sheets,
// javascript, some images etc
//
;
}
So that way the information which is useless for google anyway will not be cached. Do you think it would be a good idea?
Thank you.
Regards,
Jerry
If you're that concerned, perhaps you would be better off reducing the overall size of your pages. Except in Korea, most people are still on dialups and 100K+ is a large page for them to download.
This site was my first effort and it would take too much time/effort to redesign the whole thing to make it better looking. I checked with google toolbar, it ranks 4. I think I'll just leave it the way it is, just for now.
Thanks all for your replies.
Regards,
Jerry
Images? When talking about 100K people here were referring to the HTML file being less than 100K in size, not all of the page elements and objects added together. The images aren't spidered, nor is the CSS if it is in an external file. Is your .html file less than 100K? Google only caches the HTML, not any of the images, CSS, or JS. That stuff is still served from the actual owners site.