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

Why SEO Need and Important ?

Search Engine Optimization (SEO) is very very important for all type of business. SEO is a one of the business marketing tool. It will help you for the following features,

  • Increase your product sales
  • Dominate your business competitor
  • Reduce your business Risk
  • Best investment for your business growth
  • Increase your customers and Enter enter a new customers
  • increasing your visitors and traffic.

Yes !, Sometimes you say or you think about your business or website. I have a web site and I advertised my products and company, Why wouldn’t the people be able to find my products and company?…

Every time , Existing customs and who already know your website and company should be able to find it. how many people’s has been reached by your advertising? , who don’t read the magazines or newspapers? , where you chose to place advertisements?, is they watching right TV? and did they hear the right radio station?

Those peoples just enter a few words into the search box, ! There is a link to your company web site.

Yes, search engines can be Great one, and the scenario above can happen, but not without some work. This is where SEO comes in.

so that SEO is very important to your Business. All the best ! And grow your business & websites.

No Comments

What is SEO? and SEO Techniques

Dear Readers,

Search Engine Optimization (SEO) is given and considered the more technical of Web marketing. Yes !.. , This is true because SEO does help in the promotion of web sites and then the same time it need some technical knowledge at least good basic in HTML(Hyper Text Markup Langauage). SEO is sometimes also called SEO copyrighting because most of the techniques that are used to promote sites in search engines deal with your own content. Generally, SEO can be defined as the good of optimizing Web pages or web sites in order to make them more search engine friendly, thus getting higher positions and higher rank in search results.

Very important of the basic SEO is that even if you do all the things that are necessary to do, this does not automatically undertake you top ratings but if you lack of attention and due care basic rules, this certainly will not go unnoticed. Also, if you set realistic goals – i.e to get into the top 30 results in Google for a particular keyword, rather than be the number one for 10 keywords in 5 search engines, you will feel happier and more satisfied with your results.

* 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.

All the best to all ….

No Comments

Best image replacement method

Why we need Image Replacement ?

Generally to insert an image in an HTML document, we use <img> tag. The problem with <img> is when the images are disabled by browser. Adding alternative text using the alt attribute disallows HTML markup and causes problems with some search robots.

The solution to this problem is “Image Replacement”. The HTML and CSS are used to show the image.

Issues with Image Replacement

In earlier, the FIR (Fahrner Image Replacement) was used to perform Image Replacement technique. A very big issue is the text and the image will not be displayed when the CSS is disabled by browser.

Best Technique

We should display either the text or the image in the web page, even though both image and the css are turned off. However Dave Shea’s Revised Image Replacement technique is the best one to achieve this.

HTML part

<h3 id=”header” title=”Revised Image Replacement”>Revised Image Replacement</h3>

CSS part

#header
{
width: 329px;
height: 25px;
position: relative;
}

#header span {
background: url(sample-opaque.gif) no-repeat;
position: absolute;
width: 100%;
height: 100%;
}

In the above example to display the image, instead of img tag, we use the background image. The alt tag is the reason to get the hover effect but here it is not. So the title tag of the header h3 does that job.

This technique is credited to Dave Shea.

,

No Comments