Basic WordPress SEO 기본적인 wordpress 서

Posted on June 22, 2008 at 5:02 am 게시 22 일 2008 년 오전 5시 2분

Today I am going to look at some very basic first steps in making sure that your band new shiny WordPress installation is search engine friendl y. 오늘 나는 아주 기본적인 일부를보고가는 첫 번째 단계에서는 당신의 밴드인지 확인하고 wordpress 설치는 검색 엔진의 새로운 반짝 이는 그 friendl I am going to talk about just two things, but these are very important things, the most fundamental and arguably the most valuable from an SEO viewpoint. 나는 단지 두 가지에 관해 배울 거다, 그러나 이들은 매우 중요한 것, 가장 기본적인 조건이며, 아마 서 관점에서 가장 값진합니다.

Firstly we are going to talk about permalinks. 첫째로 우리는 permalinks 대해 얘기합니다. When you first install WordPress, your permalink structure will create a page URL for your posts and pages that looks something like this: 처음 설치할 때 wordpress, 당신의 영구 링크 구조를 만들기위한 페이지와 페이지를 귀하의 게시물이 정도입니다 :

http://www.yoursite.com/?p=123 http://www.yoursite.com/?p=123

This is far from optimal, we really need to change this to something that contains some tasty and readable information for the search engines to devour. 이것은 멀리 떨어져 최적의, 우리는 정말 무언가를 변경할 필요가 이것을 읽을 수있는 정보를 포함하고 검색 엔진에 대한 일부 맛있는를 먹어 치우기 위해. So we will make some changes to have them look like this: 그래서 우리가 그들에 일부 내용을 변경하면 다음과 같습니다 :

http://www.yoursite.com/category/post-name/ http://www.yoursite.com/category/post-name/

To do this, find the permalinks section of your blog options and make the changes in the screenshot below. 이렇게하려면 옵션과 귀하의 블로그를 찾을 permalinks 섹션에서 변경 사항을 아래에 화면 캡처합니다. Before doing so, make sure you .htaccess file has write permissions set, don’t forget to change it back afterwards! 이렇게하기 전에 있는지 확인하십시오. htaccess 파일에 대한 쓰기 권한 설정을 변경 잊지 말고 다음에 다시!

permalinks

Next we move on to page title, the default WordPress install will display a page title in this format: 아래로 이동 페이지 제목, 기본 wordpress를 설치하는 페이지 제목으로이 형식이 표시됩니다 :

Name Of Blog - Blog Archive - Post Title 이름을 블로그 - 블로그 아카이브 - 게시물 제목

This is terrible, since search engines rely heavily upon the page title. 이것은 끔찍한, 무거운시 이후 페이지 제목을 검색 엔진을 사용합니다. The attribute more weight to keywords at the front of the title, so we need to switch “Blog Title” and “Post Title” around at the very least. 더 많은 무게를 키워드의 특성의 제목의 맨 앞에, 그래서 우리는 필요가 스위치 "블로그 제목"및 "게시물 제목"주위에서 적어도합니다. This is where it gets tricky and much will depend on a) the version of WordPress you are using and b) the theme you are using. 이것은 어디에 도달하고 더 까다롭습니다 따라 달라집니다)의 버전을 wordpress 당신이 사용하고 나)의 테마를 사용합니다.

Basically you need to look in your header.php and locate a line of code (usually towards the top) that will look something like this: 기본적으로 당신을 볼 필요가 줄을 header.php의 코드를 찾습니다 (보통 향해 맨 위)가 다음과 같이이 :

<title><?php bloginfo(’name’); ?> <?php if ( is_single() ) { ?> � Blog Archive <?php } ?> <?php wp_title(); ?></title> <title> <함수 bloginfo ( '이름');?> <함수 경우 (is_single ()) (?> 블로그 아카이브 <함수)?> <함수 wp_title ();?> </ 제목>

You then need to change it to something that looks like this: 그런 다음 그것을 걸를 변경할 필요는 이렇게 생겼습니다 :

<title><?php wp_title(’ ‘); ?><?php if(wp_title(’ ‘, false)) { <title> <함수 wp_title ( '');?> <함수 경우 (wp_title ( '', 허위)) ( echo 에코 ‘–’; } ?><?php bloginfo(’name’); ?></title> '-';)?> <함수 bloginfo ( '이름');?> </ 제목>

And there we have it, nice search engine friendly page titles. 그리고 우리는 그것, 좋은 검색 엔진의 우호 페이지 제목합니다.

These two basic changes are the logical first step in creating a fully SEO optimised WordPress blog. 이러한 두 가지 기본적인 변경 사항은 완전 서재응의 논리를 만드는 첫 번째 단계 최적화된 wordpress 블로그합니다. Both of these simple changes will have a huge impact on your on the page SEO, they address 2 of the top 3 SEO factors (the first being the actual domain name). 이러한 간단한 변경 사항은이 페이지에있는 당신의 큰 영향을 미치는 서재응, 그들 주소 2의 상위 3 서재응 요인에 (첫 번째가의 실제 도메인 이름).

wordpress 서

In the screenshot above we can see the results of these changes, check the search engine friendly URL and the improved page title. 상기의 스크린샷의 결과를 우리가 볼 수있는 이러한 변경 사항을 확인하십시오 우호되었다, 향상된 검색 엔진의 페이지 제목합니다.

If you enjoyed this post, make sure you 이 게시물에 즐길하는 경우했는지 확인하십시오 subscribe to my RSS feed 내 피드 구독 신청 ! !

» Filed Under »밑에 SEO

Related Posts 관련 기사

2 Responses to “Basic WordPress SEO” 2 개의 응답을 "기본적인 wordpress 서재응"

  1. mal said on : 말했다 :

    Why is the end of the url in the last screenshot: 월말에 포함된 이유는 무엇입니까의 마지막 화면 캡처 :

    a-trop-to-cambodia a - 하비 -이 - 캄보디아

    while the title of the story is: 의 제목을하는 동안 이야기는 :

    A Trip to Cambodia 캄보디아 여행을

    Hm look at the page and its the same there. 흠과 같은 페이지를보고있다.
    Someone entered a wrong caption first and changed it later. 첫 번째 및 변경하기 나중에 캡션을 잘못 입력합니다. : 패


  2. mwheeler said on : mwheeler 말했다 :

    You caught me 딱 걸렸네 :) Yep entered the wrong title when I made the post, edited it later, after I had taken that screenshot, oops 옙 포스트 만들 때 제목을 잘못 입력, 편집 나중에, 그 후 스크린샷을 빼앗았고, 죄송합니다 :)


    Please post your comments/suggestions! 게시하시기 바랍니다 귀하의 의견 / 제안!