Authentication Settings for IndexNow#
IndexNowAuthentication
#
Authentication credentials for the IndexNow API.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
host | str | The host of the website to be indexed, e.g. | required |
api_key | str | The IndexNow API key, e.g. | required |
api_key_location | str | The URL of the IndexNow API key file, e.g. | required |
Example
Basic usage:
Python | |
---|---|
1 2 3 4 5 6 7 8 9 |
|