hi seo professional, Pls help me - big prob - 200 pages cache not display, only 1 page cache display www.gmb.in/contactus.htm ( only this page cache will display ) all other page including home page www.gmb.in/ ( cache not display ) pls help me, what can i do now.
It is something to do with your site scripting. Look at this code: <script type="text/javascript"> var url = document.URL; var url_check = url.search("http://www.") if (url_check == -1) { url=url.replace("http://","http://www."); window.location = url; } </script> What you are doing is telling it to check that www. is contained within the URL and if not then it converts the URL for you. Your site is cache in google. However the problem is happending when the page is loaded. So google cache URL would look like this: http://66.102.9.132/search?sourceid...ache:http://www.gmb.in/production-process.htm However your script converts to: http://www.66.102.9.132/search?sour...ache:http://www.gmb.in/production-process.htm note the www. you will see that the JS is not present on the contact page.