• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Using google to search the source code of html pages

Bulldog13

Golden Member
Is there a way to use google to search the actual source code of webpages instead of the webpages themselves ? For example, I am re-doing a site for a client and some, but not all of the pages use <!--#include file="heading.asp" -->. Can I use google to search the source of the website for every webpage that includes that statement ?
 
No. Google's indexers only see the same HTML that your browser sees. Unless the web server is not configured correctly to execute the server-side code properly, the underlying ASP/JSP/PHP/etc. code should be hidden to the outside world.
 
Originally posted by: MrChad
No. Google's indexers only see the same HTML that your browser sees. Unless the web server is not configured correctly to execute the server-side code properly, the underlying ASP/JSP/PHP/etc. code should be hidden to the outside world.

thx!
 
Back
Top