Indexed URLS in Google

I have more than 100,000 URLs of my website and I need to check which one is indexed in Google Search so I can ping the unindexed URLs.

How to achieve this?

You can use the Google CacheDate connector. Here is the formula:
=Connector("GoogleCacheDate.GoogleCacheDate";A2)

Replace A2 with the first cell of your URL list, then expand the formula. 100K rows is pretty heavy for Excel so I would test this in chunks to be safe.

1 Like