diff --git a/includes/specs/meta.spec.js b/includes/specs/meta.spec.js index 5b59fb0..02ed3e2 100644 --- a/includes/specs/meta.spec.js +++ b/includes/specs/meta.spec.js @@ -15,6 +15,11 @@ module.exports = { [doc]: 'Meta tag specified in = style.\nE.g., name=theme-color;content=#123456 => ' } }, + canonical_url: { + [type]: 'string', + [doc]: 'canonical_url of your site', + [defaultValue]: null + }, rss: { [type]: 'string', [doc]: 'Path or URL to RSS atom.xml',