Google search in source code?

radkappe

Registered Member
Joined
Jul 17, 2010
Messages
61
Reaction score
4
Hello!

Is it possible with some Google Hack to search in source code of the page? (HTML)

Thanks
 
Normally google will not index anything in the source code, but certain elements are indexed.

For example title tags of all elements are indexed and alt tags of image elements are indexed too.
 
Wouldn't it be cool to search for nofollow through scrapebox to sort them out in advance? *dreamin* hehe
 
Thanks. I knew this one before.

I am actually trying to search through scrapebox for a custom source code footprint, so this isn't exactly what I meant.

But thanks
 
I wrote a python script that does this, it goes through every page in the search result and scan it. It's multi-threaded so it can scan hundreds of pages in a few seconds, depending on bandwidth and cpu power.
 
I wrote a python script that does this, it goes through every page in the search result and scan it. It's multi-threaded so it can scan hundreds of pages in a few seconds, depending on bandwidth and cpu power.

This sounds cool. Would you mind sharing a copy with me?
 
It seems "source code" you mean "html source code"?
If so, as far as I know, it's impossible.
 
Hello!

Is it possible with some Google Hack to search in source code of the page? (HTML)

Thanks

The only site I've found that offers an HTML source code search service is Globalogiq. Its not free but they do offer a free demo. Their index isn't as extensive as Google's but it works well for my purposes.
 
Back
Top