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
html
orpdf
- Language
language/en
,language/fi
etc.
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
tags
meta tag field - In
findkit.toml
with thetags
field 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