Basic WordPress SEO WordPress básicos de SEO

Posted on June 22, 2008 at 5:02 am Publicado el 22 de junio de 2008 a 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. Hoy voy a ver a algunos muy básicos de primeros pasos para asegurar que su nueva banda brillante instalación de WordPress es motor de búsqueda 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. Voy a hablar de dos cosas, pero estos son muy importantes las cosas, la más fundamental y posiblemente el más valioso desde un punto de vista SEO.

Firstly we are going to talk about permalinks. En primer lugar vamos a hablar de permalinks. When you first install WordPress, your permalink structure will create a page URL for your posts and pages that looks something like this: La primera vez que se instale WordPress, su estructura perm crear una URL de la página de sus entradas y las páginas que tiene este aspecto:

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. Esto está lejos de ser óptima, que realmente tenga que cambiarlo a algo que contiene algunas sabrosas y legible la información para los motores de búsqueda para devorar. So we will make some changes to have them look like this: Así que vamos a hacer algunos cambios para hacer que se parece a esto:

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 ello, busque la sección permalinks de tu blog opciones y hacer los cambios en la captura de pantalla a continuación. Before doing so, make sure you .htaccess file has write permissions set, don’t forget to change it back afterwards! Antes de hacerlo, asegúrese de que usted. Htaccess archivo tiene permisos de escritura establecido, no se olvide de volver a cambiarlo después!

permalinks

Next we move on to page title, the default WordPress install will display a page title in this format: A continuación pasar a título de la página, la instalación por defecto de WordPress mostrará una página de título en este formato:

Name Of Blog - Blog Archive - Post Title Nombre del blog - blog Archivo - Post Título

This is terrible, since search engines rely heavily upon the page title. Esto es terrible, ya que los motores de búsqueda se basan en gran medida a la página de título. 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. El atributo más peso a las palabras clave en la parte delantera del título, por lo que necesitamos para cambiar "Título del Blog" y "Post Título" en torno a por lo menos. 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. Aquí es donde se pone difícil y mucho dependerá de a) la versión de WordPress que usted está usando y b) el 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: Básicamente tienes que ver en su header.php y localizar una línea de código (por lo general, hacia la parte superior) que será algo como esto:

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

You then need to change it to something that looks like this: A continuación, deberá hacer el cambio a algo parecido a éste:

<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 ( 'nombre');?> </ Title>

And there we have it, nice search engine friendly page titles. Y ahí lo tenemos, agradable motor de búsqueda amistoso página títulos.

These two basic changes are the logical first step in creating a fully SEO optimised WordPress blog. Estos dos cambios son la consecuencia lógica primer paso en la creación de un SEO totalmente optimizado blog de 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). Ambos de estos sencillos cambios tendrán un gran impacto en su página en la SEO, la dirección 2 de la parte superior 3 SEO factores (el primero es el actual nombre de dominio).

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. En la captura de pantalla anterior podemos ver los resultados de estos cambios, comprobar el motor de búsqueda de amistad y la URL de una mejor título de la página.

If you enjoyed this post, make sure you En caso de que haya disfrutado de este puesto, asegúrese de que subscribe to my RSS feed suscribirse a mi feed RSS ! !

» Filed Under »Presentadas en virtud de SEO

Related Posts Puestos relacionados

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

  1. mal Mal said on : dice:

    Why is the end of the url in the last screenshot: ¿Por qué es el final de la URL en la última captura de pantalla:

    a-trop-to-cambodia a-trop-camboya

    while the title of the story is: mientras que el título de la historia es la siguiente:

    A Trip to Cambodia Un viaje a Camboya

    Hm look at the page and its the same there. Hm ver en la página y su la misma.
    Someone entered a wrong caption first and changed it later. Alguien entró en un mal título primero y más tarde cambiado. : D


  2. mwheeler said on : mwheeler dice en:

    You caught me Usted me capturados :) Yep entered the wrong title when I made the post, edited it later, after I had taken that screenshot, oops Sí entraron en el título equivocado cuando hice el puesto, editado más tarde, después de que yo había tenido que captura, oops :)


    Please post your comments/suggestions! Por favor envie sus comentarios o sugerencias!