Name | wagtail-indexnow JSON |
Version |
0.2.0
JSON |
| download |
home_page | None |
Summary | A Wagtail package to automatically submit published pages for search engine indexing |
upload_time | 2025-08-06 09:37:18 |
maintainer | None |
docs_url | None |
author | Jake Howard |
requires_python | >=3.10 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Wagtail Indexnow




A Wagtail package to automatically submit published pages for search engine indexing.
This package implements the [IndexNow](https://www.indexnow.org/) standard (which is also used by [Cloudflare's Crawler Hints](https://blog.cloudflare.com/cloudflare-now-supports-indexnow/)).
Whenever a page is published, a [ping](https://www.indexnow.org/documentation) is sent to supporting search engines to inform them of a content change. To reduce spamming, pages which have been published within the last 10 minutes are ignored.
## Installation
```
pip install wagtail-indexnow
```
Then, add `wagtail_indexnow` to `INSTALLED_APPS`.
Finally, register the required URLs (Note that these must be loaded without a prefix):
```python
urlpatterns += [path("", include("wagtail_indexnow.urls"))]
```
Raw data
{
"_id": null,
"home_page": null,
"name": "wagtail-indexnow",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Jake Howard",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/40/ce/4b9d0fa9a12ea6a69a855bbc452fd504d99995a0e963831b4260b90f71d2/wagtail_indexnow-0.2.0.tar.gz",
"platform": null,
"description": "# Wagtail Indexnow\n\n\n\n\n\n\nA Wagtail package to automatically submit published pages for search engine indexing.\n\nThis package implements the [IndexNow](https://www.indexnow.org/) standard (which is also used by [Cloudflare's Crawler Hints](https://blog.cloudflare.com/cloudflare-now-supports-indexnow/)).\n\nWhenever a page is published, a [ping](https://www.indexnow.org/documentation) is sent to supporting search engines to inform them of a content change. To reduce spamming, pages which have been published within the last 10 minutes are ignored.\n\n## Installation\n\n```\npip install wagtail-indexnow\n```\n\nThen, add `wagtail_indexnow` to `INSTALLED_APPS`.\n\nFinally, register the required URLs (Note that these must be loaded without a prefix):\n\n\n```python\nurlpatterns += [path(\"\", include(\"wagtail_indexnow.urls\"))]\n```\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A Wagtail package to automatically submit published pages for search engine indexing",
"version": "0.2.0",
"project_urls": {
"Changelog": "https://github.com/RealOrangeOne/wagtail-indexnow/releases",
"Issues": "https://github.com/RealOrangeOne/wagtail-indexnow/issues",
"Source": "https://github.com/RealOrangeOne/wagtail-indexnow"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "826f450e55a010a724113d7c142233611e816ef1bab93c7bb593da115cf4fd54",
"md5": "f9bdca0bc5829fec5cf073e3a50d0b5d",
"sha256": "5d5839ee5e7a166b416f8bca47b442520ab1fa61aaae50aa4db07a32018241ac"
},
"downloads": -1,
"filename": "wagtail_indexnow-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f9bdca0bc5829fec5cf073e3a50d0b5d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 4608,
"upload_time": "2025-08-06T09:37:17",
"upload_time_iso_8601": "2025-08-06T09:37:17.268605Z",
"url": "https://files.pythonhosted.org/packages/82/6f/450e55a010a724113d7c142233611e816ef1bab93c7bb593da115cf4fd54/wagtail_indexnow-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "40ce4b9d0fa9a12ea6a69a855bbc452fd504d99995a0e963831b4260b90f71d2",
"md5": "53c7dbad03cfea8efda30dc24a1d3f21",
"sha256": "b140749fa13e51b12d2a36ad590ebdd8bbac46527c0fbb8facf9b85c313c052e"
},
"downloads": -1,
"filename": "wagtail_indexnow-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "53c7dbad03cfea8efda30dc24a1d3f21",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 8049,
"upload_time": "2025-08-06T09:37:18",
"upload_time_iso_8601": "2025-08-06T09:37:18.342038Z",
"url": "https://files.pythonhosted.org/packages/40/ce/4b9d0fa9a12ea6a69a855bbc452fd504d99995a0e963831b4260b90f71d2/wagtail_indexnow-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-06 09:37:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "RealOrangeOne",
"github_project": "wagtail-indexnow",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "wagtail-indexnow"
}