Jump to content
  • 0

генерация title & description


mrfrunze
 Share

Question

Добрый день, помогите отключить скрипт генерации заголовков и описания. Думаю, что он находится в файле header.php , как его отключить чтобы не наделать беды. Спасибо. P.S.  я не программист. Сеошник.

сайт http://electro-dom.od.ua/avtomaticheskie-vyklyuchateli

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

Не надо генерации заголовка и описания - отключите плагин All in one SEO pack.

ок спасибо, попробую.

А, собственно, что в этом плохого? Вам, как раз, как сеошнику и нужно иметь к странице/статье заголовок и описание. Или у вас генерирует то, что вам не надо?

Да, генерирует, то что не надо.(((

Link to comment
Share on other sites

  • 0
Да, генерирует, то что не надо.(((

Так этот плагин и придуман для того, чтобы можно было к каждой странице/главной странице/статье писать тот заголовок и описание, которые вам нужно. 

Link to comment
Share on other sites

  • 0

 

Да, генерирует, то что не надо.(((

Так этот плагин и придуман для того, чтобы можно было к каждой странице/главной странице/статье писать тот заголовок и описание, которые вам нужно. 

 

Я знаком с этим плагином, но это не он это скрипт!!! он прописывает сам Электродом /electro-dom... я указываю заголовки, но он их не прописывает! вот в чем беда!?

Link to comment
Share on other sites

  • 0

Код файла header.php, пожалуйста, в студию.

ок, сейчас добавлю.

<!DOCTYPE html><!--[if IE 6]><html id="ie6" <?php language_attributes(); ?>><![endif]--><!--[if IE 7]><html id="ie7" <?php language_attributes(); ?>><![endif]--><!--[if IE 8]><html id="ie8" <?php language_attributes(); ?>><![endif]--><!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!--><html <?php language_attributes(); ?>><!--<![endif]--><head><link rel="icon" href="http://electro-dom.od.ua/wp-content/uploads/2014/06/favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="http://electro-dom.od.ua/wp-content/uploads/2014/06/favicon.ico" type="image/x-icon" /><?php wp_head(); ?><meta charset="<?php bloginfo( 'charset' ); ?>"><meta name="viewport" content="width=device-width"><meta name="autor" content="Шкуринский Денис Валериевич"><meta name="description" content="Шаблон для интернет-магазина на ВордПресс"><meta  name="keywords" content="First keyword, second keyword,"><?php $theme_path = get_bloginfo('template_url'); ?><script type="text/javascript">jQuery(document).ready(function(){var inputs = document.getElementsByTagName('input');for (a = 0; a < inputs.length; a++) {if (inputs[a].type == "checkbox") {var id = inputs[a].getAttribute("id");if (id==null){id=  "checkbox" +a;}inputs[a].setAttribute("id",id);var container = document.createElement('div');container.setAttribute("class", "denss_checkbox");var label = document.createElement('label');label.setAttribute("for", id);jQuery(inputs[a]).wrap(container).after(label);}}});</script><script type="text/javascript">jQuery(document).ready(function(){var inputs = document.getElementsByTagName('input');for (a = 0; a < inputs.length; a++) {if (inputs[a].type == "radio") {var id = inputs[a].getAttribute("id");if (id==null){id=  "radio" +a;}inputs[a].setAttribute("id",id);var container = document.createElement('div');container.setAttribute("class", "denss_radio");var label = document.createElement('label');label.setAttribute("for", id);jQuery(inputs[a]).wrap(container).after(label);}}});</script><script type="text/javascript" src="<?php echo $theme_path?>/html5shiv.js"></script><title><?phpglobal $page, $paged;wp_title( '|', true, 'right' );bloginfo( 'name' );$site_description = get_bloginfo( 'description', 'display' );if ( $site_description && ( is_home() || is_front_page() ) )echo " | $site_description";if ( $paged >= 2 || $page >= 2 )echo ' | ' . sprintf( __( 'Page %s', CURRENT_THEME ), max( $paged, $page ) );?></title><link rel="stylesheet"  href="<?php bloginfo( 'stylesheet_url' ); ?>" type="text/css" media="screen"/><!--[if lte IE 8]><link rel="stylesheet"  href="<?php bloginfo('template_url') ?>/menuie.css" type="text/css" media="screen"/><link rel="stylesheet"  href="<?php bloginfo('template_url') ?>/vmenuie.css" type="text/css" media="screen"/><![endif]--><script type="text/javascript" src="<?php echo $theme_path?>/prefixfree.min.js"></script><link type="image/vnd.microsoft.icon" rel="shortcut icon"  href="<?php bloginfo( 'template_url' ); ?>/favicon.ico"/><!--[if IE 7]><style type="text/css" media="screen">#ttr_vmenu_items  li.ttr_vmenu_items_parent {display:inline;}</style><![endif]--></head><body><!--LiveInternet counter--><script type="text/javascript">new Image().src = "//counter.yadro.ru/hit?r"+escape(document.referrer)+((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";"+Math.random();</script><!--/LiveInternet--><?php if(get_option('ttr_back_to_top')): ?><a href="#" class="back-to-top"><input type="image" alt="Back to Top" src="<?php echo get_option('ttr_icon_back_to_top');?>"/></a><?php endif; ?><div id="denss_page"><div id="denss_page_inner"><div class="denss_banner_header"><?phpif( is_active_sidebar( 'headerabovecolumn1'  ) || is_active_sidebar( 'headerabovecolumn2'  ) || is_active_sidebar( 'headerabovecolumn3'  ) || is_active_sidebar( 'headerabovecolumn4'  )):?><div class="denss_banner_header_inner_above0"><?php if ( is_active_sidebar('headerabovecolumn1') ) : ?><div class="cell1" style="width:25%;float:left;"><div class="headerabovecolumn1"><?php theme_dynamic_sidebar( 'Виджет 1 над хедером'); ?></div></div><?php else: ?><div class="cell1" style="width:25%;float:left;background-color:transparent;"> </div><?php endif; ?><?php if ( is_active_sidebar('headerabovecolumn2') ) : ?><div class="cell2" style="width:25%;float:left;"><div class="headerabovecolumn2"><?php theme_dynamic_sidebar( 'Виджет 2 над хедером'); ?></div></div><?php else: ?><div class="cell2" style="width:25%;float:left;background-color:transparent;"> </div><?php endif; ?><?php if ( is_active_sidebar('headerabovecolumn3') ) : ?><div class="cell3" style="width:25%;float:left;"><div class="headerabovecolumn3"><?php theme_dynamic_sidebar( 'Виджет 3 над хедером'); ?></div></div><?php else: ?><div class="cell3" style="width:25%;float:left;background-color:transparent;"> </div><?php endif; ?><?php if ( is_active_sidebar('headerabovecolumn4') ) : ?><div class="cell4" style="width:25%;float:right;"><div class="headerabovecolumn4"><?php theme_dynamic_sidebar( 'Виджет 4 над хедером'); ?></div></div><?php else: ?><div class="cell4" style="width:25%;float:right;background-color:transparent;"> </div><?php endif; ?><div style="clear:both;"></div></div><?php endif; ?></div><div style="height:0px;width:0px;overflow:hidden;-webkit-margin-top-collapse: separate;"></div><header id="denss_header"><div id="denss_header_inner"><div class="denss_slideshow"><div id="denss_slideshow_inner"></div></div><div class="denss_slideshow_in"><div class="denss_slideshow_last"><div class="denss_headershape01"><a href="electro-dom.od.ua" title="Перейти на главную страницу"><div class="html_content" style="font-family:Times New Roman;font-size:12px;"><div><span align="center">Интернет-магазин</span><h2 align="center">электротехнических товаров</h2><img src="<?php echo $theme_path; ?>/images/2016.png" style="width:290.04187214593px;height:180.027914763953px;margin:5px 0px 0px 0px;font-family:Times New Roman;font-size:12px;" /></div></div></a></div><div class="denss_headershape02"><div class="html_content" style="font-family:Times New Roman;font-size:12px;"><p style="text-align:Center;font-family:Times New Roman;font-size:12px;"><span style="font-size:16px;font-family:Times New Roman;">Наши контакты:</span></p><p style="text-align:Center;font-family:Times New Roman;font-size:12px;"><span style="font-size:28px;font-family:Times New Roman;">+38 (048) 784 43 12</span></p><p style="text-align:Center;font-family:Times New Roman;font-size:12px;"><span style="font-size:28px;font-family:Times New Roman;">+38 (048) 772 24 08</span></p><p style="text-align:Center;font-family:Times New Roman;font-size:12px;"><span style="font-size:28px;font-family:Times New Roman;">+38 (048) 700 37 13</span></p><p style="text-align:Center;font-family:Times New Roman;font-size:12px;"><span style="font-size:28px;font-family:Times New Roman;">+38 (067) 288 54 37</span></p><p style="text-align:Center;font-family:Times New Roman;font-size:12px;"><img src="<?php echo $theme_path; ?>/images/2017.png" style="width:55px;height:45px;margin:0px 0px 0px 0px;font-family:Times New Roman;font-size:12px;" /><img src="<?php echo $theme_path; ?>/images/2018.png" style="width:50.0062808218895px;height:50.0062808218895px;margin:0px 0px 0px 0px;font-family:Times New Roman;font-size:12px;" /><img src="<?php echo $theme_path; ?>/images/2019.png" style="width:33.0046059360523px;height:45.0062808218895px;margin:0px 0px 0px 0px;font-family:Times New Roman;font-size:12px;" /></p></div></div><div class="denss_headershape03"><div class="html_content" style="font-family:Times New Roman;font-size:12px;"><p style="text-align:Center;font-family:Times New Roman;font-size:12px;"><span style="font-size:24px;font-family:Times New Roman;">Мы являемся официальным представителем</span></p><p style="text-align:Center;font-family:Times New Roman;font-size:12px;"><span style="font-size:18px;font-family:Times New Roman;"><img src="http://electro-dom.od.ua/wp-content/uploads/2014/05/iek.png"></span></p><p style="text-align:Center;font-family:Times New Roman;font-size:12px;"><br style="font-size:18px;font-family:Times New Roman;" /></p></div></div><div class="denss_headershape04"><div class="html_content" style="font-family:Times New Roman;font-size:12px;"><p style="text-align:Center;line-height:45px;font-family:Times New Roman;font-size:12px;"><br style="font-size:22px;font-family:Times New Roman;" /></p></div></div><div class="denss_headershape05"><div class="html_content" style="font-family:Times New Roman;font-size:12px;"> <p align="right"><a href="http://electro-dom.od.ua/korzina" title="с заказом"><img src="http://electro-dom.od.ua/wp-content/uploads/2013/11/V-korzinu.gif" width="250" heigth="40"></a></p><br /></div></div></div></div></div><!-- RedHelper --><script id="rhlpscrtg" type="text/javascript" charset="utf-8" async="async" src="https://web.redhelper.ru/service/main.js?c=denakimovdenis"></script><!--/Redhelper --><!-- RedHelper --><script id="rhlpscrtg" type="text/javascript" charset="utf-8" async="async" src="https://web.redhelper.ru/service/main.js?c=densskv"></script><!--/Redhelper --></header><div class="denss_banner_header"><?phpif( is_active_sidebar( 'headerbelowcolumn1'  )):?><div class="denss_banner_header_inner_below0"><?php if ( is_active_sidebar('headerbelowcolumn1') ) : ?><div class="cell1" style="width:100%;float:right;"><div class="headerbelowcolumn1"><?php theme_dynamic_sidebar( 'WidgetArea'); ?></div></div><?php else: ?><div class="cell1" style="width:100%;float:right;background-color:transparent;"> </div><?php endif; ?><div style="clear:both;"></div></div><?php endif; ?></div><div class="denss_banner_menu"></div><div style="height:0px;width:0px;overflow:hidden;-webkit-margin-top-collapse: separate;"></div><nav id="denss_menu"><div id="denss_menu_inner_in"><div id="navigationmenu"><h3 class="menu-toggle"><?php _e('Menu',CURRENT_THEME); ?></h3><div class="menu-center"><ul class="denss_menu_items"><?php echo theme_nav_menu('denss_','primary','menu',True);?></ul></div></div></div></nav><div class="denss_banner_menu"><?phpif( is_active_sidebar( 'menubelowcolumn1'  )):?><div class="denss_banner_menu_inner_below0"><?php if ( is_active_sidebar('menubelowcolumn1') ) : ?><div class="cell1" style="width:100%;float:right;"><div class="menubelowcolumn1"><?php theme_dynamic_sidebar( 'Виджет 1 под ТОР меню'); ?></div></div><?php else: ?><div class="cell1" style="width:100%;float:right;background-color:transparent;"> </div><?php endif; ?><div style="clear:both;"></div></div><?php endif; ?></div>
Link to comment
Share on other sites

  • 0

Что делают в файле эти строки?

<meta name="autor" content="Шкуринский Денис Валериевич"><meta name="description" content="Шаблон для интернет-магазина на ВордПресс"><meta name="keywords" content="First keyword, second keyword,">

Уберите их.

Link to comment
Share on other sites

  • 0

Что делают в файле эти строки?

<meta name="autor" content="Шкуринский Денис Валериевич"><meta name="description" content="Шаблон для интернет-магазина на ВордПресс"><meta name="keywords" content="First keyword, second keyword,">

Уберите их.

Это поможет?

Link to comment
Share on other sites

  • 0
Это поможет?
 

Вот уберите эти строки, к нужной странице в плагине All in one SEO pack пропишите нужные вам заголовок и описание и посмотрите, отображается ли в итоге нужные вам заголовок и описание.

Link to comment
Share on other sites

  • 0

 

Это поможет?
 

Вот уберите эти строки, к нужной странице в плагине All in one SEO pack пропишите нужные вам заголовок и описание и посмотрите, отображается ли в итоге нужные вам заголовок и описание.

 

Убрал с хедера, и убрал с страницы шаблона "витрина", все равно прописывается автоматический заголовок и описание

<title>

Датчики движений | ЭлектроДом</title>

а тот заголовок который нужен прописывается в коде так:

<meta property="og:title" content="Купить датчик движения. Датчики движения—магазин | electro-dom.od.ua | ЭлектроДом">Этот заголовок прописан в админке в All In One SEO Pack

может причина в чем то другом? Спасибо, жду комментарии.

Edited by mrfrunze
Link to comment
Share on other sites

  • 0

код шаблона витрина!!!

<?php/*** Template Name:Витринная*/?><!DOCTYPE html><!--[if IE 6]><html id="ie6" <?php language_attributes(); ?>><![endif]--><!--[if IE 7]><html id="ie7" <?php language_attributes(); ?>><![endif]--><!--[if IE 8]><html id="ie8" <?php language_attributes(); ?>><![endif]--><!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!--><html <?php language_attributes(); ?>><!--<![endif]--><head><?php wp_head(); ?><meta charset="<?php bloginfo( 'charset' ); ?>" /><meta name="viewport" content="width=device-width" /><head><?php $theme_path = get_bloginfo('template_url'); ?><script type="text/javascript">jQuery(document).ready(function(){var inputs = document.getElementsByTagName('input');for (a = 0; a < inputs.length; a++) {if (inputs[a].type == "checkbox") {var id = inputs[a].getAttribute("id");if (id==null){id=  "checkbox" +a;}inputs[a].setAttribute("id",id);var container = document.createElement('div');container.setAttribute("class", "denss_checkbox");var label = document.createElement('label');label.setAttribute("for", id);jQuery(inputs[a]).wrap(container).after(label);}}});</script><script type="text/javascript">jQuery(document).ready(function(){var inputs = document.getElementsByTagName('input');for (a = 0; a < inputs.length; a++) {if (inputs[a].type == "radio") {var id = inputs[a].getAttribute("id");if (id==null){id=  "radio" +a;}inputs[a].setAttribute("id",id);var container = document.createElement('div');container.setAttribute("class", "denss_radio");var label = document.createElement('label');label.setAttribute("for", id);jQuery(inputs[a]).wrap(container).after(label);}}});</script><script type="text/javascript" src="<?php echo $theme_path?>/html5shiv.js"></script><meta charset="<?php bloginfo( 'charset' ); ?>"/><title>код который я удалил с шаблона!!!!!!!!!!!<?phpglobal $page, $paged;wp_title( '|', true, 'right' );bloginfo( 'name' );$site_description = get_bloginfo( 'description', 'display' );if ( $site_description && ( is_home() || is_front_page() ) )echo " | $site_description";if ( $paged >= 2 || $page >= 2 )echo ' | ' . sprintf( __( 'Page %s', CURRENT_THEME ), max( $paged, $page ) );?>!!!!!!!!!!!!!!!!!!!!!</title><link rel="stylesheet"  href="<?php bloginfo( 'stylesheet_url' ); ?>" type="text/css" media="screen"/><!--[if lte IE 8]><link rel="stylesheet"  href="<?php bloginfo('template_url') ?>/menuie.css" type="text/css" media="screen"/><link rel="stylesheet"  href="<?php bloginfo('template_url') ?>/vmenuie.css" type="text/css" media="screen"/><![endif]--><script type="text/javascript" src="<?php echo $theme_path?>/prefixfree.min.js"></script><link type="image/vnd.microsoft.icon" rel="shortcut icon"  href="<?php bloginfo( 'template_url' ); ?>/favicon.ico"/><!--[if IE 7]><style type="text/css" media="screen">#ttr_vmenu_items  li.ttr_vmenu_items_parent {display:inline;}</style><![endif]--></head>
Edited by mrfrunze
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy