Archive for July, 2009

Images, Flash, Java Scripts, Visual Effects and SEO

I already said, Search Engines are not to index directly for images, flash, movies, sounds, java scripts. They really meaningful text description and based on they can index the files(websites) .If you are not given any text description it will take more time for take a index in search engines.

Images:

YES! As a designer point of view they aren’t an extra but a most mandatory item for every site. So, according to the search engine concepts whenever you used the images in your website or webpage’s you must right the text description. You must provide a meaningful textual description of the image technically the text description is called “alt tags “. Okay well! How to write the alt tag read the following code.

Code:

<img src=“filename.jpg” alt=“The Elyot SEO blog is includes tips of SEO.”>

Flash:

The situation with animation and movies is similar to that with images – they are valuable from a designer’s point of view but are not loved by search engines. For instance, it is still pretty common to have an impressive Flash introduction on the home page. You just cannot imagine what a disadvantage with search engines this is – it is a number one rankings killer! And it gets even worse, if you use Flash to tell a story that can be written in plain text, hence crawled and indexed by search engines. One workaround is to provide search engines with a HTML version of the Flash movie but in this case make sure that you have excluded the original Flash movie from indexing (this is done in the robots.txt file but the explanation of this file is not a beginners topic and that is why it is excluded from this tutorial), otherwise you can be penalized for duplicate content.

There are negative thoughts that Google is building a new search technology that will allow to search inside animation and movies and that the .swf format will contain new metadata that can be used by search engines, but until then, you’d better either refrain from using (too much) Flash, or at least provide a textual description of the movie (you can use an <alt> tag to describe the movie).

Java Script:

It is known by everybody that pure HTML is powerless to make complex as required by today’s Web users and that is why other programming languages (like JavaScript, or PHP) come to enhance HTML. For now search engines just ignore JavaScript they encounter on a page. As a result of this, first if you have links that are inside the JavaScript code, chances are that they will not be spidered. Second, if JavaScript is in the HTML file itself (rather than in an external .js file that is invoked when necessary) this clutters the html file itself and spiders might just skip it and move to the next site. Just for your information, there is a <noscript> tag that allows providing alternative to running the script in the browser but because most of its applications are pretty complicated, it is hardly suitable to explain it here.

2 Comments

SEO tips and how to write the keywords, description, title

Meta keyword is very important and back boan of  Search engine optimization.

  • Create and put your own meta keywords.
  • Avoid duplicate content and keywords.
  • Create your own content relations between your goal of your website.
  • Avoid duplicate Contents.
  • Use 160 to 180 characters for content(include space). It may be deffer according to Search Engine.
  • Create a unique, accurate page title
  • The title of the home page , which the business name is main focus area.

okay!.. previous post we saw how to write keyword using meta tag. Now we will see the description and title also.


Code:

  • The Following code for write the description for Search Engine Optimizations.

<meta name=”description” content=”The Elyot Blogs are providing a Search Engine Optimization Tips and Ideas for Develop your website SEOs”  />

  • The Following Code is using for how to  write the title tag.

<title> thedindigulonline.com, tamil News, English News</title>

(or)

<title> elyottech.com, SEO,  CSS, HTML, Java Scripts </title>


All the best to all ……

2 Comments

Keywords – Using Search Engine Optimizations (SEO)

Keywords are most important for Search Engine optimization (SEO). It’s Most important for optimization your website for perfect keywords. First of all you must select and write the correct, perfect and user friendly keywords. The keyword Density is very useful for SEOs Optimization of your website. Whenever you used the perfect keyword density surreally your website is come a good position in Search Engines.

Search Engines Crawlers will only pickup the Strong keywords. Avoid duplicate keywords. The keyword must be select dependent upon your website contents, okay, now we can see how to write the keyword….?  Yes we must use the meta tags.

Code:

<meta name=”keywords” content=”keyword1,keyword2,keyword3″  />

You must using the coma ( , ) for each and every keyword. Avoid the full sentence. Include this code on head tag.

Write own Keywords:

Example:

  • ExSEOllent  (ex SEO llent)
  • AbSEOlutely (ab SEO lutely)
  • SEOrious  (SEO rious)

It’s the one of the keyword writing tips. Use and Do Well! ALL THE BEST..

No Comments