Next.js Discord

Discord Forum

Search issue

Unanswered
Broad-snouted Caiman posted this in #help-forum
Open in Discord
Broad-snouted CaimanOP
Why does my Next.js website show "0xhoneyjar" at the top and my actual domain below when I search for it on the web?

13 Replies

@Yi Lon Ma can you show a screenshot?
Broad-snouted CaimanOP
<meta property="og:site_name" content="Dialedweb">
@Broad-snouted Caiman
not sure where Oxhoneyjar came from
@Arinji <meta property="og:site_name" content="Dialedweb"> <@645247527213465610>
Broad-snouted CaimanOP
I dont think that meta info is added like that anymore
export const metadata = {
title:
}
@Broad-snouted Caiman

Hey, I'm not quite sure why this is showing under your site title, but I have a theory. It may be because "0xhoneyjar.xyz" used to be connected to your website or has the same hosting/IP address. This may lead Google to incorrectly associate them with each other.

One possible solution would be to include the siteName attribute in your Open Graph (OG) tags. This should then make the correct association clear for Google.

Please let me know if that is helpful or if you need any additional help!
@Broad-snouted Caiman export const metadata = { title: }
i just gave an example, use siteName if your using metadata like that
normal meta info is how i sent
what you want is the nextjs version
Hi @Arinji, it seems that we both came up with the same solution! He is probably running an app-based router, so we will have to include the siteName attribute in the OG tags. It will look something similar to this,

export const metadata = {
title,
openGraph: {
siteName:
}
}
Broad-snouted CaimanOP
Okay, I will try to see if that helps
Broad-snouted CaimanOP
I noticed that the weird URL is showing up in my Google Search console under the Canonical URL