Rust Google Indexing API
This is a Rust library for interfacing with the Google Indexing API. It allows you to notify Google about pages on your web app for indexing in search results.
Features
- URL Notifications: Seamlessly notify Google about updates and deletions of URLs on your website.
- URL Metadata Retrieval: Obtain metadata about a URL from the Google Index.
- Batch Operations: Efficiently notify Google about multiple URLs in a single batch operation.
Installation
To use the google-indexing-api in your Rust project, add it as a dependency in your Cargo.toml:
[]
= "0.1"
Usage
async
Error Handling
The library provides structured error handling through the GoogleApiError enum. You can match against it to handle specific error scenarios in your application.