A value for the name field is required

I have just launched my first ghost.io blog (https://zero-bits.org/), and I have used https://www.semrush.com/ to do an analysis of it.

Semrush is currently stating that there is an error on the homepage:
Field: name
Issue Description: A value for the name field is required.

I have filled in the meta info for the social cards, but this looks like it’s something different. How can I fix this error?

Thank you in advance.

1 Like

What theme are you using?

I am using the theme: Solo

Looks like you’ve got your domain name wrong, or it just expired? Interested to see the ghost head output, but I need a working URL. :)

Sorry, you are right: https://zero-bits.org/

I wonder if this error is about the schema? That’s my guess, without seeing it. You can add this manually (and I had one client where we found that he needed it to get Google to show his website name instead of URL in search results). Drop this in the code injection head section, after replacing with your site’s values, obviously.

<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "WebSite",
  "name": "Your site's name",
  "url": "https://www.example.com/",
  "alternateName": ["", "", ""],
  "description": ""
}
</script>

That would add that information on all pages, including the blog posts, and potentially override the values there. The only pages that are missing that, seems to be the homepage itself.

I mean the website schema should be global? Why would you have a different site on a different part of your site?

1 Like

The blog posts did not raise any issue, so I didn’t want to override the values there. Either way, it did not solve it. Semrush continues to present the same message.

1 Like