1. Are there any instructions for running this with SSH? So we would we still use all the settings on the /generator website, just execute it from SSH?
2. Since we have a Wordpress site, we have the following Exclude URLs that we don't want to be pulled:
wp-includes/
xmlrpc.php
wp-json/
/2018/
/2017/
/2016/
/2015/
So just adding "oembed" to the bottom of this list is the correct way instead of "wp-json/ or "wp-json/oembed" how we have it now? Should we have the "/" at the start of each exclude line?
3. We also wanted to ensure that the priority of our site went in order of homepage > categories > individual pages.
Since all of our individual pages don't have a slug that can link them, I figured we would just turn off Automatic Priority and set the default to 0.8.
Then in the Individual Attributes we have the following format:
[ External links are visible to forum administrators only ]$,,daily,1.0
[ External links are visible to forum administrators only ]$,,daily,0.9
[ External links are visible to forum administrators only ]$,,daily,0.9
But this doesn't seem to be working and if we try to reduce the depth to speed up the crawl it doesn't pull these Individual pages. I figured since we manually added these URLs and assigned them the highest priority it would force them to be pulled first... Is the above code correct?