<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FGNPR - News Press Release Site &#187; Search-Engine-Optimization</title>
	<atom:link href="http://www.fgnpr.com/tag/search-engine-optimization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fgnpr.com</link>
	<description>Submit news to Google News, all submissions are reviewed by our editors.</description>
	<lastBuildDate>Thu, 08 Jul 2010 19:18:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>seo and search engine Algorithms tips</title>
		<link>http://www.fgnpr.com/209/seo-and-search-engine-algorithms-tips</link>
		<comments>http://www.fgnpr.com/209/seo-and-search-engine-algorithms-tips#comments</comments>
		<pubDate>Sun, 13 Dec 2009 11:37:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers And Internet]]></category>
		<category><![CDATA[search-engine-algorithms]]></category>
		<category><![CDATA[Search-Engine-Optimisation]]></category>
		<category><![CDATA[Search-Engine-Optimization]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[seo-tips]]></category>

		<guid isPermaLink="false">http://www.fgnpr.com/?p=209</guid>
		<description><![CDATA[What are search Algorithms?
Most of you will be known with the term Algorithm. If you are not familiar the simple way to understand an Algorithm is that it is a problem solving process. That calculates a number of possible answers and recommends possible solution to that problem.
In order to simple understand how search algorithms works [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What are search Algorithms?</strong></p>
<p>Most of you will be known with the term Algorithm. If you are not familiar the simple way to understand an Algorithm is that it is a problem solving process. That calculates a number of possible answers and recommends possible solution to that problem.</p>
<p>In order to simple understand how search algorithms works is as follows:-</p>
<p align="center"><strong>Step1</strong></p>
<p align="center"><strong>User enter a search </strong></p>
<p><strong> </strong></p>
<p align="center"><strong>Step2</strong></p>
<p align="center"><strong>Search Algorithm filters the database </strong></p>
<p align="center"><strong> </strong></p>
<p align="center"><strong>Step3</strong></p>
<p align="center"><strong>Retrieves result </strong></p>
<p><strong> </strong></p>
<p>User enters a search in a form of phrase or words in step 1. Search Algorithms in step 2 filters the database to find the WebPages and URL containing the exact Phrase and word entered by the user in step1. In step3 it retrieves a page which contains different WebPages and URL containing the phrase or word entered by the user in Step1. This process is completed in a matter of seconds.</p>
<p>There are different classifications for search engine algorithms and different search engines uses different search algorithms that is the reason why one phrase or word will show different results in different search engines.</p>
<p>Following are the most common search algorithm used:</p>
<ul>
<li><strong>List Search</strong></li>
<li><strong>Tree Search</strong></li>
<li><strong>SQL Search</strong></li>
<li><strong>Informed Search</strong></li>
<li><strong>Adversarial Search</strong></li>
<li><strong>Constraint Satisfaction Search</strong></li>
</ul>
<p><strong>List Search</strong></p>
<p align="center"><strong>Step1</strong></p>
<p align="center"><strong>User enter a single search Key</strong></p>
<p align="center"><strong>S</strong></p>
<p align="center"><strong>Step2</strong></p>
<p align="center"><strong>Search Algorithm filters a specific data stored in listed style method</strong></p>
<p align="center"><strong> </strong></p>
<p align="center"><strong>Step3</strong></p>
<p align="center"><strong> </strong></p>
<p align="center"><strong>Retrieves result</strong></p>
<p align="center"><strong> </strong></p>
<p>In list search algorithm the search takes place for a single word (key) in a specific data. The data is stored in list-style method. Therefore the result ends up in single element. It is a time consuming process as it will search billions of websites but the good thing this is that it would provide smaller search result. In simple words the result is about the quality not the quantity.</p>
<p><strong>Tree search: </strong></p>
<p align="center"><strong>Step1</strong></p>
<p align="center"><strong>User enter a single search Key</strong></p>
<p align="center"><strong>S</strong></p>
<p align="center"><strong>Step2</strong></p>
<p align="center"><strong>Search Algorithm search from narrowest to broadest or broadest to narrowest set of data.</strong></p>
<p align="center"><strong> </strong></p>
<p align="center"><strong>Step3</strong></p>
<p align="center"><strong>Retrieves result</strong></p>
<p>Imagine with a tree in your mind. We all know that a tree has main root followed by sub roots similarly stem followed by branches and sub branches. In Tree search the algorithm start search from the narrowest to broadest or from broadest to narrowest. Same like a tree you start from the main branch and you go to the sub root. Or you start from the sub root and you go to the main branch. Data is placed in a tree form. In simple words a single stem leads to different leaves similarly a single set of data will lead to different branches and sub braches and different leaves. In others words data is searched in hierarchy according to the ranking of the data. This is similar to how a web is formed. It is most useful search but there are other more useful searches also available.</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>SQL Search:-</strong></p>
<p align="center"><strong>Step1</strong></p>
<p align="center"><strong>User enter a single search Key</strong></p>
<p align="center"><strong>S</strong></p>
<p align="center"><strong>Step2</strong></p>
<p align="center"><strong>Search Algorithm search in non hierarchical manner</strong></p>
<p align="center"><strong> </strong></p>
<p align="center"><strong>Step3</strong></p>
<p align="center"><strong>Retrieves result</strong></p>
<p>As we already know that in TREE Search the data is searched in hierarchy as in SQL Search the data is searched in non-hierarchical manners, which means that data can be searched through data base from any point. It is not necessary that it starts from the main set of data but it can start from the subset.</p>
<p><strong>Informed Search:-</strong></p>
<p align="center"><strong>Step1</strong></p>
<p align="center"><strong>User enter a single search Key</strong></p>
<p align="center"><strong>S</strong></p>
<p align="center"><strong>Step2</strong></p>
<p align="center"><strong>Search Algorithm look for a specific answers</strong></p>
<p align="center"><strong> </strong></p>
<p align="center"><strong>Step3</strong></p>
<p align="center"><strong>Retrieves the specific answer</strong></p>
<p>The informed search algorithm search for specific answers to specific problems in data set organised in tree like data base. It is not a well search algorithm for web searches however it is better to use for specific question or query.</p>
<p><strong> </strong></p>
<p><strong>Adversarial Search:-</strong></p>
<p align="center"><strong>Step1</strong></p>
<p align="center"><strong>User enter a single search Key</strong></p>
<p align="center"><strong>S</strong></p>
<p align="center"><strong>Step2</strong></p>
<p align="center"><strong>Search Algorithm search looks for all the possible solutions</strong></p>
<p align="center"><strong> </strong></p>
<p align="center"><strong>Step3</strong></p>
<p align="center"><strong>Retrieves the solutions</strong></p>
<p>Adversarial search algorithm<strong> </strong>searches all the possible solution for a particular problem. It is very complicated to use for web searches as the number of possible solutions can reach to infinite.</p>
<p><strong> </strong></p>
<p><strong>Constraint Satisfaction:-</strong></p>
<p align="center"><strong>Step1</strong></p>
<p align="center"><strong>User enter a single search Key</strong></p>
<p align="center"><strong>S</strong></p>
<p align="center"><strong>Step2</strong></p>
<p align="center"><strong>Search Algorithm search in non hierarchical manner</strong></p>
<p align="center"><strong> </strong></p>
<p align="center"><strong>Step3</strong></p>
<p align="center"><strong>Retrieves result</strong></p>
<p>In constraint satisfaction search algorithm works by looking for the solution in different ways following certain limitations and constraints to provide accurate search result. It is very useful for web searches.</p>
<p>Now you know about the various search algorithms used in creating a search engine. It happens very often that more than one type of search algorithm is used. An important point here is to note and understand which search algorithm the search engine is using whom you are thinking to generate traffic from. By understanding this you will know how to meet the search engine requirement for search and this will result in generating traffic and exposure of your website on that specific search engine.</p>
<p>Note: &#8211; We now know that the retrieval of the result is the combined work of the crawler, spiders or robots.  The next post is about the ranking how different search engine ranks the search or in simple word best ranking your webpage in search engine.</p>
<p>Brought to you by <a href="http://www.opseo.co.uk">http://www.opseo.co.uk</a></p>
<p>Article submission, directory submissions and <a href="http://www.opseo.co.uk/press-release-submission-service.php">Google news press release services</a> are just a few of the services on offer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fgnpr.com/209/seo-and-search-engine-algorithms-tips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Working Procedures for Search Engine Optimisation</title>
		<link>http://www.fgnpr.com/141/seo-working-procedures-for-search-engine-optimisation</link>
		<comments>http://www.fgnpr.com/141/seo-working-procedures-for-search-engine-optimisation#comments</comments>
		<pubDate>Thu, 10 Dec 2009 18:55:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers And Internet]]></category>
		<category><![CDATA[Search-Engine-Optimisation]]></category>
		<category><![CDATA[Search-Engine-Optimization]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[SEO-Procedures]]></category>
		<category><![CDATA[website-promotion]]></category>

		<guid isPermaLink="false">http://www.fgnpr.com/?p=141</guid>
		<description><![CDATA[When using SEO for any purpose including marketing wit is very important to know the right methods to optimize the results from your efforts. Since many people use the internet for all sorts of reason it is understandable they use it for marketing. 
The question many have is how to get the search engines to [...]]]></description>
			<content:encoded><![CDATA[<p>When using SEO for any purpose including marketing wit is very important to know the right methods to optimize the results from your efforts. Since many people use the internet for all sorts of reason it is understandable they use it for marketing. </p>
<p>The question many have is how to get the search engines to attract the audience to the sites. The answer is using relevant keywords within the content of the sites and articles. The more rich content involved the higher the search results are. Simple techniques as using rich keywords make the search engines love the sites and articles.</p>
<p>The main goal with the website is to have top rankings with the search engines. The higher the rank is the more traffic the website gets. The rankings for the sites are determined by each search engine based on the content of the site and other important factors including Meta tags and images within the site.</p>
<p>How to get the best use out of the Search Engine Optimization consists of designing the website to meet the requirements for their individual calculations. The competition uses the SEO methods to meet the needs so you will also need to utilize the same methods to reach the levels of traffic you are seeking.</p>
<p>Here are the main methods the search engines use to calculate the rankings of websites.</p>
<p>1.	Content of the site is crucial for search engines to see the information within the site. This important process of making the webpage’s visible to the internet users with the relevant keywords and phrases creates the higher rankings with the search engines. The well written words are then used by the search engines to drive the internet users to your site. </p>
<p>2.	Meta tags, keywords, titles, and descriptions are other important items on the website. They are all part of the intricate details used by the search engines to locate the websites. The information needs to be compelling and interesting for the internet user. They need to grab their attention.</p>
<p>3.	The designs of the webpage’s are very important. The pages do not have to be decorated to be a good design. The layout of each page is the design that matters the most. They need to be easy to read with good content and easy to navigate. When the internet user can locate the content in the different pages with the links you use on the site, the rankings of the website is increased. </p>
<p>Creating a well designed website is the true key to obtaining the web traffic you desire. Use the methods mentioned to increase the web traffic and promote your business in the most effective way on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fgnpr.com/141/seo-working-procedures-for-search-engine-optimisation/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

