@jdevalk/seo-graph-core 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -164,6 +164,12 @@ network errors — it returns one result per chunk with `ok`, `status`, and
|
|
|
164
164
|
`message`. Pass `endpoint` to override the default aggregator, `keyLocation`
|
|
165
165
|
to point at a non-default key-file path, or `fetch` for testing.
|
|
166
166
|
|
|
167
|
+
> **Deploy the key file before submitting.** IndexNow verifies host
|
|
168
|
+
> ownership by fetching `https://<host>/<key>.txt` (or `keyLocation`)
|
|
169
|
+
> on every call. Submissions sent before the file is publicly reachable
|
|
170
|
+
> are rejected with HTTP 403 and the key is marked invalid — rotate
|
|
171
|
+
> with `generateIndexNowKey()` if that happens.
|
|
172
|
+
|
|
167
173
|
## Why
|
|
168
174
|
|
|
169
175
|
Read more about [why this project exists](https://joost.blog/seo-graph/).
|