Tagging Pages
The crawler can tag the content for filtering and grouping.
By default following tags are added
- Domain tag
domain/example.com
- Content-type tag
htmlorpdf
- Language
language/en,language/fietc.
You can list the available tags in your project with
findkit tags
You can check the tags on any given page with
findkit inspect <url>
Custom Tags
Custom tags can be added
- In the
tagsmeta tag field - In
findkit.tomlwith thetagsfield using CSS and regexes - With WordPress you can use our WordPress plugin to generate the tags automatically from taxonomies and any custom ones with PHP