Hello friends, Spider is read this info between these codes <!--html_footer start here--> xxxxxxxxxxxx <!--html_footer end here--> <!-- main --> xxxxxx <!-- end main --> <!--webbot bot="Include" i-checksum="24623" endspan --> xxxxxxx <!--webbot bot="Include" U-Include="gift_pages.htm" TAG="BODY" startspan --> Can any body share this.
Spiders grab your HTML as it is. Not your PHP, per example, read the resulting HTML code that is downloaded by the browser. If you can see something using the "view source" in your browser, then spiders will grab it.
What I am saying now, after closing the body and html, then between this code is SE spider Read or not. </body> </html> <!--body--> xxxxxx <!--body-->
I think SE Spider is only read the code/text between the <html> </html>. But not read after the </html> of code.
<!--Start Rant--> You need to learn the different ways of saying read - reads, reading etc. Use them. <!--End Rant -->
No, thats not accurated. As someone advice, CTRL+U, and you will see the source. Everything that its there will be spidered.
It is true. If the code exists, the spider sees it. If you don't want the spider to see it, then don't put the code in!