backdrop-contrib / seo_meta

SEO Meta Tags module for Backdrop CMS
GNU General Public License v2.0
4 stars 1 forks source link

Add settings form to content types #14

Open ghost opened 6 years ago

ghost commented 6 years ago

When creating a node, you can define SEO meta tags for it. One of the options in the Open Graph section is the Type (website, article, product, profile). It would be nice to be able to set a default value for this on the content type settings form (e.g. set the default value of this field to 'Article' for the 'Post' content type), along with the ability to choose default values for the other fields (e.g. the Page Title tag gets its value from the node title, rather than having to type things twice).

ghost commented 6 years ago

Ok, just noticed that the Page Title tag is automatically populated from the node title :smile:

findlabnet commented 6 years ago

Initial motivation for creating this module - to be simple as possible, not just copy another overloaded (IMO) module.