https://github.com/aquilax/indexnow
Go package for submitting URLs for crawling using the IndexNow protocol
https://github.com/aquilax/indexnow
indexnow
Last synced: 3 months ago
JSON representation
Go package for submitting URLs for crawling using the IndexNow protocol
- Host: GitHub
- URL: https://github.com/aquilax/indexnow
- Owner: aquilax
- License: mit
- Created: 2021-12-02T03:54:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T05:39:15.000Z (over 3 years ago)
- Last Synced: 2025-01-22T06:30:42.114Z (5 months ago)
- Topics: indexnow
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# indexnow [](https://pkg.go.dev/github.com/aquilax/indexnow)
Go package for submitting URLs for crawling using the IndexNow protocol as defined in https://www.indexnow.org/documentation
## Installation
```
go get github.com/aquilax/indexnow
```