• Skip to primary navigation
  • Skip to main content

BookingWP™

WordPress Appointment Booking Plugins for WooCommerce

  • Get Appointments
  • Showcase
  • Contact
  • My Account

Meta tags

Home › Forums › Deprecated › Taverna

Log in
descriptionmetaplugintagtags
  • Jonas Schoenfelder
    Customer
    7 years, 10 months ago

    Hi,

    I have question. I installed a plugin to add meta tags to the site. This causes a problem and I know that you can’t fix other plugins’ faults, but in this case the plugin displays content which is anywhere in your theme.

    This is what is displayed in the source code of our site:

    <!-- BEGIN Metadata added by Add-Meta-Tags WordPress plugin -->
    <meta name="description" content="Voted New York's Best Thai Restaurant (347) 989-2823 / Reservations" />
    <!-- END Metadata added by Add-Meta-Tags WordPress plugin -->

    The metadata plugin adds this information automatically and I would like to know where this is located to delete or change the text.

    Thanks
    Jonas

    Zeljan Topic
    Support
    7 years, 10 months ago

    I think this is your site’s meta description or Tagline if you like – it’s located inside WP > Settings > General.

    Also, I’d rather suggest using this plugin for SEO purposes as it’s much better.

    Jonas Schoenfelder
    Customer
    7 years, 10 months ago

    I looked there before and I already filled in my own tagline. Hmm.

    Ok, I already installed this plugin but disabled it because I think it is a bit overloaded. But I will give it a second try. And I have another question: If I am correct you don’t use a h1 headline for the site title. Why not? I think that is much better for SEO purposes.

    Zeljan Topic
    Support
    7 years, 10 months ago

    Can you explain a bit more about H1? It is used for site title, but only on regular home page / static posts page. If static front page is used, then static front page is wrapped in h1, not site title. As you’re using a customized static front page, you can add h1 title in a Text widget, which you can place anywhere on your site.

    Jonas Schoenfelder
    Customer
    7 years, 10 months ago

    Hmm, I don’t know exactly what you mean. The Title (on top of the header image) is not an H1 headline:
    <div class="header-content"><div class="wrap"><div class="title-area"><a href="http://www.friedgarten-brandenburg.de/" class="site-logo-link" rel="home" itemprop="url"><img width="150" height="150" src="http://www.friedgarten-brandenburg.de/wp-content/uploads/2015/02/logo-friedgarten-wordpress2-150x150.png" class="site-logo attachment-thumbnail" alt="logo-friedgarten-wordpress2" data-size="thumbnail" itemprop="logo" /></a><p class="site-title" itemprop="headline"><a href="http://www.friedgarten-brandenburg.de/">Sommergastronomie Friedgarten</a></p><p class="site-description" itemprop="description">Brandenburger Spezialitäten im idyllischen Friedgarten </p></div></div></div></header>

    I don’t know how to add this. But isn’t it a h1 by default? And I tried to make the title of the next widget (home section 1) an h1, but it is already an h4.

    Zeljan Topic
    Support
    7 years, 10 months ago

    H1 tag for site title is only visible on static posts page, configured in WP > Settings > Reading. If you want to override these settings and have H1 tag for site title on front page instead, add this to functions.php file:

    add_filter( 'bizznis_semantic_title_wrap', 'custom_semantic_title_wrap' );
    function custom_semantic_title_wrap( $wrap ) {
    	if ( is_front_page() ) {
    		return 'h1';
    	} 
    	else {
    		return 'p';
    	}
    }
    Jonas Schoenfelder
    Customer
    7 years, 10 months ago

    This works, thank you!

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Follow @bookingwp 900+ followers

  • About
  • Blog
  • Support
  • Terms
  • Privacy

© BookingWP™