10 шагов по оптимизации блога WordPress для поисковых систем
WordPress, , , . WordPress- , . WordPress( 300!) , . "" WordPress . Google, MSN Yahoo!. , . , , , , . .
, :
1. URL
URL WordPress :
http://myblog.com/?p=101.
, , Google, Yahoo, MSN, Yandex, . URL , . URL, , , , , . :
http://myblog.com/2007/08/20/sample-post
? URL . , . , , . : %postname%
URL :
http://myblog.com/sample-post
, :
http://www.myblog.com/sample-post/
http://www.myblog.com/sample-post
http://my-blog.com/sample-post/
http://my-blog.com/sample-post
, - .
2. TITLE
<title> , . -, , , . -, . -, - , . <title> (). :
1) header.php
<title><?php bloginfo(name); ?><?php wp_title(); ?></title>
, :
<title><?php wp_title(); ?></title>
2) - SEO Title Tag, , , , URL . , WordPress, . , . . , , , , .
3. - description
- . , , - description. , , , , .. .
:
<meta name="description" content="<?php
if (is_single() || is_page() )
{
$text_desc = trim($post_meta_cache[$post->ID]['description'][0]);
if ( strlen($text_desc) > 0 ) echo $text_desc;
else echo ' -';
}
else echo ' -';
?>">
index.php
<?php
get_header();
?>
:
<?php
require('./wp-blog-header.php');
require_once('header.php');
// get_header();
?>
single.php page.php, . , , , description .
4.
, . WordPress h1: h2 , h3 - - . , , , , h2 h3 .
5.
- ( , ) (). , . . - Technorati. :
Ultimate Tag Warrior
Jerom s Keywords
Simple Tagging, , .
6.
- . WordPress Ping-o-Matic, : http://rpc.pingomatic.com/. , , , , . , :
http://ping.blogs.yandex.ru/RPC2
http://ping.feedburner.com/
http://rpc.newsgator.com/
http://rpc.technorati.com/rpc/ping
, , . , , , . , , .
, . . WordPress.
7. [B]
Similar Posts. (, ) : . , , , . , .
Similar Posts ( ) , . . .
8. Google Sitemaps
XML, URL -, URL:
- ;
- URL;
- URL .
. Sitemaps, Google, , Yahoo!, MSN Live Ask.
WordPress Sitemaps , .
9. alt
, alt. , , . , , , . , .
10. more
. , , .
Все статьи
|