Hawk.js is an advanced, open-source sitemap generator and SEO automation tool designed to enhance your website's search engine visibility. It automates the creation of comprehensive sitemaps and simplifies their submission to major search engines such as Google, Bing, Yahoo, Yandex, and more. With support for multiple indexing strategies like Index
git clone https://github.com/cresteem/Hawk.js.gitHawk.js is an open-source sitemap generator and SEO automation tool that streamlines the creation and submission of XML sitemaps to major search engines including Google, Bing, Yahoo, Yandex, and all platforms supporting the IndexNow protocol. It supports multiple indexing strategies such as IndexNow and Google Webmaster Tools, ensuring comprehensive search engine coverage and accurate indexing. The tool automates the entire process of sitemap management, reducing manual effort while keeping your site's search visibility optimized. Developers and website owners benefit from real-time sitemap updates, CI/CD pipeline integration with GitHub Actions and GitLab CI, and customizable configuration options. Hawk.js is licensed under Apache 2.0 and runs on Linux, Windows, and Node.js environments.
Install Hawk.js via NPM, configure it with your site settings, and use the CLI commands to generate and submit sitemaps. It can be integrated into CI/CD workflows automatically or run standalone on Linux and Windows platforms.
Automatically generate and submit XML sitemaps to multiple search engines
Integrate sitemap management into GitHub Actions or GitLab CI pipelines
Keep sitemaps synchronized with website content changes in real-time
Improve search engine indexing coverage across Google, Bing, Yahoo, and Yandex
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/cresteem/Hawk.jsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Generate a comprehensive sitemap for [COMPANY] in the [INDUSTRY] sector using Hawk.js. Include all relevant pages, prioritize high-value content, and ensure it follows SEO best practices. Also, provide a step-by-step guide to submit this sitemap to Google, Bing, Yahoo, and Yandex.
# Sitemap Generation and Submission for [COMPANY] in the [INDUSTRY] Sector
## Generated Sitemap
```xml
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.[COMPANY].com/</loc>
<lastmod>2023-10-01</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.[COMPANY].com/about</loc>
<lastmod>2023-09-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://www.[COMPANY].com/products</loc>
<lastmod>2023-10-01</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<!-- Additional URLs -->
</urlset>
```
## Submission Guide
### Google
1. Go to [Google Search Console](https://search.google.com/search-console).
2. Select your property.
3. Navigate to **Sitemaps**.
4. Enter the path to your sitemap (e.g., `sitemap.xml`).
5. Click **Submit**.
### Bing
1. Go to [Bing Webmaster Tools](https://www.bing.com/webmasters/).
2. Select your site.
3. Navigate to **Sitemaps**.
4. Enter the sitemap URL.
5. Click **Submit**.
### Yahoo
1. Go to [Yahoo Site Explorer](https://siteexplorer.search.yahoo.com/).
2. Select your site.
3. Navigate to **Sitemaps**.
4. Enter the sitemap URL.
5. Click **Submit**.
### Yandex
1. Go to [Yandex Webmaster](https://webmaster.yandex.com/).
2. Select your site.
3. Navigate to **Indexing** > **Sitemaps**.
4. Enter the sitemap URL.
5. Click **Add**.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan