Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getmaito.com/llms.txt

Use this file to discover all available pages before exploring further.

Google Indexing

This repo includes a Google indexing helper based on google-indexing-script. Run it for specific pages:
bun run seo:index -- /tools/linkedin-text-formatter
bun run seo:index -- /tools/linkedin-text-formatter /blog/my-post
Run it for the full site sitemap:
bun run seo:index -- --all

Setup

  1. Verify the site in Google Search Console.
  2. Create a Google Cloud project with both Search Console API and Web Search Indexing API enabled.
  3. Create a service account and grant it access to the Search Console property.
  4. Save the downloaded JSON credentials at ~/.gis/service_account.json, or pass --path /absolute/path/to/service_account.json.
The script defaults to https://maitoai.com, and you can override it with --site. Google officially documents the Indexing API for limited page types, so this command can submit indexing requests but does not guarantee indexing speed or coverage for every page.