Next.js Discord

Discord Forum

How do I set a different title and subtitle in Google Search?

Unanswered
Brown bear posted this in #help-forum
Open in Discord
Brown bearOP
It should be trivial but I can't figure out how to have different title and subtitle in google search.

this is my metadata:
export const metadata = {
  title: "Thock",
  description: "Thock - The ultimate groupbuy tracker for mechanical keyboards.",
  icons: {
    icon: "/thock.svg",
  },
};


As you can see the description counts for both title and subtitle in search. How do I modify it?

0 Replies