• Resolved jennyparker

    (@jennyparker)


    Hi, I have a Site Health Status message

    “Your Site Title and/or Tagline are blank. We recommend setting both of these values as AIOSEO requires these for various features, including our schema markup”

    I intentionally left the site title blank because I have my logo on top of the page and I don’t want to show the site title, so in this context how to resolve this issue?

    Any help is highly appreciated and thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Mike Ritter

    (@ritterml)

    Hi Jenny.

    You should have these fields filled out.

    If you do not want these to show up in your theme, you should adjust this setting in your theme.

    If you share which theme you are using, perhaps someone can point you to where this setting is ( try the “Customize” screen in your “Admin Dashboard” to start ).

    Another option is to find the class name or ID of the block where your site title is displayed, then, in the “Customize” screen look for “Additional CSS”. There, you can hide the block like this:

    
    .block-class{
      display: none;
    }
    

    https://www.computerhope.com/issues/ch000746.htm

    https://developer.mozilla.org/en-US/docs/Web/CSS/display

    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    https://themeisle.com/blog/wordpress-customizer-how-to/

    Thread Starter jennyparker

    (@jennyparker)

    Thanks @ritterml, I am sorry forget to mention that I am using Astra free theme, and yes I have already tried customized options to hide the site title but there is no option to do that.

    Thread Starter jennyparker

    (@jennyparker)

    @ritterml code worked, I just put this one in customized CSS:

    /* Hide site title */
    .site-title a {
    display: none;
    }

    I wonder if could you please check the Robots.txt file as the Yandex search engine sends the messages that the site could not be indexed due to robots.txt?

    Plugin Support Steve M

    (@wpsmort)

    Hi @jennyparker, I checked your robots.txt and it is the default one that is present on all WordPress sites. So it’s perfectly fine and is not blocking any search engines.

    Thread Starter jennyparker

    (@jennyparker)

    Update: I have done putting site title and hide form theme via customization options but now I have an error popup form AINSEO

    “2 H1 tags were found”

    I have already assigned an h1 tag on my main page so I think the site title will also an h1 tag I guess so what should I do now?

    PS: Site Title is only a website or domain name only so I need think I consider the second h1 tag for SEO purpose with proper keywords etc?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘our Site Title and/or Tagline are blank’ is closed to new replies.