vote up -4 vote down star

hello all

how can i search for specific data in footer of page

example

powered by mykeyword

i want to get all urls that have above footer.

and one more thing ,is it possible to search in source of page

exaple i want to search <p>my key word </p>

thanks in advance

flag
You can't specify which part of the page to search. With exception to the title (intitle: keyword) – Ben Shelock Nov 29 at 18:53
3  
I hope you aren't searching for exploitable software – dcaunt Nov 29 at 18:53
3  
I'm sure he is. – iftrue Nov 29 at 18:54

migrated from stackoverflow.com

2 Answers

vote up 1 vote down

You can't. You can search for that phrase, by putting it in speech marks.

"powered by mykeyword"

searches for that exact string, not each individual word.

link|flag
vote up 1 vote down
Phrase search ("") By putting double quotes around a set of words, you are telling Google to consider the exact words in that exact order without any change. Google already uses the order and the fact that the words are together as a very strong signal and will stray from it only for a good reason, so quotes are usually unnecessary. By insisting on phrase search you might be missing good results accidentally. For example, a search for [ "Alexander Bell" ] (with quotes) will miss the pages that refer to Alexander G. Bell.

Other advanced operators can be found here

link|flag

Your Answer

Get an OpenID
or
never shown

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