From 275126af7d7ab98a121daca28a0a4d5befffa103 Mon Sep 17 00:00:00 2001 From: SangHyoun Yun Date: Mon, 25 Nov 2019 06:43:53 +0900 Subject: [PATCH] feat(spec): add canonical_url spec (#562) --- includes/specs/meta.spec.js | 5 +++++ 1 file changed, 5 insertions(+) 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',