: Possible to check which links in a sitemap are indexed and which ones aren't? Is it possible to check which links of the sitemap I've submitted are being indexed, and which ones are not?
Is it possible to check which links of the sitemap I've submitted are being indexed, and which ones are not?
I've submitted my sitemap.xml without errors. When I check the sitemap in google search console, it says 174 links are sent, but only 120 are indexed.
So I'm looking for an option/tool that lets me check which links are indexed and which ones are not.
More posts by @Nimeshi995
2 Comments
Sorted by latest first Latest Oldest Best
Surely you can. make a Google query info:www.your-site.com/your-page.html - if the page URL is indexed, it will appear in index and you will see it, if not - not.
To get things done quick:
create a csv file with all sitemap urls, which are manipulated to the info: Google query. URLs should be like this:
www.google.de/search?q=info:www.example.com/page-one https://www.google.de/search?q=info:www.example.com/page-two
with following iMacro run queries on by one and check the SERP page - if it contains your page, it is indexed and iMacro saves its title to the file. If page isn't indexed, iMacro writes #EANF # into file.
iMacro:
VERSION BUILD=8881205 RECORDER=FX
SET !TIMEOUT_STEP 0
SET !ERRORIGNORE YES
TAB T=1
SET !DATASOURCE sitemap.csv
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=H3 ATTR=CLASS:"r" EXTRACT=HTM
SAVEAS TYPE=EXTRACT FOLDER=* FILE=indexed.csv
Nope, there's no way. However, the closest you'll get is selecting a long period of time in Analytics and then exporting all the pages that received organic search traffic.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.