Google operator to search according to HTML source of webpage

sandesh_007

Regular Member
Joined
Dec 26, 2007
Messages
345
Reaction score
44
We all know the google operators like allinanchor, allintext,inurl to search using different kinds.

Does anybody know any operator or make any such program where we can search according to html source of a webpage.
 
As iglow said there is no operator to search in the html code. But google does index some tags you can search for.

For example Alt, title attributes and the text inside noscript and object tags are indexed
 
As iglow said there is no operator to search in the html code. But google does index some tags you can search for.

For example Alt, title attributes and the text inside noscript and object tags are indexed

Google only recognizes html source except java scripts and images (which are indexed using alt attribute). I mean google bots index the content through your html source and user sees it without html source. correct me if i am wrong.
 
Google can read anything from Javascript to flash.
You could scrape the search url's, and then search the code for matches.
Thats probably the closest you're gonna get.

That's good idea. but is there any tool which can search simultaneously for these URL's source code.
 
There isn't a search engine like what you want, unfortunately. Opera started a project called MAMA a couple years ago for this purpose, but as far as I can tell it's not been released to the public.
 
Back
Top