我如何填写家居描述?

时间:2011-08-04 作者:user6133

出于某种原因,多功能搜索引擎优化并没有将我输入的文本放在主页描述字段中

如果你在谷歌上搜索,dvdripfreemoviedownloads。com,第一个结果是,我的主页应该在主页描述下有其他内容吗?任何人都知道我如何解决这一切将在一个搜索引擎优化

如果有什么,我想手动输入家庭描述。我听说这可以通过在标题中输入来完成。php,如何手动执行?下面是我的标题。php

    <?php
// Press75.com
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">

<!--
**********************************************************************************************

Designed and Built by Jason Schuller - theSevenFive.com, Press75.com

CSS, XHTML and Design Files are all Copyright 2007-2010 Circa75 Media, LLC

Be inspired, but please don\'t steal...

**********************************************************************************************
-->

<head profile="http://gmpg.org/xfn/11">
    <!-- page titles -->
    <title>
    <?php if ( is_home() ) { ?><?php bloginfo(\'name\'); ?>&nbsp;|&nbsp;<?php bloginfo(\'description\'); ?><?php } ?>
    <?php if ( is_search() ) { ?><?php bloginfo(\'name\'); ?>&nbsp;|&nbsp;Search Results<?php } ?>
    <?php if ( is_author() ) { ?><?php bloginfo(\'name\'); ?>&nbsp;|&nbsp;Author Archives<?php } ?>
    <?php if ( is_single() ) { ?><?php wp_title(\'\'); ?>&nbsp;|&nbsp;<?php bloginfo(\'name\'); ?><?php } ?>
    <?php if ( is_page() ) { ?><?php bloginfo(\'name\'); ?>&nbsp;|&nbsp;<?php wp_title(\'\'); ?><?php } ?>
    <?php if ( is_category() ) { ?><?php bloginfo(\'name\'); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php single_cat_title(); ?><?php } ?>
    <?php if ( is_month() ) { ?><?php bloginfo(\'name\'); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php the_time(\'F\'); ?><?php } ?>
    <?php if (function_exists(\'is_tag\')) { if ( is_tag() ) { ?><?php bloginfo(\'name\'); ?>&nbsp;|&nbsp;Tag Archive&nbsp;|&nbsp;<?php  single_tag_title("", true); } } ?>
    </title>

    <!-- meta tags -->
    <meta http-equiv="Content-Type" content="<?php bloginfo(\'html_type\'); ?>; charset=<?php bloginfo(\'charset\'); ?>" />
    <?php if (is_single() || is_page() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    <meta name="description" content="<?php the_excerpt_rss(); ?>" />
    <?php endwhile; endif; elseif(is_home()) : ?>
    <meta name="description" content="<?php bloginfo(\'description\'); ?>" />
    <?php endif; ?>

    <!-- import required theme styles -->
    <link rel="stylesheet" href="<?php bloginfo(\'stylesheet_url\'); ?>" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php bloginfo(\'template_url\'); ?>/style.css3.css" type="text/css" media="screen" />

    <!--[if IE 7]>
        <link rel="stylesheet" href="<?php bloginfo(\'template_url\'); ?>/style-ie7.css" type="text/css" media="screen" />
    <![endif]-->

    <!--[if IE 8]>
        <link rel="stylesheet" href="<?php bloginfo(\'template_url\'); ?>/style-ie8.css" type="text/css" media="screen" />
    <![endif]-->

    <!-- custom theme styles if there are any -->
    <link rel=\'stylesheet\' type=\'text/css\' href="<?php bloginfo(\'url\'); ?>/?sf-custom-content=css" />

    <!-- pingback url and favicon link -->
    <link rel="pingback" href="<?php bloginfo(\'pingback_url\'); ?>" />
    <link rel="shortcut icon" href="<?php bloginfo(\'template_url\'); ?>/images/favicon.ico" type="image/x-icon" />

    <?php if (is_singular() && get_option(\'thread_comments\')) wp_enqueue_script(\'comment-reply\'); ?>

    <?php wp_head(); ?>

    <?php if (get_option(THEME_PREFIX . "analytics_code")) { ?>
        <?php echo get_option(THEME_PREFIX . "analytics_code"); ?>
    <?php } ?>
</head>

<body>
    <div id="header">
        <div id="header-inside">
            <?php if (get_option(THEME_PREFIX . "header_ad")) { ?>
            <div id="full-width-ad">
                <?php echo ($header_ad = get_option(THEME_PREFIX . \'header_ad\')); ?>
            </div>
            <?php } ?>

            <div id="header-left">
            <?php if (get_option(THEME_PREFIX . "logo_txt")) : ?>
                <h1><a href="<?php echo get_option(\'home\'); ?>/" title="Home" ><?php echo get_option(THEME_PREFIX . "logo_txt"); ?></a></h1>
            <?php else : ?>
                <a href="<?php echo get_option(\'home\'); ?>/" title="Home" ><img class="fade" src="<?php echo ($logo = get_option(THEME_PREFIX . \'logo_img\')) ? $logo : get_bloginfo("template_url") . "/images/logo.png"; ?>" alt="<?php bloginfo(\'name\'); ?>" /></a>
            <?php endif; ?>
            </div> <!-- header-left -->

            <div id="header-right">
                <div id="site-search">
                    <?php include(\'searchform.php\'); ?>
                </div>
            </div> <!-- header-right -->
        </div> <!-- header-inside -->
    </div> <!-- header -->  

    <div id="navigation">
        <div class="navigation-inside<?php if (is_home()){echo \' navigation-video\';}?><?php if (get_post_meta($post->ID, "_videoembed", true) || get_post_meta($post->ID, "_videoembed_manual", true)){echo \' navigation-video\';}?><?php if (is_category()){echo \' navigation-category\';}?>">
            <?php if (get_option(THEME_PREFIX . "menu_management")) : ?>
            <?php wp_nav_menu(array(\'sort_column\' => \'menu_order\', \'container_class\' => \'menu-header\')); ?>
            <?php else : ?>
            <ul class="menu">
                <li <?php if (is_home()) { echo \'class=""\'; } ?>><a href="<?php echo get_option(\'home\'); ?>/" title="Home">Home</a></li>

                <?php wp_list_categories(\'title_li=\'); ?>

                <?php wp_list_pages(\'title_li=\'); ?>

                <li class="subscribe"><a href="<?php bloginfo(\'rss2_url\'); ?>" title="Subscribe via RSS">Subscribe</a></li>

                <?php if (get_option(THEME_PREFIX . "twitter_link")) { ?>
                <li class="twitter"><a href="http://twitter.com/<?php echo get_option(THEME_PREFIX . "twitter_link"); ?>" title="Twitter.com">Twitter</a></li>
                <?php } ?>
            </ul>
            <?php endif; ?>
        </div> <!-- navigation-inside -->
    </div>  <!-- navigation -->
是的,我知道一站式搜索引擎优化中的主页描述。我在其他网站上也用过,但我觉得这个主题有些问题

但是有人能告诉我如何在标题中手动输入这个吗。拜托?

2 个回复
SO网友:Matt

这就是你所需要的吗?您的header已经将此功能用于meta描述,但您的主页可能与您的博客主存档不同。

<?php if (is_front_page()) { ?>
<meta name="description" content="I\'ll take swords for 200." /> 
<?php } ?>
使用is_home() 用于博客主存档。

SO网友:Michelle

这可能是您头中的代码。php正在覆盖AIO SEO提供的描述:

 <!-- meta tags -->
<meta http-equiv="Content-Type" content="<?php bloginfo(\'html_type\'); ?>; charset=<?php bloginfo(\'charset\'); ?>" />
<?php if (is_single() || is_page() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<meta name="description" content="<?php the_excerpt_rss(); ?>" />
<?php endwhile; endif; elseif(is_home()) : ?>
<meta name="description" content="<?php bloginfo(\'description\'); ?>" />
<?php endif; ?>
具体来说,倒数第二行是将站点描述(默认情况下“只是另一个WordPress博客”,在设置>默认中设置)作为元标记。也许如果你把它全部移除,它会像预期的那样接管和工作?

希望这有帮助-祝你好运!

结束

相关推荐

带有Yoast SEO插件的ASCII标题

我发现了SEOmoz 在为客户的网站编制索引时,使用ASCII显示页面标题http://bulldogfencespokane.com 。我担心的是,这是搜索引擎将如何索引该网站。我想去掉逗号和撇号,但这会完全改变句子结构。有没有办法清除此格式?Spokane &amp; Coeur d&#039;Alene&#039;s top fencing installers - Bulldog Fences Inc.