Find out if Google crawled your latest article modifications with Screaming Frog + Inspection API

Описание к видео Find out if Google crawled your latest article modifications with Screaming Frog + Inspection API

Want to learn if Google already knows about your updated article / URL?

A quick Video about how to find out if Google already crawled your latest articles modifications. Used Screaming Frog and the new URL Inspection API of Google Search Console.

Custom extraction:
//meta[@property='article:modified_time']/@content
(this may differ in your case)

Google Sheets cleanup for
Last Crawl
=REGEXREPLACE(REGEXREPLACE(I6,"T"," "),"Z","")
Cleanup for article:modified_time
=REGEXREPLACE(REGEXREPLACE(J6,"T"," "),"\..*","")
(this may differ in your case)

Комментарии

Информация по комментариям в разработке