[Yoast Seo] "not found" w meta tagach na stronie
-
witajcie
korzystałem z wtyczki yoast seo i dotychczas sprawowała się genialnie, jednak od pewnego czasu ona nie dodaje mi po prostu meta tagów do wpisów! nie wiem jaka jest tego przyczyna, wpisuje opis description, meta tagi i tytuł w pluginie pod wpisem, a gdy sprawdzam stronę wtyczką MozBar for Chromenp tutaj http://numer-konta-bankowego.pl/placenie-karta-przez-internet/
pokazuje że not found meta description i meta keywords mimo że one są wprowadzone!
bardzo prosze o pomoc!
wstawiam wygląd header.php
<?php /** * * BoldR Lite WordPress Theme by Iceable Themes | http://www.iceablethemes.com * * Copyright 2013-2015 Mathieu Sarrasin - Iceable Media * * Header Template * */ ?><!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--><html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta property="og:image" content="http://numer-konta-bankowego.pl/karta.jpg"> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]--> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php $favicon = get_theme_mod( 'boldr_favicon' ); if ($favicon): ?><link rel="shortcut icon" href="<?php echo esc_url($favicon); ?>" /><?php endif; ?> <?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script> <![endif]--><?php wp_head(); ?><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-67509219-1', 'auto'); ga('send', 'pageview'); </script></head><body <?php body_class(); ?>><?php ?><div id="main-wrap"><?php ?><div id="header"><?php ?><div class="container"><?php ?><div id="logo"><a href="<?php echo esc_url( home_url() ); ?>" title='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' rel='home'><?php if ( get_theme_mod( 'boldr_logo' ) ) : ?><h1 class="site-title" style="display:none"><?php bloginfo('name') ?></h1><?php ?><img src="<?php echo esc_url( get_theme_mod( 'boldr_logo' ) ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"><?php else: ?><h1 class="site-title" style="display:block"><?php bloginfo('name') ?></h1><?php endif; ?></a></div><?php if ( get_bloginfo ( 'description' ) ): ?><div id="tagline"><?php bloginfo('description'); ?></div><?php endif; ?></div><?php ?></div><?php // End header ?><div id="navbar" class="container"><?php ?><div class="menu-container"><?php wp_nav_menu( array( 'theme_location' => 'primary', 'items_wrap' => '<ul id="%1$s" class="%2$s sf-menu">%3$s</ul>', ) ); boldr_dropdown_nav_menu(); ?></div><?php ?><div id="nav-search"><?php get_search_form(); ?></div><?php ?></div><?php // End navbar if ( get_custom_header()->url ) : if ( ( is_front_page() && get_theme_mod('home_header_image') != 'off' ) || ( is_page() && !is_front_page() && get_theme_mod('pages_header_image') != 'off' ) || ( is_single() && get_theme_mod('single_header_image') != 'off' ) || ( !is_front_page() && !is_singular() && get_theme_mod('blog_header_image') != 'off' ) || ( is_404() ) ): ?><div id="header-image" class="container"><?php ?><img src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="" /><?php ?></div><?php endif; endif; ?>
dodam że pousuwałem wszystkie szablony z ustawień tej wtyczki bo po prostu dublowały mi się meta opisy i tytuły
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- Temat ‘[Yoast Seo] "not found" w meta tagach na stronie’ jest zamknięty na nowe odpowiedzi.