frappe / builder

Modern website builder for modern web pages
https://frappe.io/builder
GNU Affero General Public License v3.0
384 stars 120 forks source link

Feat: Add option/field for meta data and SEO relevant information #55

Open the3dfox opened 7 months ago

the3dfox commented 7 months ago

Currently there it is no simple option to add meta data through the builder interface. Below is an example from https://github.com/webstudio-is/webstudio on how an implementation from the user perspective could look like

webstudio_meta_properties

surajshetty3416 commented 7 months ago

@the3dfox yes there are no interface for meta-tags as such. But Frappe Builder adds some default metatags like following Screenshot 2024-01-10 at 2 45 41 PM

If you want to set custom metatags, you can override default metatags in Data Script as shown below

Screenshot 2024-01-10 at 2 44 27 PM Just an example