Pull-Up Club – Metadata Setup for Google #163471
-
BodyWe're currently working on optimizing our visibility on Google for Pull-Up Club and want to make sure our metadata (title, description, social preview, etc.) is set up properly. We’re trying to understand the best place to manage this: Should we be configuring metadata directly within our Netlify hosting setup (e.g. through _headers, netlify.toml, or our HTML files)? Or should we be managing this through Google Search Console or another Google tool? Attached is a screenshot showing the kind of metadata we're looking for. Any advice or direction on best practices would be appreciated! Thanks. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I had to figure this out recently too. Best practice is to handle the metadata (like title, description, Open Graph tags, etc.) directly in your HTML or React/Next.js files. That way it’s baked into your site at build time and Netlify will serve it as expected. Netlify doesn’t really manage SEO metadata itself it just serves what you provide. Google Search Console is great for tracking how your pages show up, but the actual metadata setup happens in your code. I'd recommend double-checking your |
Beta Was this translation helpful? Give feedback.
-
|
The internal structure displayed in this image is referred to as sitelinks, and for the Google search engine at least, it is generated automatically. I think it might be interesting to implement structured data. |
Beta Was this translation helpful? Give feedback.


The internal structure displayed in this image is referred to as sitelinks, and for the Google search engine at least, it is generated automatically. I think it might be interesting to implement structured data.