Basic WordPress SEO Basic WordPress SEO

Posted on June 22, 2008 at 5:02 am Postado em 22 de junho de 2008, 5:02 am

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. Hoje vou olhar para alguns muito básico primeiros passos no sentido de tornar certo de que sua banda nova instalação é brilhante WordPress motor de busca friendl y. 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. Vou falar apenas duas coisas, mas estas coisas são muito importantes, o mais fundamental e indiscutivelmente o mais valioso de uma SEO miradouro.

Firstly we are going to talk about permalinks. Em primeiro lugar, vamos falar sobre permalinks. When you first install WordPress, your permalink structure will create a page URL for your posts and pages that looks something like this: Quando você instalar primeiro WordPress, sua estrutura permalink irá criar uma página URL de suas postagens e páginas que é algo como isto:

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. Isto está longe de ser ideal, temos realmente necessidade de mudar alguma coisa para que esta contém algumas informações legíveis e saboroso para os motores de pesquisa para devorar. So we will make some changes to have them look like this: Então, vamos fazer algumas alterações para que eles se parecem com este:

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. Para fazer isso, localize a seção de permalinks seu blog opções e faça as alterações na imagem abaixo. Before doing so, make sure you .htaccess file has write permissions set, don’t forget to change it back afterwards! Antes de fazer isso, certifique-se. Htaccess arquivo foi escrita conjunto, não se esqueça de mudá-lo de volta depois!

permalinks

Next we move on to page title, the default WordPress install will display a page title in this format: Em seguida, vá para a página título, o padrão WordPress instalação irá mostrar uma página título, no seguinte formato:

Name Of Blog - Blog Archive - Post Title Nome do blog - Blog Archive - Post Title

This is terrible, since search engines rely heavily upon the page title. Isso é terrível, uma vez que os motores de busca dependem fortemente a título de página. 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. O atributo mais peso às palavras-chave na parte da frente do título, pelo que precisamos de mudar de "Título do blog" e "Post Title" em torno de, no mínimo. 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. Isto é onde fica complicado e muito dependerá a) a versão do WordPress que você está usando e, b) o tema que está usando.

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: Basicamente, precisa de olhar para o seu header.php e localizar uma linha de código (normalmente no topo) que será parecido com este:

<title><?php bloginfo(’name’); ?> <?php if ( is_single() ) { ?> � Blog Archive <?php } ?> <?php wp_title(); ?></title> <title> <? php bloginfo ( 'Nome');?> <? php if (is_single ()) (?> Blog Archive <? php)?> <? php wp_title ();?> </ title>

You then need to change it to something that looks like this: Você precisa então mudá-la a algo que se parece com esta:

<title><?php wp_title(’ ‘); ?><?php if(wp_title(’ ‘, false)) { <title> <? php wp_title ( '');?> <? php if (wp_title ( '', false)) ( echo echo ‘–’; } ?><?php bloginfo(’name’); ?></title> '-';)?> <? Php bloginfo ( 'Nome');?> </ Title>

And there we have it, nice search engine friendly page titles. E aí nós temos que, nice motor de busca amigável títulos da página.

These two basic changes are the logical first step in creating a fully SEO optimised WordPress blog. Estas duas mudanças fundamentais são o primeiro passo lógico para a criação de uma plena SEO optimizado WordPress blog. 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). Ambas estas mudanças simples terá um enorme impacto em sua página sobre o SEO, eles endereço 2 do top 3 SEO factores (o primeiro é o nome de domínio real).

WordPress Seo

In the screenshot above we can see the results of these changes, check the search engine friendly URL and the improved page title. Na tela acima podemos ver os resultados dessas mudanças, verifique o motor de busca amigável URL e melhorou a título de página.

If you enjoyed this post, make sure you Se você gostou deste post, certifique-se de subscribe to my RSS feed assinar o meu feed RSS ! !

» Filed Under »Arquivado em SEO

Related Posts Posts relacionados

2 Responses to “Basic WordPress SEO” 2 Responses para "Basic WordPress SEO"

  1. mal Mal said on : disse sobre:

    Why is the end of the url in the last screenshot: Porque é que ao final do URL na última tela:

    a-trop-to-cambodia trop-um-para-Camboja

    while the title of the story is: enquanto o título da história é:

    A Trip to Cambodia Uma viagem ao Camboja

    Hm look at the page and its the same there. Hm olhada na página do mesmo e do seu existir.
    Someone entered a wrong caption first and changed it later. Alguém entrou numa primeira legenda errada e mudou-la mais tarde. : D


  2. mwheeler said on : mwheeler disse sobre:

    You caught me Você me peguei :) Yep entered the wrong title when I made the post, edited it later, after I had taken that screenshot, oops Yep entrou o título errado quando eu fiz o post, editado mais tarde, depois que eu tinha tomado essa imagem, opa :)


    Please post your comments/suggestions! Favor enviar seus comentários e sugestões!