ramazansancar / myagizmaktav_google-web-index-api-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Web Indexing Automation API with Docker

Warning: This automation is recommended for sites with 5000+ sitemap links. Long-term use of the indexing API may be harmful, as Google bots may interpret manual indexing as unnecessary, potentially reducing the frequency of reindexing. Typically, Google Search Console indexes around 100 pages daily.

Info: The daily limit for reindexing is 200 pages according to Google's restrictions.

Description:

This application is designed for automatic Google web page indexing using Docker. While similar services exist, they are often not free. This app aims to simplify the indexing process for those with basic programming knowledge.

Prerequisites

  • Docker
  • Your site's sitemap link
  • Verified site hostname on Google Console

Steps

Docker Compose Example:

version: "3"
services:
  node:
    image: foxsnow/web-indexing-api-google:latest 
    build: 
      context: ./
    environment:
     - SITEMAP_LINK=https://foobar.com/sitemap.xml
     - SERVICE_CLIENT_EMAIL=foobar@decent-surf-420609.iam.gserviceaccount.com
     - PRIVATE_KEY_BTOA=LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTk...

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%