发新话题
打印

[问题求助] 我的BLOG,ORSEO.COM 的收录有问题

我的BLOG,ORSEO.COM 的收录有问题

我的BLOG,www.ORSEO.COM 的收录有问题,
基本所有的收录页面的描述都是我的博客副标题!
看效果
这样的话,我的话题就没办法表达清楚了,并且很可能被搜索引擎误会啊!
大家有什么办法帮解决啊??
http://www.orseo.com

TOP

去header.php把相关描述标签取消啊

TOP

我的header文件里面根本没有description 这个属性啊!
http://www.orseo.com

TOP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes('xhtml'); ?>>

<head profile="http://gmpg.org/xfn/11"><title><?php echo tarski_doctitle(); ?></title>

        <meta http-equiv="Content-Type" content="<?php echo get_bloginfo('html_type') .'; charset=' . get_bloginfo('charset'); ?>" />       
        <?php wp_head(); ?>

</head>

<body id="<?php tarski_bodyid(); ?>" class="<?php tarski_bodyclass(); ?>"><div id="wrapper">

<div id="header">

        <?php th_header(); ?>

</div>

<div id="content" class="clearfix">
http://www.orseo.com

TOP

发新话题