# Shopify Store Sitemap Audit

**Use case:** 

Check a Shopify store robots.txt and sitemap.xml setup, including discovered sitemap locations and URL counts.

## Input

```json
{
  "urls": [
    "allbirds.com",
    "gymshark.com"
  ],
  "parseSitemaps": true,
  "maxSitemapUrls": 5000
}
```

## Output

```json
{
  "url": {
    "label": "Website"
  },
  "totalSitemapUrls": {
    "label": "Total URLs in Sitemaps"
  },
  "checkTimeMs": {
    "label": "Check (ms)"
  },
  "error": {
    "label": "Error"
  },
  "checkedAt": {
    "label": "Checked At"
  }
}
```

## About this Actor

This example demonstrates how to use [Robots.txt & Sitemap Analyzer](https://apify.com/automation-lab/robots-sitemap-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/robots-sitemap-analyzer) to learn more, explore other use cases, and run it yourself.