Created
June 2, 2020 13:40
-
-
Save ankedsgn/068f9b3e6801a04c8a9d4451e5ca0cad to your computer and use it in GitHub Desktop.
OGimage for SEO extension Bolt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# place below in the seo.bobdenotter.yml | |
fields: | |
title: ['title', 'name'] | |
description: ['introduction', 'teaser', 'description', 'body'] | |
keywords: [] | |
# prefer the OGimage field over the organic image field | |
image: ['ogimage','image'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ogimage: | |
type: image | |
group: 'SEO settings' | |
label: 'OG-image' | |
postfix: "minimaal 600px breed, liefst 1080px breed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment