关于标题的SEO对策
看了各种关于SEO对策的文章,虽然受益匪浅,但是一直没有时间对自己的网站进行修改。今天先将自己网站里的各种的标题进行一次简单的修改。
打开模板里Header里面,寻找<title>这一段
<title>
<MTIf name="entry_template">
<$MTGetVar name="page_title"$> - <$MTBlogName encode_html="1"$>
<MTElse>
<MTIf name="main_index">
<$MTBlogName encode_html="1"$>
<MTElse>
<$MTBlogName encode_html="1"$>: <$MTGetVar name="page_title"$>
</MTIf>
</MTIf>
</title>
然后我做了以下的修改
打开模板里Header里面,寻找<title>这一段
<title>
<MTIf name="entry_template">
<$MTGetVar name="page_title"$> - <$MTBlogName encode_html="1"$>
<MTElse>
<MTIf name="main_index">
<$MTBlogName encode_html="1"$>
<MTElse>
<$MTBlogName encode_html="1"$>: <$MTGetVar name="page_title"$>
</MTIf>
</MTIf>
</title>
然后我做了以下的修改
<title>
<MTIf name="entry_template">
<$MTGetVar name="page_title"$> | <$MTBlogName encode_html="1"$> | IKIAS.com
<MTElse>
<MTIf name="main_index">
<$MTBlogName encode_html="1"$> | IKIAS.com
<MTElse>
<$MTGetVar name="page_title"$> | <$MTBlogName encode_html="1"$> | IKIAS.com
</MTIf>
</MTIf>
</title>
Categories:
MovableType | MT
相关文章: 0 TrackBacks
Listed below are links to blogs that reference this entry: 关于标题的SEO对策.
TrackBack URL for this entry: http://www.ikias.com/mt-tb.cgi/622




Leave a comment