jakob-bagterp/index-now-submit-sitemap-urls-action
Action to automatically submit sitemap and URLs to IndexNow for better search engine optimisation (SEO) and faster indexing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The host of the website. For example: example.com | yes | — |
| api_key | The API key for IndexNow. For example: a1b2c3d4 | yes | — |
| api_key_location | The location of the API key. For example: https://example.com/a1b2c3d4.txt | yes | — |
| endpoint | The IndexNow search engine endpoint to submit the sitemap to. If not specified, Bing is used as the default endpoint. And not so important, as the receiving endpoint will propagate the URLs to other IndexNow endpoints, which will then notify the participating search engines). Options: bing, indexnow, naver, seznam, yandex, yep | no | bing |
| urls | One or more URLs to be submitted. For example a single URL https://example.com or multiple URLs as list "https://example.com/page1 https://example.com/page2". | no | "" |
| sitemap_locations | Location of one or more sitemaps to be submitted. For example a single sitemap https://example.com/sitemap.xml or multiple sitemaps as list "https://example.com/sitemap1.xml, https://example.com/sitemap2.xml". | no | "" |
| sitemap_filter | Filter the sitemap URLs that contain (for example "section1") or match a regular expression (for example "r'(section1)|(section2)'"). Optional. | no | "" |
| sitemap_days_ago | Filter the sitemap URLs that have been modified recently as defined by the <lastmod> element in the sitemap. For example 1, 2, or more days ago. Optional. | no | "" |
Outputs
no outputs