An open API service indexing awesome lists of open source software.

https://github.com/vallieres/crawl-n-indexnow

Crawl a Shopify website to extract all URLs and submit them to IndexNow
https://github.com/vallieres/crawl-n-indexnow

bing indexnow shopify yandex

Last synced: 2 months ago
JSON representation

Crawl a Shopify website to extract all URLs and submit them to IndexNow

Awesome Lists containing this project

README

        



Crawl n' IndexNow



Crawl n' IndexNow!


Get the goods and ship 'em to the indexes!


Crawl n' IndexNow is a simple CLI that pulls your Shopify or regular website sitemap,
and submits the URLs to IndexNow to speed up the indexing process.

## ⚡️ Quickstart

Install the CLI:
```bash
go install github.com/vallieres/crawl-n-indexnow@latest
```

## 🎯 Commands

### Submit All Shopify URLs to Index

```bash
crawl-n-indexnow shopify --domain legacygoods.co --key a1b3c34d
```

This will crawl the [Legacy Goods Co.](https://legacygoods.co) domain, list the found URLs from its sitemaps and submit
them all to IndexNow.

### Submit All Sitemap URLs to Index

```bash
crawl-n-indexnow sitemap --domain hipsterpixel.co --key a1b3c34d
```

This will crawl the [Hipster Pixel](https://hipsterpixel.co) domain, list the found URLs from its sitemap and submit
them all to IndexNow.