indexnow-notifier
v1.0.0
Published
A simple tool to notify search engines about new or updated content on your website using the IndexNow protocol.
Readme
indexnow-notifier
A simple tool to notify search engines about new or updated content on your website using the IndexNow protocol.
Installation
You can install indexnow-notifier using npm:
npm install -g indexnow-notifierUsage
To notify search engines about new or updated content, run the following command:
indexnow --site https://example.com --host example.com --key your-api-key --framework your-frameworkOptions
--site: The URL of your website (e.g., https://example.com).--host: The host name of your website (e.g., example.com).--key: Your API key for authentication with the search engines.--framework: The framework you are using (e.g., nextjs-app, nextjs-pages etc.).
Supported Frameworks
- Next.js (app and pages)
Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
