n3amil / sitecrawler

TYPO3 sitemap crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 Sitemap crawler

This extension provides a Symfony command to crawl the sitemap including all sub sitemaps. It gathers all available urls and than calls each url to warm up the TYPO3 page cache.

You can provide custom request headers in json format.

Examples

Composer based:

vendor/bin/typo3cms sitecrawler:crawl https://www.example.com/sitemap.xml

# with custom request headers
vendor/bin/typo3cms sitecrawler:crawl https://www.example.com/sitemap.xml '{"X-Pjax": true}'

Non composer:

typo3/sysext/core/bin/typo3 sitecrawler:crawl https://www.example.com/sitemap.xml

About

TYPO3 sitemap crawler

License:MIT License


Languages

Language:PHP 100.0%