Name | wagtail-indexnow JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | A Wagtail package to automatically submit published pages for search engine indexing |
upload_time | 2023-12-18 17:40:20 |
maintainer | |
docs_url | None |
author | Jake Howard |
requires_python | >=3.8 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Wagtail Indexnow
![CI](https://github.com/RealOrangeOne/wagtail-indexnow/workflows/CI/badge.svg)
![PyPI](https://img.shields.io/pypi/v/wagtail-indexnow.svg)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wagtail-indexnow.svg)
![PyPI - License](https://img.shields.io/pypi/l/wagtail-indexnow.svg)
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": "",
"name": "wagtail-indexnow",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Jake Howard",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/87/43/ef6883cf8bd3767805dabf47786cf46090fff17dc381672bd172c2d81694/wagtail_indexnow-0.1.0.tar.gz",
"platform": null,
"description": "# Wagtail Indexnow\n\n![CI](https://github.com/RealOrangeOne/wagtail-indexnow/workflows/CI/badge.svg)\n![PyPI](https://img.shields.io/pypi/v/wagtail-indexnow.svg)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wagtail-indexnow.svg)\n![PyPI - License](https://img.shields.io/pypi/l/wagtail-indexnow.svg)\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": "",
"summary": "A Wagtail package to automatically submit published pages for search engine indexing",
"version": "0.1.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": "",
"digests": {
"blake2b_256": "653c03a7bf01f3eea7c9a57caff127c9f38eaee0354b97229ea6ea552bbe8d29",
"md5": "df3f897e34520cd3179b448d7e6e7035",
"sha256": "3bf6ad7fa57e1c1a745f86345d93728a45abd0f47281e7a89a3f41096c530773"
},
"downloads": -1,
"filename": "wagtail_indexnow-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "df3f897e34520cd3179b448d7e6e7035",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4614,
"upload_time": "2023-12-18T17:40:18",
"upload_time_iso_8601": "2023-12-18T17:40:18.536705Z",
"url": "https://files.pythonhosted.org/packages/65/3c/03a7bf01f3eea7c9a57caff127c9f38eaee0354b97229ea6ea552bbe8d29/wagtail_indexnow-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8743ef6883cf8bd3767805dabf47786cf46090fff17dc381672bd172c2d81694",
"md5": "38400242bfe091820b419dd3d99e9ff5",
"sha256": "a5fedf3f4065af49933c9fb6eee49e0a3c674b25a30e4cc037338055a8cdf955"
},
"downloads": -1,
"filename": "wagtail_indexnow-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "38400242bfe091820b419dd3d99e9ff5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 7782,
"upload_time": "2023-12-18T17:40:20",
"upload_time_iso_8601": "2023-12-18T17:40:20.056135Z",
"url": "https://files.pythonhosted.org/packages/87/43/ef6883cf8bd3767805dabf47786cf46090fff17dc381672bd172c2d81694/wagtail_indexnow-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-18 17:40:20",
"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"
}