seo deactivation

Latest Reply from Administrator at 2012-11-12 03:34:27
Hi, how i can deactivate SEO part of theme "Interior"?
I want to write keywords and description for single post withmyself, but theme adds keywords from tags, categories and frontpage options.
So i have double description and keys. For example:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="ru-RU">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Как подобрать шторы к обоям: основные правила</title>
<meta name="Description" content="Косметический ремонт можно сделать, просто поменяв обои и занавески в комнате. Такие перемены не потребуют серьезных финансовых затрат, но результат будет весьма ощутимый. Главное – правильно подобрат">
<meta name="Keywords" content="Как,подобрать,шторы,к,обоям:,основные,правила,декор,обои,цвет,оформление интерьера">

<meta name="Description" content="Декораторы уверены, что секретом гармонии является правильное сочетание цветов и фактур. Это касается, конечно, и обоев, и штор." />
<meta name="Keywords" content="подобрать,шторы,обои" />
Hi! You have to remove code

echo '<meta name="Description" content="'.preg_replace('/[\'\"]/', '',$descr)."\">\r\n";
echo '<meta name="Keywords" content="'.$keywords.$this->get( 'seo', 'keywords' )."\">\r\n";


from the function show_title() in the library.php.

Leave a reply

Add codeAdd image