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 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
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