Setting up metadata to display in Google search

Good Day,

We are trying to set up our metadata to display correctly on google search for our website. Could someone confirm that we build this out both in the code and google search console? We would appreciate any kind of documentation to help us work through this.

Thank you.

*I have attached a screenshot of what we are trying to do.

Hey, @pullupclub! Welcome to the Vercel Community.

Could you share more about your current set-up? That’d be helpful!

If you’re using Next.js, you simply need to add the metadata as follows:

The metadata you set in your code is what Google will typically use for the title and description in search results.

Let us know how you get on!

Hi Pauline, The project is primarily built in TypeScript (89.5%), which we use across both the frontend and backend—leveraging frameworks like React/Next.js. On the backend, we also use PLpgSQL (8%) for PostgreSQL stored procedures and triggers within Supabase. There’s a small amount of JavaScript and other config or support files making up the rest.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.