A Zero Dependency PHP Sitemap/RSS parser to extract keyword data from a website
php src/sitemap.php example.com
php src/sitemap.php example.com/sitemap.xml
--output=words
This will output one word per line with the following format:
6,service
6,area
1,home
1,booking
1,page
1,see
1,our
1,services
--output=slugs
This will output each separate page slug, one per line.