Join the Webstudio community

Updated last month

Adding Custom Meta Tags to the Page Head

At a glance

The community member is asking how to add custom meta tags to the head section of a page. They have used the Custom Metadata feature in webstudio and filled in the inputs, but the meta tags are not showing up correctly in the front-end. The community members in the comments suggest that the page settings can handle some of the common meta tags like title, description, robots, and language, but they recommend skipping the keywords and revisit-after tags unless the site changes frequently.

How can we add custom meta tags into head section of page?

<meta name="title" content="SEO Myths Killing Your Business">
<meta name="description" content="At firsng? Did ..............">
<meta name="keywords" content="lean start uphome ............ ">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="3 days">

I found Custom Metadata feature in webstudio, used it and filled up inputs in property and content.
but in front end in inspect it is showing like in screenshot.

so question is is there any place where we can add custom codes in <head> </head> of each page.
J
r
3 comments
page settings can get you part of the way there. It will also fill in OG tags by default if you fill in the social sharing image.
Attachment
CleanShot_2025-05-17_at_00.11.232x.png
It can do title, description, robots and language by default.

I'd skip the keywords and revisit-after (unless you have a site that changes constantly)
Add a reply
Sign up and join the conversation on Discord