<?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>How To Blog &#187; search engine spider</title>
	<atom:link href="http://bradtheblogboy.com/tag/search-engine-spider/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradtheblogboy.com</link>
	<description>blogging 102</description>
	<lastBuildDate>Fri, 14 May 2010 06:03:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Displaying RSS Feeds on Websites</title>
		<link>http://bradtheblogboy.com/readership/displaying-rss-feeds-on-websites/?source=rss</link>
		<comments>http://bradtheblogboy.com/readership/displaying-rss-feeds-on-websites/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 12:05:51 +0000</pubDate>
		<dc:creator>S. Housley</dc:creator>
				<category><![CDATA[Readership]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP/ASP.NET]]></category>
		<category><![CDATA[domain server]]></category>
		<category><![CDATA[eXtensible Markup Language]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[search engine spider]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[technology needs]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[web page content]]></category>
		<category><![CDATA[web page contents]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/readership/displaying-rss-feeds-on-websites/</guid>
		<description><![CDATA[RSS offers webmasters a unique opportunity to display fresh content on websites. While publishing an RSS feed is a great way to generate site interest and increase communication, syndicating and displaying feeds from related relevant sources can also generate interest, increase traffic and improve search engine ranking.]]></description>
			<content:encoded><![CDATA[<p>Reading time: 6 &#8211; 10 minutes</p>
<p>Displaying RSS</p>
<p>RSS offers webmasters a unique opportunity to display fresh content on websites. While publishing an RSS feed is a great way to generate site interest and increase communication, syndicating and displaying feeds from related relevant sources can also generate interest, increase traffic and improve search engine ranking.</p>
<p>RSS Radars</p>
<p>Webmasters with limited time or capacity can syndicate related content. In a nut shell, webmasters can create RSS radars by combining a mix of content from related sources by grouping similarly-themed feeds. RSS feeds are updated at different intervals, providing an ever-changing collection of related information.</p>
<p>RSS is a form of eXtensible Markup Language or XML. Viewing an RSS feed in a web browser generally produces code that is not easy for website visitors to decipher. As a result, webmasters use tools to display the content contained in an RSS feed.</p>
<p>Content contained in RSS feeds can be added to websites a number of different ways. Each method for displaying the RSS feed has pros and cons associated with it. Webmasters will need to determine which option will best meet their hosting and technology needs.</p>
<p>Using Javascript to Display RSS</p>
<p>Javascript is the easiest way to display RSS feeds on a website. There are a number of sites that will allow you to generate code that can be inserted into a website. The javascript will auto-update, showing the latest headlines as the feed is updated. Each time a visitor visits the website the javascript pulls the data from the feed. Often, the various scripts can be customized so that the look of the feed can be made to match a specific websiteeeds with hopes that the search engines will devour and spider the contents, you will be disappointed. When javascript is used to display RSS feeds, search engines do not actually &#8220;see&#8221; the contents of the feed, meaning that the search engines will not index the contents of the feed within the website.</p>
<p>Feedroll &#8211; Feedroll is a free service for syndicating RSS and ATOM news feeds on your website. Simply select a feed, customize the design, then copy and paste the code provided onto your page. <br /><a href="http://www.feedroll.com"target="_new" rel="nofollow" >http://www.feedroll.com</a></p>
<p>Using PHP to Display RSS</p>
<p>PHP is a slightly more complex solution for displaying RSS. Like javascript, as the contents of the feed updates, the web page contents will update as the page is refreshed. The benefit of using PHP to display RSS is that the contents of the feed displayed with the webpage can be spidered and indexed by search engines. The result is a feed that always displays the most current information from the RSS feed and the web page content is considered search engine spider and robot-friendly.</p>
<p>rss2html.php &#8211; The rss2html.php script allows users to create web pages that will always display the most current information from the RSS feed, and because the resulting page is pure HTML, it will be in a format friendly to search engine robots. Using rss2html.php, webmasters can customize the format and look of the web page created from the feed. The RSS feed&#8217;s contents can easily be integrated into an existing website&#8217;s theme. The rss2html.php script parses the RSS file, extracts the pertinent information, formats it, and serves it up as regular HTML. <br /><a href="http://www.feedforall.com/free-php-script.htm"target="_new" rel="nofollow" >http://www.feedforall.com/free-php-script.htm</a></p>
<p>FeedRoll Pro &#8211; FeedRollPro was really designed to enable publishers to syndicate their own content on other sites. But it can be used to syndicate news feeds from other sites on your own pages. <a href="http://www.feedrollpro.com"target="_new" rel="nofollow" >http://www.feedrollpro.com</a></p>
<p>Using ASP to Display RSS</p>
<p>ASP is similar to PHP. The free ASP/ASP.NET scripts can be used to convert RSS feeds into HTML and display on ASP/ASP.NET web-server.</p>
<p>rss2html.asp &#8211; ByteScout has implemented a guide for displaying of RSS/XML feed using free RSS2HTML.ASP script in ASP or ASP.NET environment. This script can be used free of charge on any ASP or ASP.NET web-server and generate HTML from RSS feed. This free ASP script uses MSXML to load RSS feed from URL and display it. You can use it as a standalone or call from script on HTML page to generate HTML content from RSS feed and then display on your HTML page. <br /><a href="http://bytescout.com/how_to_display_rss_using_asp.html"target="_new" rel="nofollow" >http://bytescout.com/how_to_display_rss_using_asp.html</a></p>
<p>RssFeed &#8211; RssFeed is an open-source custom ASP.NET server control that displays the contents of a specified RSS feed in an ASP.NET web page. <br /><a href="http://www.scottonwriting.com/sowBlog/RssFeed.htm"target="_new" rel="nofollow" >http://www.scottonwriting.com/sowBlog/RssFeed.htm</a></p>
<p>If PHP or ASP is used to update feeds, the website will have free fresh, relevant content each time the feeds referenced are updated.</p>
<p>Export RSS to HTML</p>
<p>If you wish to dress up the feed&#8217;s appearance you can use a template exporting the feed as HTML or an HTML table. Publishers can incorporate exported tables into an HTML template using a server-side include. Each time the feed is updated, the feed will need to be exported to HTML and uploaded along with the feed. Though this only takes a few moments, exporting RSS to HTML does require webmaster intervention to update the content. The end result, though, is a complete web page with an RSS feed in it that will be search engine-friendly.</p>
<p>FeedForAll &#8211; FeedForAll allows users to export RSS feeds from RSS to HTML. The look of the HTML can be modified to match an existing website&#8217;s design.  <br /><a href="http://www.feedforall.com"target="_new" rel="nofollow" >http://www.feedforall.com</a></p>
<p>Using Services</p>
<p>There are a number of services available that host and display RSS feeds, in many cases free of charge. Because these services operate on a different domain server there is little benefit to end-users displaying their feeds in this fashion. That said, the services are generally free of charge, so you get what you pay for.</p>
<p>RSS2HTML.com &#8211; Select a layout, color scheme and enter the URL of the feed. A web page URL will be generated that will display the feed in the selected scheme. <br /><a href="http://www.rss2html.com"target="_new" rel="nofollow" >http://www.rss2html.com</a></p>
<p>FeedBurner &#8211; FeedBurner provides a number of online services. Among them is a service that displays RSS feeds on a website. <br /><a href="http://www.feedburner.com"target="_new" rel="nofollow" >http://www.feedburner.com</a></p>
<p>Using XSL to Display RSS</p>
<p>Although using XSL and CSS stylesheets to display XML directly is easy to understand in theory, it is rather tricky to implement in the real world and is very tough for novices to use successfully. Webmasters must be fairly familiar with CSS and XSL to have the formatting work well, and webmasters then have to address browser incompatibilities and exceptions. As a result, not a lot of resources or services yet exist to display RSS using XSL.</p>
<p>Using highly targeted feeds, webmasters can enhance their websites with themed content. Ultimately, providing relevant, educational or newsworthy information from reputable related sources will establish expertise in a specific area.</p>
<p>Author: <a href="http://EzineArticles.com/?expert=S._Housley">S. Housley</a><br />Article Source: <a href="http://ezinearticles.com/?Displaying-RSS-Feeds-on-Websites&amp;id=35332">EzineArticles.com</a><br />Provided by: <a href="http://betterdollar.com/duty-tax/duty/">Canada duty tariff</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/readership/displaying-rss-feeds-on-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO &#8211; What is Search Engine Optimization and How it Can Benefit Your Business</title>
		<link>http://bradtheblogboy.com/seo/seo-what-is-search-engine-optimization-and-how-it-can-benefit-your-business/?source=rss</link>
		<comments>http://bradtheblogboy.com/seo/seo-what-is-search-engine-optimization-and-how-it-can-benefit-your-business/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 12:05:46 +0000</pubDate>
		<dc:creator>Cheow Yu Yuan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[consultant]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[high search volume]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[online marketing campaign]]></category>
		<category><![CDATA[online sales]]></category>
		<category><![CDATA[paid advertising]]></category>
		<category><![CDATA[particular product]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Search engine Optimization]]></category>
		<category><![CDATA[search engine optimization agency]]></category>
		<category><![CDATA[search engine optimization process]]></category>
		<category><![CDATA[search engine spider]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[search marketing consultancy iProspect]]></category>
		<category><![CDATA[search result]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[Translation Agency Singapore]]></category>
		<category><![CDATA[web results]]></category>
		<category><![CDATA[website designer]]></category>
		<category><![CDATA[word search terms]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/seo/seo-what-is-search-engine-optimization-and-how-it-can-benefit-your-business/</guid>
		<description><![CDATA[Search Engine Optimization, which is also known as SEO, is the process of increasing the volume and quality of traffic to a website from search engines via organic or search results. The higher your company's website ranks on Search Engine Result Page (SERP), the more searchers will visit your site.]]></description>
			<content:encoded><![CDATA[<p>Reading time: 8 &#8211; 14 minutes</p>
<p><b>What is Search Engine Optimization?</b></p>
<p>Search Engine Optimization, which is also known as SEO, is the process of increasing the volume and quality of traffic to a website from search engines via organic or search results. The higher your company&#8217;s website ranks on Search Engine Result Page (SERP), the more searchers will visit your site.</p>
<p>As a marketing strategy for increasing site&#8217;s relevance, SEO consultants consider how search algorithms work and what people search for. A SEO process may involve a site&#8217;s coding and structure, content and copywriting, site presentation, as well as fixing other problems that will prevent search engines from indexing your company website. If your company&#8217;s website is not indexed by search engines, there will be no chance at all for your site to get high visibility rankings on search engines. Therefore, it is extremely important for businesses to take note of SEO and make sure that their websites are properly indexed by search engines.</p>
<p>The term &#8220;SEO&#8221; can also refer to &#8220;Search Engine Optimizer&#8221;. This is an industry term that refers to agencies and consultants that carry out search engine optimization process on behalf of their clients, and by employees who perform SEO services in-house. Every agency and consultant has their own SEO methodology; therefore they may use different methods to achieve high organic rankings for websites. In most cases, in order to have effective SEO, it may require changes to the HTML source code of a site, SEO tactics will be incorporated into website development and design. That is why almost all credible SEO agencies and consultants will first look at the design and back-end architecture of a website before starting any SEO process. This will ensure that SEO is carried out effectively.</p>
<p>Search Engine Optimization as a Marketing Strategy for Businesses</p>
<p>So how should businesses use SEO as a marketing strategy? The primary objective of implementing SEO to a company&#8217;s website is to drive targeted traffic to it. Eye tracking studies have shown that searchers scan a search result from top to bottom and left to right, looking for relevant results. Therefore, if your site is near the top of organic listings rankings (organic listings refer to the web results that are listed on the left hand side of the SERP), it will most likely increases the number of searchers who will visit your site.</p>
<p>A successful online marketing campaign may usually involve SEO, but it also consists of the use of paid advertising on search engines, building high quality websites to engage and persuade site visitors take action either through enquiries or online sales, setting up analytic programs to allow site owners to measure their successes and improving a site&#8217;s conversion rate.</p>
<p><b>Benefits of SEO for Businesses</b></p>
<p>Businesses can benefit from SEO in a lot of ways, be it to increase brand awareness, get sales leads or increase sales revenue. The following is a list of benefits that businesses can get from SEO:</p>
<p>	Get more targeted traffic. SEO can increase the number of visitors to your site who are actively searching for your product or service.</p>
<p>	Increase brand awareness. SEO can give your brand a high international profile. You can also use SEO to create brand awareness for any new service or product by optimizing related product/service key phrases to rank higher on search engines.</p>
<p>	Marketing your brand 24/7. With SEO, your website will get exposure 24 hours a day, 7 days a week &#8211; without stopping.</p>
<p>	Higher sales. As SEO brings you targeted traffic, it can mean increased sales of your product or service.</p>
<p>	Long term positioning. Once a properly optimized &amp; designed site is in place, rankings on organic listings should be consistent whereas the cost for Pay-Per-Click (PPC) Advertising is ongoing.</p>
<p>	More value for dollars. Once your company&#8217;s website has achieved high organic rankings for various key phrases, you will not have to pay for each visit. Whereas for PPC Advertising, to enjoy high ranking visibility on search engines, you need to pay for each click or visit to your site.</p>
<p>However, to make sure that you have a successful SEO implementation, you need to make sure that your dedicated SEO agency abides to the guidelines of search engine when optimizing your site&#8230;</p>
<p><b>White Hat SEO VS Black Hat SEO</b></p>
<p>When it comes to SEO, there are 2 schools of thoughts &#8211; White Hat SEO vs Black Hat SEO. White hat SEO is techniques that search engines recommend as good practice and black hat SEO is those techniques that search engines do not approve of. For SEO consultants who practise white hat SEO, they tend to produce results that last a long time. Black hat SEO techniques may get a website to rank well initially, but the site will eventually be banned either temporary or permanently once search engines discover what they are doing.</p>
<p>So it is very important for you to know the best practices in the SEO industry and make sure that the SEO agency that is handling your account uses techniques that conform to the search engines&#8217; guidelines and involves no deception.</p>
<p>White hat technique is generally summed up as creating content for users, not the search engines. The content that is created should be easily accessible to search engine spiders, rather than intending to trick the algorithms from its intended purpose. So, the general rule of thumb is to stay on the safe side by creating content that is relevant to your target audience. Search engines value relevancy &#8211; they will definitely want to rank a site higher their organic listings if the content on the site is what searchers are looking for.</p>
<p>Black hat technique usually involves techniques that attempt to improve rankings that are disapproved by search engines, or involve deception. One common black hat technique is to use hidden text, either as text coloured similar to the background of the website, or positioned off-screen. Another common technique known as cloaking is to load a different page depending on whether the page is accessed by a human or a search engine spider.</p>
<p>Search engines will penalize sites which use black hat techniques, either by reducing their organic rankings or even eliminating them from their database completely. This is a very costly mistake on the business point of view as you will lose out a lot of grounds as your competitors are enjoying free organic traffic from search engines due to their high rankings for major key phrases. One infamous example was in February 2006, whereby Google removed BMW Germany from its database for use of black hat methods. However, the company has quickly apologised and cleaned up the offending pages and were eventually restored to Google&#8217;s database.</p>
<p>Therefore, it is very important to make sure that your SEO agency is moving away from black hat methods. You will not want to be blacklisted by search engines which will translate into loss in sales and profits.</p>
<p>Keyword Research &#8211; The Key Factor to Successful SEO Implementation</p>
<p>Major search engines like Google, Yahoo, MSN Live and AOL get a lot of searches every day. Before you implement SEO to your website, you must know what key phrases or keywords your target audience is using to search for the product or service that you offer.</p>
<p>Whether you like it or not, there is a good chance that many people have never heard of your company. These people might be your customers, if only they can find you on search engines and buying from you. It is well accepted that building awareness is the first step to land a new customer. For example, when someone sees a TV advertisement about that new car, you hope that he or she is in the market for a car at the moment. However, relatively few people are in that situation at any one time. Majority of people who saw the TV advertisement have no interest in buying a car at the moment. But someday they will. So advertisers know that the messages &#8211; the model of the car and company name in their commercials will stick in viewers&#8217; minds, who might remember the message later when they are ready to buy a car. It is the same for SEO.</p>
<p>Searchers might not know that your company offers a particular product or service unless they see your site listed on the Search Engine Result Page (SERP). Unless they see your listings, they will not think of you. Most of the time, searchers looking for a product or service for the first time might not be aware of any specific company or brand name as they are just gathering information. However, according to a research done by search marketing consultancy iProspect, more than 55 percent of searchers expect to see big brands listed at the top of search results. The same study also shows that over 66 percent of searchers believe that sites that are listed at the top of search results are the top companies in their field. So can you imagine how this affects your company&#8217;s brand awareness? If your company&#8217;s website is not listed at the top of search results, they will not see your company as a &#8220;big brand&#8221; in their mind. Therefore, it is extremely important for you to optimize keywords or key phrases that your target prospects will use to find the product or service that you are offering.</p>
<p>So what types of keywords or key phrases should you choose? Businesses should target keywords that are relevant to the content of their websites. Basically, keywords can be categorized into 3 types, which are: &#8220;Too Hot Keywords&#8221;, &#8220;Just Right Keywords&#8221;, and &#8220;Too Cold Keywords&#8221;. Too Hot keywords are single word search terms like &#8220;Aircon&#8221; and &#8220;Translation&#8221; which do not seem to be targeted enough to get conversions. These keywords usually bring in high search volume (which is naturally tempting to optimize) but the conversion may not be as ideal as targeting keywords which falls into the &#8220;Just Right&#8221; category. (For examples: Aircon Servicing, Translation Agency Singapore&#8221;) By optimizing those &#8220;Just Right&#8221; keywords, businesses can get more targeted traffic to their websites and increase the chance of conversions.</p>
<p>Choosing the right keywords is the real beginning of any SEO effort. After you have determined the right set of keywords to target, you can start the work of search engine optimization.</p>
<p><b>Why do you need to outsource SEO?</b></p>
<p>SEO is a very time-consuming process as continual fine-tuning and monitoring need to be done. Therefore, it is advisable for you to hire a search engine optimization agency to plan out the optimization plan for your company.</p>
<p>A professional SEO agency will look at your site and make recommendations to increase your search engine ranking and website traffic. Once they start to optimize your website, they will provide recommendations and monitoring reports for you to know the progress of it.</p>
<p>Last but not least, in order to achieve successful optimization results, it is very important for your SEO agency to work closely with your website designer if you have your own IT department. This is because your company website needs to be both visually appealing and search engine friendly in order to achieve high organic rankings, as well as conversions.</p>
<p>Author: <a href="http://EzineArticles.com/?expert=Cheow_Yu_Yuan">Cheow Yu Yuan</a><br />Article Source: <a href="http://ezinearticles.com/?SEO---What-is-Search-Engine-Optimization-and-How-it-Can-Benefit-Your-Business&amp;id=1797551">EzineArticles.com</a><br />Provided by: <a href="http://digitalcameratimes.com/">Digital Camera News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/seo/seo-what-is-search-engine-optimization-and-how-it-can-benefit-your-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Budget Webmaster&#8217;s 6 Step Guide to Improving Existing Rankings in Google</title>
		<link>http://bradtheblogboy.com/seo/the-budget-webmasters-6-step-guide-to-improving-existing-rankings-in-google/?source=rss</link>
		<comments>http://bradtheblogboy.com/seo/the-budget-webmasters-6-step-guide-to-improving-existing-rankings-in-google/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 20:20:23 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[approximation]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[Budget Webmaster]]></category>
		<category><![CDATA[free tool]]></category>
		<category><![CDATA[free traffic tips]]></category>
		<category><![CDATA[ftdsecrets-subscribe@topica.com]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Inc.]]></category>
		<category><![CDATA[google listings]]></category>
		<category><![CDATA[heaven]]></category>
		<category><![CDATA[optimization guide]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[search engine spider]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[The Budget Webmaster]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[tweaking]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[Yahoo! Inc.]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/?p=237</guid>
		<description><![CDATA[Reading time: 4 &#8211; 6 minutes
By Tinu Abayomi-Paul
The Budget Webmaster’s 6 Step Guide to Improving Existing Rankings in Google
You know the scenario. You get an occasional click from Google for a certain keyword. You go to find out why you aren’t getting more clicks, and you find out that you’re ranked in the 30&#8217;s, 50&#8217;s, [...]]]></description>
			<content:encoded><![CDATA[<p>Reading time: 4 &#8211; 6 minutes</p>
<p>By <a href="http://ezinearticles.com/?expert=Tinu_Abayomi-Paul">Tinu Abayomi-Paul</a></p>
<p>The Budget Webmaster’s 6 Step Guide to Improving Existing Rankings in Google</p>
<p>You know the scenario. You get an occasional click from Google for a certain keyword. You go to find out why you aren’t getting more clicks, and you find out that you’re ranked in the 30&#8217;s, 50&#8217;s, or heaven forbid, the 300&#8217;s. “Great”, you think, “I finally get ranked for a good keyword and it’s a worthless ranking”.</p>
<p>Not necessarily.</p>
<p>If you got ranked for a keyword you wanted At All, the game’s not over yet. If your site’s content is geared towards that subject, you can get your ranking in search engines increased, at no cost. How?</p>
<p>The first thing you want to do is find out how well you are ranked for this keyword. For Google in particular, this used to be a difficult chore. In the old days of 2003, you’d spend your valuable time doing a search on your desired keyword, then a sub-search for your site, and crawling through pages of listings to find out exactly where you stood.</p>
<p>Now there is hope in the form of the following website. Direct your browser to:</p>
<p><a href="http://www.googlerankings.com/index.php" target="_new">http://www.googlerankings.com/index.php</a></p>
<p>You can use this site to find out what number you come up for in the Google listings, which can be very powerful information if used correctly.  If you’re ranked in the top 1000, you have a shot at raising your listing for that page by tweaking the page to be a little more relevant.</p>
<p>So, secondly, you have to know how good a shot you have at getting a better listing. Go to:</p>
<p><a href="http://www.searchguild.com/difficulty/" target="_new">http://www.searchguild.com/difficulty/</a></p>
<p>I posted a tip about this a month ago, and it’s also in the free optimization Guide I released the week of March 7th. It tells you how hard it is to rank well for certain keywords in Google. You’ll need a free Google API key to use it.</p>
<p>Now that you know your chances, the third piece of information you need to know is how much traffic you can expect. Digital Point has a free tool that gives an approximation of how many hits per day a good ranking gets. Access it here:</p>
<p><a href="http://www.digitalpoint.com/tools/suggestion/" target="_new">http://www.digitalpoint.com/tools/suggestion/</a></p>
<p>Okay, let’s say everything checks out so far.  You rank in the top 1000. The term you want won’t be that hard to get, and will get you enough traffic per month to justify your efforts.</p>
<p>Our fifth step is to take the term you chose and optimize your page.</p>
<p>This site does periodic reports on the search engines, and their February report gives their analysis of what the best ranking pages in Google have in common. And as a free bonus, it will also tell you what Yahoo wants. Follow the following link for details-<a href="http://www.gorank.com" target="_new">http://www.gorank.com</a></p>
<p>Now that you know what to shoot for, you need to know how the page you want will measure up- you need to calculate your keyword density. You can also do the sixth step at gorank.com &#8211; it has a free tool that will calculate it for you. Prepare your page with that in mind, re-upload, and you’re almost done.</p>
<p>Great, you’re all set. Now you should submit your site to Google, right?</p>
<p>Wrong. Absolutely not. If you can help it, you should never, ever submit any page of your site to Google. Let it find you. HOW it finds you can affect your page rank. I don’t mean that there is a standard penalty for submitting. There’s been speculation on that for a while but I have yet to prove it matters.</p>
<p>What I DO know from personal experience and testing on my member’s sites, is that getting the Googlebot search engine spider to happen upon your site shaves up to 6 weeks off the standard time it takes for indexing. You can show up in Google in as little as 4 days.</p>
<p>Which site links to you can also affect your Google Page Rank. While this is not as important as it once was, it still carries significant weight– my site didn’t start getting spidered on a daily basis until my Page Rank increased to 5.</p>
<p>So even if the spider comes to your site on a Monthly basis, you’re better off waiting for the spider to come back by. That’s the seventh step, let your page be re-discovered with it’s great new changes.</p>
<p>And yes, there’s an even faster, better way to get Google.com’s search engine spider to re-index that page, but that’s another article, isn’t it?</p>
<p>For more free traffic tips, subscribe to her newsletter at <a href="mailto:ftdsecrets-subscribe@topica.com" target="_blank">ftdsecrets-subscribe@topica.com</a> or visit her feed enabled blog: <a href="http://www.freetrafficdirectory.com/blog" target="_new">http://www.freetrafficdirectory.com/blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/seo/the-budget-webmasters-6-step-guide-to-improving-existing-rankings-in-google/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
