| 5. Optimisation of your page content
Your page content is another very important factor in achieving better search engine listings. Your page content is the information that a visitor would read from the page. Search engines look through Did you know that just like a visitor to your site would read the copy on your page to figure out what you have to offer, the search engines do too? And what do you think the search engines are looking for when they 'read' your page copy? Keyword phrases, of course!
Page content tips:
- We recommend that each page you submit has at contains least 200 words.
- This text should include your most important keyword phrases, but should remain logical & readable.
- Include the phrases that you have used in your other tags (i.e. metas, alt, headings, title, etc.) during the optimisation process.
- Add additional content rich pages to your site. For example, how-to articles, hint and tips, or tutorials. These types of content pages not only help you in the search engines, but many other sites will link to them too.
6. Optimisation of your META tags
The head element contains general information (meta-information) about a document. HTML also includes a meta element that goes inside the head element. The purpose of the meta element is to provide meta-information about the document.
Most often the meta element is used to provide information that is relevant to browsers or search engines like describing the content of your document. Some search engines will use the name and content attributes of the meta tag to index your pages.
This meta element defines a description of your page:
<meta name="description" content="Free Web tutorials on HTML, CSS, XML, and XHTML">
This meta element defines keywords for your page:
<meta name="keywords" content="HTML, DHTML, CSS, XML, XHTML, JavaScript, VBScript">
The intention of the name and content attributes is to describe the content of a page. However, since too many webmasters have used meta tags for spamming, like repeating keywords to give pages a higher ranking, many major search engines have stopped using them entirely.
Where they belong: The correct placement for both meta tags is between the <HEAD> and </HEAD> tags within the HTML the makes up your page. Their order does not really matter, but most people usually place the description first then the keywords meta. Tag limits:
- We recommend that your Keywords Meta not exceed 1024 characters including spaces.
- We recommend that your Description Meta tag not exceed 250 characters including spaces.
Meta description tips:
- Make sure you accurately describe the content of your page while trying to entice visitors to click on your listing.
- Include 3-4 of your most important keyword phrases. Especially those used in your title tag and page copy.
- Try to have your most important keywords appear at the beginning of your description. This often brings better results, and will help avoid having any search engine cut off your keywords if they limit the length of your description.
Meta keywords tips:
- Aside from what we mention in the other tips below you should only use those keyword phrases that you also used in the copy of your page, title tag, meta description, and other tags. Any keywords phrases that you use that do not appear in your other tags or page copy are likely to not have enough prominence to help your listings for that phrase.
- Don't forget plurals.
- Don't forget common misspelling of a popular keyword that could be used to find your site.
- Watch out for repeats! You want to include your most important phrases, but when doing so it can be difficult not to repeat one word many times. There in no limit, but we recommend that no one word be repeated in the keyword meta more than 5 times.
- If your site has content of interest to a specific geographic location be sure to include the actual location in your keyword meta.
7. Optimisation of your images using "alt"
The alt attribute is used to define an "alternate text" for an image. The value of the alt attribute is an author-defined text:
<img src="optimised.gif" alt="Search Engine Optimisation">
The "alt" attribute tells the reader what he or she is missing on a page if the browser can't load images. The browser will then display the alternate text instead of the image. It is a good practice to include the "alt" attribute for each image on a page, to improve the display and usefulness of your document for people who have text-only browsers.
Although not all search engines use the Alt tab it can help your listings on some of them. We recommend on using 2-3 words for each image and using it where ever possible.
8. Optimisation of Text Hyperlinks
A text based hyperlink is a standard HTML example optimising search (this is an example link that does not go anywhere).
Search engines use complex algorithms to see if what you are linking to is something closely related to the content of your page. Some of the engines look for keywords in hyperlinks and in the surrounding text of the hyperlinks. We recommend including your most important keyword phrases in the link itself and possibly the surrounding text.
9. Optimisation of Heading Tags
Headings are defined with the <h1> to <h6> tags. <h1> defines the largest heading. <h6> defines the smallest heading.
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
<h4>This is a heading</h4>
<h5>This is a heading</h5>
<h6>This is a heading</h6>
HTML automatically adds an extra blank line before and after a heading.
Although they are used less frequently due to new technologies, HTML heading tags can help improve your listings in the search engines also. You should include you most important keyword phrases in the heading tags on your page. Some search engines use them in the analysis of your page content.
10. How long should I wait before re-submitting to a particular search engine?
11. Creating Doorway Pages
With the exception of Yahoo! you can submit more than one URL to a search engine. A doorway page is simply a page that has been created for the sole purpose of ranking higher in search engines for a particular keyword or set of keywords. These pages act as “doorways” to the real content of your site, without having to redesign or remove the content of your site.
You can create doorway pages to take advantage of a search engine’s criteria for a specific keyword or keyword phase. Doorway pages help you solve the most troubling Web marketing dilemma: The techniques that will get you a high ranking in one search engine can get you penalized or even removed from the index of another search engine. It is impossible to design a single page that will rank well for all of your chosen keywords in all engines.
Since there are so many sites indexed by Web search engines, the content of your page must be very focused to rank well in today’s overflowing search engines.
Typically, when targeting five keywords, across eight search engines, you end up with 40 pages pointing to your home page or other section on your site. Don’t worry, this is not unusual. If you are cautious and
heed the warnings below, you won’t have any problems.
Some techniques work better than others, depending on the engine. Sometimes, a shorter, more concise page will rank higher on AltaVista than a longer one. You could create alternate shorter pages and name them accordingly. For example,
http://www.infospreeweb.com/tips-short.htm
http://www.infospreeweb.com/hints-tips-short.htm
http://www.infospreeweb.com/equine-short.htm
Experiment with different pages and page names to describe these experiments, but be careful and don't go overboard!
12. Things to Avoid attempting Optimisation techniques for Search Engines
You should not try to trick a search engine in any way because you risk being blacklisted by them.
- Excluding the meta keyword tag, do not list you keyword one after another anywhere on the page
- An old trick is to try and keyword stuff the page by using the same colour text as the page's background. Search engines can detect this and view it as spam.
- Do not submit the same page to any search engine more than once in any twenty-four hours.
- Do not submit identical pages. You should instead give them different filename and change the title and, if possible, the keywords for the page.
- Do not use any keywords in your keywords meta tag that do not directly relate to the content of your page.
- Don't use any keywords in your keywords meta tag that do not directly relate to the content of your page.
|