vote up 0 vote down star

At the moment, I am doing a number of searches which include "html" in them, for example "html rearrange". Unfortunately, I get a lot of hits from sites that include "rearrange" on a .html page but have no mention of html in the page itself.

Is there a way to prevent search terms from matching urls?

flag

67% accept rate

3 Answers

vote up 3 vote down check

try something like

"html rearrange -inurl:html"

the inurl means "match the following pattern in the URL", the - means to exclude those pages

link|flag
vote up 1 vote down

-inurl:(htm|html) "search term"

Good luck!

link|flag
vote up 1 vote down

Thanks for the answers - I didn't know about "inurl" - very useful indeed.

I poked about in google and found the list of operators that can be used: http://www.google.com/help/operators.html.

There are some other ones in there I might find useful too.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.