How many people have spent time going through pages of google search results to see if their page is there? Well wouldn't it be good if we could just search through the search results, like a filter? Or even in the Google tools bit if you could type in your website and it would tell you for what keywords and where your site appears. If this already exists please tell us.

I am very interested in your replies

Cheers

Dani AI

Generated

Short summary of modern options and practical next steps — picks up where left off (paging through results is tedious) and builds on pointing to automation and APIs.

Google’s authoritative view of where your pages appear is in Search Console. The Performance report shows queries, impressions, clicks and an average position, and you can filter by page, country or device and export results for quick searching. See the official overview for how the report is structured and what “position” actually means: .

If a programmatic route is needed (so you can “search inside a search” automatically), two common patterns work:

  • Pull Search Console performance data via its API to see which queries return a given page and its average rank over time.
  • For realtime, location-specific SERP snapshots, use a dedicated SERP provider or rank-tracking API that simulates queries and returns the actual result list (these are paid services; examples and docs are available from several vendors).

Caveats and troubleshooting: data in Search Console is delayed and aggregated — “average position” is not a precise per-user rank and can hide variation by country or device. Personalization and geolocation change live SERPs, so reproduce checks with a fixed location or a rank-tracker that supports locations and device types. If a page doesn’t appear in Search Console at all, use the Coverage/URL Inspection features to check indexing and sitemap submission.

Practical workflow: use Search Console as the truth for impressions/clicks and to find which queries surface a page; supplement with a SERP API or a commercial rank tracker for spot checks and ongoing monitoring across locations. This gives both authoritative data and the fast “where is my page right now?” visibility you were asking about.

Recommended Answers

All 4 Replies

you can do a search like this:

site: cabbage

to search for all instances of 'cabbage' in your indexed pages... or leave off the search term to just find all of your indexed pages..

as for keywords, i find these two sites are good for 'honing' your keywords:

http://www.gritechnologies.com/tools/spider.go

webmaster central at google http://www.google.com/webmasters/ should give you a bit extra info if you've registered your domain..

with google, you can't search in results... there used to be search engines that let you do that, I can't remember any of them anymore... I suppose they don't have it in google because you have quite alot of control in a single search; a search for 'computer programming' (w/o quotes) is a search for pages with programming in pages with computer.

Yeah, but these things still don't tell you where you are in the search engine. Looks like the only way is still just to go through all the pages. Oh well...;)

I kind of get what you mean, like search for a keyword, and then search for your page's rank on that keyword...

There are free-standing SEO programs that do this for you; effectively they do just do a google search and then look for your site in the results... I use a free version of IBP (www.Axandra.com) to check out my site every now and again, I think the paid version has alot more functionality for search result analysis.. but even the free version is worth checking out.

This is also worth checking out if you're interested:

You could issue a request for a search term, and then very quickly process the results yourself to find your site's inclusion point. You'd have to write your own result processor, but it wouldn't need to be very advanced if you just want a quick one-off answer.

I have tried the IPB thing before, but it seemed pretty rubish TBH.

I will look at the google code though. Thanks mate.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.