custom tags
↔ to apply custom tag to pages w/o regex/code
{
"start_urls": [
{
"url": "http://www.example.com/docs/concepts/",
"tags": ["concepts", "terminology"]
}
]
}