Contenidos Flash vs Posicionamiento en buscadores



Hemos encontrado este artículo que nos hace una reflexión sobre el posicionamiento de páginas web con contendo en Flash. Sobre la base del mismo, incluimos nuestras consideraciones al respecto.

Crear contenido flash accesible para los motores de búsqueda es fundamental para que pueda preservar la visibilidad de una página web que se basa en ellos y para dirigir el tráfico hacia ese sitio web.

Algunos consejos sobre optimización de Flash para obtener la mayoría de los principales motores de búsqueda:

  • Insertar la película flash (swf) en una página HTML.
  • Cargar las películas mediante código valido para wl W3C. Se pueden utilizar varios métodos para hacer esto, pero, probablemente, el mejor a efectos de posicionamiento en Google es mediante el código <swfobject> que podéis descargar de aquí. La documentación de dicho script se encuentra en SWFObject: Javascript Flash Player detection and embed script y hay una buena explicación del mecanismo que hay que emplear en Embedding Flash.Básicamente, lo único que hay que hacer es convertir el código con la etiqueta “embed” (una etiqueta que no está normalizada y por lo tanto provocar un error de validación) al código javascript correspondiente.Para utilizar el script swfobject hay que subir el archivo swfomject.js al servidor y codificar lo siguiente:

    <script type=”text/javascript” src=”swfobject.js”></script>
    <div id=”pelicula”>
    Aqui lo que se reemplaza por la película
    </div>
    <script type=”text/javascript”>
    var so = new SWFObject(”lapelicula.swf”, “mipelicula”, “400″, “200″, “8″, “#336699″);
    so.write(”pelicula”);
    </script>

    donde: pelicula.swf es el archivo con la película en formato flash y el resto de parámetros corresponden al identificativo (pelicula), ancho (400), alto(200), versión (8) y color del fondo (#336699).

  • Proporcionar contenido alternativo a las películas Flash. En este artículo se habla de como hacerlo.
  • Añadir texto a las películas.
  • Generar diversas películas que permita generar tantas páginas como sea posible relacionadas con el tema a tratar. Manteniendo nuestro ejemplo, debiera hacerse una página para Empresa , Servicios, etc, con los respectivos nombres de archivos: empresa.html, servicios. html, etc. , en el cual se introduzcan las películas flash (swf) en cada página, por separado.
  • Se recomienda no usar formato flash en una página de inicio como presentación, especialmente si no lleva nada de texto y aún más si la página no incluye de meta tags ni palabras clave.
  • Se recomienda realizar siempre un menu en HTML aparte del menú en formato flash que se realiza en las películas.

¿Cómo saber que puede indexar Google de nuestra película Flash?

Macromedia tiene un Flash Search Engine SDK () que justo nos da lo que necesitamos. El SDK (Software Development Kit) incluye una aplicación que se llama “swf2html”. Swf2html extrae textos y enlaces de un .swf y devuelve los datos a la salida de pantalla o a un archivo HTML. Swf2html nos viene como una aplicación ejecutable y como una biblioteca estática para implementaciones. Para completar la funcionalidad, consulta el archivo Readme.htm incluido en el kit SDK.

Aquí transcribimos el artículo del que hablábamos completo:


Who Says Flash is Not SEO Friendly?

Author: Robin Dale

People who say that Flash is not SEO friendly are absolutely wrong. It is just a myth that Flash is SEO unfriendly. Creating accessible flash content for search engines is crucial for you to preserve your online presence and drive traffic to your site. Follow these Flash Optimization Tips to get most out of the major search engines.

  • Adding SWF content to your HTML source

An iron-clad way to guarantee that a SWF’s content is picked up and ranked by search engines is to extract the content and place it into the page’s HTML source. Tools such as Dreamweaver use SWF Object to embed Flash. The code view in Dreamweaver displays comments where you should add your alternative HTML content.

  • Keep your URL unique

If your site is just one big lump of Flash in an HTML template, your page is never going to refresh. Consider having a different URL for each page of your site’s Flash content. Each page would have its own HTML source title, “H1” and body copy containing the keyword you want to rank.

  • Use source content dumping

A one-page HTML rich internet application (RIA) will not be SEO enhanced simply by adding the content for each section of the Flash application into the HTML source for this page. Doing this doesn’t establish any prominence of content, as there are too many competing terms. Keep extracted Flash content relevant to the page it’s on.

  • Keep an eye on new initiatives

Adobe has been working with Google and Yahoo! to make the Flash file format (SWF) search engine friendly. This will enable the engines to see what’s inside a SWF’s content and index it. However, the use of Flash Player technology by search engines is still developing and so can’t be relied on as the only step towards optimizing your project for SEO.

  • Add text to your Flash applications

A simple Flash SEO enhancement is to use Flash-generated text in your creative when displaying or animating type. You can do this instead of using text that’s a flattened bitmap. Flash text can contain keyword-based messages, which help increase traffic. Include this text in the HTML source of the page as well.

  • Remember that search engine spiders hate pop-ups

We’ve all visited sites that urge us to click to launch Flash content into a new window. This removes any chance of the site’s content being picked up and indexed by search engines. In addition to search spiders not being able to see them, pop-ups suffer from being blocked by many browsers.

  • Get robotic help

Robots.txt is a plain text file found at the root of a server. This tells search bots which content needs to be allowed or disallowed when it visits their website. If your Flash text content is the same as your HTML version, you could set the Robots.txt file to ignore the SWF content and push only the HTML content to the search bots.

  • Embed Flash content with SWF Object

SWF Object is a search engine-friendly way to embed Flash content. Alternative (non-Flash) content is produced first, and then snippets of JavaScript are used to swap out the alternative content with the Flash movies. This ensures that the content is indexed by search engines. Users without Flash will still see a working HTML page.

About the Author:

Robin Dale is the publisher of Teeky.org, we offer useful & quality articles and news about Search Engine Optimization, Internet Marketing, Dedicated Server Hosting, Windows VPS Hosting, Linux VPS Hosting UK, e-commerce hosting, cPanel Hosting, hosting tips & UK Web Hosting.

Contenidos relacionados


Tags: , , , ,


5 comentarios

  1. Además el contenido alternativo devera crearse y optimizarse como si solo fuera una web en html, es decir crear el contenido que sera cambiado por el flash con enlaces html, textos con las palabras clave, la optimización devera ser jerárquica es decir, los enlaces y palabras clave de más relevancia a menos para un Posicionamiento web para flash.

Trackbacks

  1. Bitacoras.com
  2. Contenidos Flash vs Posicionamiento en buscadores | Linux Articles
  3. News Contenidos Flash vs Posicionamiento en buscadores | Web 2.0 Designer
  4. Contenidos Flash vs Posicionamiento en buscadores | Adobe Tutorials
  5. Manolo