SEO : add tombi mori plugin
This commit is contained in:
parent
df2843123f
commit
8f9e75126e
64 changed files with 3719 additions and 44 deletions
29
site/plugins/kirby-seo/blueprints/page.yml
Normal file
29
site/plugins/kirby-seo/blueprints/page.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
label: metadata-site
|
||||
icon: search
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 7/12
|
||||
fields:
|
||||
metaGroup: seo/fields/meta-group
|
||||
ogGroup: seo/fields/og-group
|
||||
robots: seo/fields/robots
|
||||
metaInherit:
|
||||
label: inherit-settings
|
||||
type: multiselect
|
||||
help: inherit-settings-help
|
||||
options:
|
||||
metaTemplate: "{{ t('meta-title-template') }}"
|
||||
metaDescription: "{{ t('meta-description') }}"
|
||||
ogTemplate: "{{ t('og-title-template') }}"
|
||||
ogDescription: "{{ t('og-description') }}"
|
||||
ogImage: "{{ t('og-image') }}"
|
||||
twitterCardType: "{{ t('twitter-card-type') }}"
|
||||
twitterAuthor: "{{ t('twitter-author') }}"
|
||||
robots: '{{ t("robots") }}'
|
||||
sidebar:
|
||||
width: 5/12
|
||||
sticky: true
|
||||
sections:
|
||||
seoPreview:
|
||||
type: seo-preview
|
||||
Loading…
Add table
Add a link
Reference in a new issue