Hi, why in google search results I see infinityFree first and after the title of my site? Is it possible to remove infinityFree?
My site was created in infinity free and then I switched to paid version with ifastnet.
My website
Hello
Google shows information there about the base domain (42web.io). Since that domain is owned by InfinityFree, that’s what shows there.
The only way to change that is to buy your own domain name from a provider like NameSilo or NameCheap
I think that if you want to change it, you can just change it. The attribute shown there is the Site Name attribute, which can be configured by setting the relevant OpenGraph tag in your HTML code.
Hi,thanks @Admin for the answer I will try this way
In head of my home page:
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "watch faces development",
"alternateName" : ["watch faces", "WF"],
"url" : "https://petreion.42web.io/"
}
</script>
If there is anything else I need to do please let me know.
For example, if you have a different version of the code please show it here.
Hi,thanks @Greenreader9 for the answer, when i upgraded from infinityfree to ifastnet petreion.42web.io was supposed to be a free sub domain name because I already had a site created.
I already have a domain name but what should i do with petreion.42web.io??
If you own a custom domain, you can setup a 301 (permanente) redirect from the subdomain to the custom domain.
Over time, Google will see this and rank the custom domain instead of the free subdomain.
Hi petreion,
Be sure to make sure the redirection uses the code 301 instead of 302. Google can identify that as a permanent redirection and inherit your SEO efforts over so you don’t have to start over.
P.S. Also change all link references in your structured data so it goes to your custom domain instead of the free subdomain.
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "watch faces development",
"alternateName" : ["watch faces", "WF"],
"url" : "https://YOUR NEW DOMAIN HERE/"
}
</script>
Cheers!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.