Tldr
Script to automate the notification process for submitting URLs to the Google search engine using the Google Indexing API.
🌐 Overview
This script automates the notification process for submitting URLs to theGoogle search engine using the Google Indexing API. It constructs a CSV payload containing the site URL, a list of static pages, and a list of post URLs. The script then submits this payload to the Google Indexing API using the easyindex-cli tool and a provided service account credentials file.
I use this script in my CD pipeline to notify Google about new or updated content on my website.