I'm looking for a boolean search that will draw pages from the index using a URL. So.. I want to type into google something like below: boolean: websiteURL.com The results that are displayed will be every page in google's index that has THAT url built into links. We aren't talking the ANCHORTEXT we want what's behind the anchortext...where that link is being sent to. So in terms of html: < a hr ef="websiteurl.com"> anchortext < / a > So when we type the boolean search into google, every page that has that link somewhere on their page (no matter what the anchor text is) it will display that page. Is this possible?