Click here to Skip to main content
15,896,444 members
Articles / Web Development / XHTML

Search Engine Friendly Ajax

Rate me:
Please Sign up or sign in to vote.
4.20/5 (3 votes)
16 Mar 2009CPOL1 min read 31.9K   548   15  
This article shows you how to optimize an Ajax website for Search engines
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>SEO Friendly AJAX</title>
	
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<meta name="description" content="Ajax - search engine optimization" />
    <meta name="keywords" content="Ajax, Seo, Tschoschia, Michael" />
    <meta name="author" content="Tschoschia, Michael" />
    
	<script src="js/seo_frmw.js" type="text/javascript" ></script>
	
</head>
<body>
<fieldset>
<legend>Navigation</legend>
    <a href="index.html" title="Home" class="MenuItem" >Home</a>
    <a href="Pagina1.html" title="Page1" class="MenuItem" >Page1</a>
    <a href="Pagina2.html" title="Page2" class="MenuItem" >Page2</a>
    <a href="Pagina3.html" title="Page3" class="MenuItem" >Page3</a>
</fieldset>
<fieldset>
<legend>Content</legend>
<div id="Content">
  <h1 title="Ajax Search engine optimization">Ajax Seo - page1</h1>
  <p><b>Search engine optimization</b> (SEO) is the process of improving the volume and quality of traffic to a web site from search engines via "natural" ("organic" or "algorithmic") search results. Typically, the earlier a site appears in the search results list, the more visitors it will receive from the search engine. SEO may target different kinds of search, including image search, local search, and industry-specific vertical search engines.

As an Internet marketing strategy, SEO considers how search engines work and what people search for. Optimizing a website primarily involves editing its content and HTML coding to both increase its relevance to specific keywords and to remove barriers to the indexing activities of search engines.

The acronym "SEO" can also refer to "search engine optimizers," a term adopted by an industry of consultants who carry out optimization projects on behalf of clients, and by employees who perform SEO services in-house. Search engine optimizers may offer SEO as a stand-alone service or as a part of a broader marketing campaign. Because effective SEO may require changes to the HTML source code of a site, SEO tactics may be incorporated into web site development and design. The term "search engine friendly" may be used to describe web site designs, menus, content management systems and shopping carts that are easy to optimize.

Another class of techniques, known as black hat SEO or Spamdexing, use methods such as link farms and keyword stuffing that degrade both the relevance of search results and the user-experience of search engines. Search engines look for sites that employ these techniques in order to remove them from their indices.
<br /><br /><font color="Gray">Source : <i> WikiPedia</i></font></p>
<p><font color="Gray">Permanent link : </font><a href="Pagina1.html">http://www.ikwileensite.com/Ajax/Pagina1.html</a></p>
</div>
</fieldset>
<fieldset>
<legend>Summary</legend>
<ul>
<li>Valid W3C code</li>
<li>Tested in : Internet Explorer 5.5, 6, 7 | Safari 3.0 | Firefox 3.0.6 | Opera 9.6 | Google Chrome 1.0 | Lynx</li>
<li><b>No</b> Javascript in body.</li>
<li><b>No</b> onclick in &lt;a&gt; tags.</li>
<li><b>No</b> css tricks</li>
<li>Url in href Attribute so searchengines can follow the hyperlink.</li>
<li>You <b>Can</b> bookmark each page</li>
<li>When you leave this site, and click the back button, you'll end up at your last visited page.</li>
</ul>
</fieldset>
<p>
    <a href="http://validator.w3.org/check?uri=referer"><img
        src="http://www.w3.org/Icons/valid-xhtml10-blue"
        alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
    - <a href="mailto:Titanium1986@hotmail.com" title="Mail Tschoschia Michael">Tschoschia Michael</a>
    </p>
    
<!-- Google Analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7754905-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Junior)
Belgium Belgium
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions