<?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>Chuck Aikens &#187; Strategy Lab</title>
	<atom:link href="http://www.chuckaikens.com/category/strategy-lab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chuckaikens.com</link>
	<description>Internet Marketing Success</description>
	<lastBuildDate>Mon, 26 Jul 2010 14:00:16 +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>New HTML 5 SEO Enhancements</title>
		<link>http://www.chuckaikens.com/2010/07/26/new-html-5-seo-enhancements/</link>
		<comments>http://www.chuckaikens.com/2010/07/26/new-html-5-seo-enhancements/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 14:00:16 +0000</pubDate>
		<dc:creator>chuckaikens</dc:creator>
				<category><![CDATA[Research Engine]]></category>
		<category><![CDATA[Strategy Lab]]></category>
		<category><![CDATA[Web 2.0 Tools]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[industry]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[SERP]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.chuckaikens.com/?p=422</guid>
		<description><![CDATA[Although HTML 5 is far from being adopted as the new standard and can only be utilized by a few browsers, it contains several advancements that look promising for search engine optimization. At first glance HTML 5 looks more complicated and more resembles a programming language than a document presentation markup language. However, most of [...]]]></description>
			<content:encoded><![CDATA[<p>Although HTML 5 is far from being adopted as the new standard and can only be utilized by a few browsers, it contains several advancements that look promising for search engine optimization. At first glance HTML 5 looks more complicated and more resembles a programming language than a document presentation markup language. However, most of the advancements are simply extensions to the tags that have been established in previous versions of the HTML standard. This post outlines a few of the new additions that will make the job of the SEO professional a little easier.</p>
<p>HTML 5 will contain methods for a web master to segment their pages into different segments such as header, main, footer, and links. This will provide web crawlers a means of categorizing the different sections of a page and placing priority on certain sections over others. This will serve to make indexing pages more efficient.</p>
<p>The new article and section tags will also be introduced. These will designate that the text inside is indexable and more emphasis should be placed on this text or data. This will also make web pages cleaner, because it will eliminate the need for div tags and help to set the text within apart from the rest of the page.</p>
<p>A new header tag will also be introduced that can be used instead of the head element. The header tag is similar to the h1 tag in that it can contain lots of different elements including subheadings, links, and even other paragraphs of text that can be read by a search engine crawler.</p>
<p>The footer tag will also be new. It can be used in conjunction with the header tag and they can be placed on the same page many times for each section. They can also contain data that can be indexed by crawlers and help to segment pages that can be indexed the same as multiple URLs. This can help the SEO of a site without having to spread content over multiple pages.</p>
<p>The new navigation tag will also be a positive addition for SEO. The navigation tag will be able to designate and define a collection of links to other pages that can be easily followed and indexed by a web crawler.</p>
<p>The new “audio” and “video” tags may be the most exciting elements that will be introduced in HTML 5. They will help bridge the gap between standard HTML and the plug-in technologies such as Flash and Silverlight. The thing that makes them so exciting for SEO is that they will include clear and easily readable alt elements that can make the content of the video or audio data easily indexable by a web crawler. Entire descriptions and transcripts can be included inside paragraph tags inside these elements that are great for SEO, but will also serve to still provide valuable content to users whose browsers don’t yet support the new tags.</p>
<p>There’s no telling when HTML 5 will actually be adopted as a standard, but with all of the new elements being added hopefully it won’t take too long. Next generation browsers are already starting to recognize some of the tags and web masters are dying to get their hands on them so that should help to speed up the process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckaikens.com/2010/07/26/new-html-5-seo-enhancements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Friendly SEO Techniques</title>
		<link>http://www.chuckaikens.com/2010/07/19/ajax-friendly-seo-techniques/</link>
		<comments>http://www.chuckaikens.com/2010/07/19/ajax-friendly-seo-techniques/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 02:38:17 +0000</pubDate>
		<dc:creator>chuckaikens</dc:creator>
				<category><![CDATA[Research Engine]]></category>
		<category><![CDATA[Strategy Lab]]></category>
		<category><![CDATA[Web 2.0 Tools]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[SERP]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.chuckaikens.com/?p=416</guid>
		<description><![CDATA[AJAX (Asynchronous Javascript and XML) is a technology used in almost 80% of modern websites. It’s comprised of a couple of different older technologies. Javascript is used to make asynchronous calls from a web page sitting on your browser back to the web server that it was served from. Asynchronous means that the call is [...]]]></description>
			<content:encoded><![CDATA[<p>AJAX (Asynchronous Javascript and XML) is a technology used in almost 80% of modern websites. It’s comprised of a couple of different older technologies. Javascript is used to make asynchronous calls from a web page sitting on your browser back to the web server that it was served from. Asynchronous means that the call is made in the background without keeping the user from being able to use the site while the data that has been requested from the web server is being loaded. The data is transmitted from the server back to the client using XML. XML is a way of formatting a long string so that it can be broken up and read in a meaningful manner. The web page then reads the XML string and only populates the section of the web page that the data was requested for instead of reloading the entire page. This makes AJAX great for the user experience, because it gets rid of the “click and wait” game that the user usually has to play with web pages. It helps to make web pages behave more like windows applications and provides a much richer user experience. Traditionally, AJAX has not been very SEO friendly for a few different reasons. Below are some challenges that AJAX provides for SEO and methods to get around them.</p>
<p>Probably the biggest problem that AJAX presents to SEO is that most AJAX enabled sites don’t load multiple static URLs. Instead AJAX enables web sites to load dynamic content on the same page without ever having to load another page. This is not good for SEO because search engine bots, spiders, or crawlers don’t have anything to read since the text or data is never loaded onto the page at the same time. Often times the text is loaded from a database or an XML file that can’t be read by a search engine crawler. This can be avoided by adding the text onto the page all at once, if there isn’t too much of it, in hidden containers and then showing and hiding the text at the right time using client side javascript instead of AJAX calls. Then you can save the AJAX calls for when the client actually needs to interact with the server. Static pages can also be constructed that contain the text that is dynamically loaded by the AJAX. Even though you may never navigate to these pages through AJAX they will still be able to be indexed by a web crawler by placing them in a sitemap that can be navigated by browsers that don’t support javascript. They will have their own URL that can be navigated by the crawler.</p>
<p>Another way to maximize SEO on AJAX enabled pages is to serve up alternative content. If you have data or links that get written dynamically through AJAX calls try to also provide it in alternative ways that can be read by crawlers. If you have an AJAX enabled menu structure at the top of your page, try including a menu at the bottom of the page. Construct your footer menu using plain HTML that navigates to static pages containing the text that is loaded dynamically using AJAX. This will give the spider URLs and text to crawl, but it will also give the user the rich experience that AJAX can provide and provide a means of navigation for browsers that either have Javascript disabled or that do not work with Javascript.</p>
<p>The main thing to remember is that web crawlers need to be able traverse the links in your site and read the text contained on your pages. If they can’t do that your pages won’t be SEO friendly no matter what technology you’re using.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckaikens.com/2010/07/19/ajax-friendly-seo-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Silverlight SEO Tips</title>
		<link>http://www.chuckaikens.com/2010/07/05/10-silverlight-seo-tips/</link>
		<comments>http://www.chuckaikens.com/2010/07/05/10-silverlight-seo-tips/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:00:16 +0000</pubDate>
		<dc:creator>chuckaikens</dc:creator>
				<category><![CDATA[Research Engine]]></category>
		<category><![CDATA[Strategy Lab]]></category>
		<category><![CDATA[Web 2.0 Tools]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[SERP]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.chuckaikens.com/?p=402</guid>
		<description><![CDATA[In previous posts we’ve discussed some techniques for SEO using Web 2.0 technologies. Below are some tips for maximizing SEO for Silverlight sites.
1.	The title tag should include the most important information about your site. It should state the purpose and give some indication as to the content of the site.
2.	The most significant content should live [...]]]></description>
			<content:encoded><![CDATA[<p>In previous posts we’ve discussed some techniques for SEO using Web 2.0 technologies. Below are some tips for maximizing SEO for Silverlight sites.</p>
<p>1.	The title tag should include the most important information about your site. It should state the purpose and give some indication as to the content of the site.</p>
<p>2.	The most significant content should live at the beginning of the page just after the body tag so that it can be quickly and easily accessed by search engine crawlers.</p>
<p>3.	All images and other like content should have a clear and robust description inside the alt attribute so that a web crawler can read what the image is about so that it can be included in the indexing of the site’s content.</p>
<p>4.	Don’t build your entire website with Silverlight. Instead only use it for animations or to present data in a different way, such as charts and graphs. Leave as much of the text of the website as HTML text so that it can be easily indexed.</p>
<p>5.	Provide descriptions of Silverlight content, which the crawler cannot read, in hidden div containers that the crawler can read but that are not visible to the user.</p>
<p>6.	Silverlight is rendered using XAML, which is just a fancy XML file really. You can outline your document source in a separate XML file and then render it into a meaningful format using XSLT transformations. XSLT is just a decoder ring for your source that transforms your XML file into something that can be rendered by the browser. By using this method you provide readable text that a web crawler can use to index your site.</p>
<p>7.	Design your Silverlight content to fit beside or around a body of HTML text. That way your Silverlight content serves to support the text of your website as opposed to hiding it inside the Silverlight content.</p>
<p>8.	Use alternate text stored in the object tag of the Silverlight content to dynamically render the text inside the content. This gives the user the rich UI that grabs their attention, but it also provides the content of the website in a form that can be read by search engine crawlers.</p>
<p>9.	View your content in down-level browsers, such as text based browser like Lynx, that are not capable of rendering Silverlight content. Presenting contextual metadata and alternate text that would make your site friendly to these types of browsers will give you a good idea of how indexable your site is to a web crawler.</p>
<p>10.	Use a meaningful application name. This will help a search engine crawler find keywords by just looking at the name of your application. For example, if your application is about the hot fishing spots in Tuscaloosa, Alabama then name your application something like TuscaloosaFishFinder.xap. This will give the crawler a better understanding of the content of your site.</p>
<p>Managing SEO for websites or applications built with Silverlight can be challenging. Just remember to mix your Silverlight with readable HTML content. Always keep in mind how to clearly incorporate the content of your site so that it can be easily read and understood by visiting search engine crawlers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckaikens.com/2010/07/05/10-silverlight-seo-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Flash SEO Tips</title>
		<link>http://www.chuckaikens.com/2010/06/28/10-flash-seo-tips/</link>
		<comments>http://www.chuckaikens.com/2010/06/28/10-flash-seo-tips/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 14:00:13 +0000</pubDate>
		<dc:creator>chuckaikens</dc:creator>
				<category><![CDATA[Research Engine]]></category>
		<category><![CDATA[Strategy Lab]]></category>
		<category><![CDATA[Web 2.0 Tools]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[paid search]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[SERP]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.chuckaikens.com/?p=398</guid>
		<description><![CDATA[It’s no secret that websites built completely with Adobe Flash are not very friendly when it comes to search engine optimization. The biggest reason for this is that Flash hides the text of the website, which contains the valuable keywords that can be indexed by web search engine robots. This keeps Flash websites from showing [...]]]></description>
			<content:encoded><![CDATA[<p>It’s no secret that websites built completely with Adobe Flash are not very friendly when it comes to search engine optimization. The biggest reason for this is that Flash hides the text of the website, which contains the valuable keywords that can be indexed by web search engine robots. This keeps Flash websites from showing up in search results. Below are some tips for maximizing the exposure and increasing the indexability of Flash websites.</p>
<p>1. Hand code Flash content into HTML instead of using an HTML editor such as DreamWeaver. HTML editors embed Flash content into the page as binary code, which cannot be indexed by web search crawlers. Hand coding gives you options to add alternate text and hidden descriptions of images and Flash content.</p>
<p>2. Instead of using the same page to load dynamic Flash pages, break them out into pieces and add them on separate pages with the relevant Flash section on each page. This makes the site crawlable since all of the content is not hidden inside the Flash content. If a user’s browser can view Flash and javascript then they’ll get the interactive experience, but if it can’t then the user can still view the website.</p>
<p>3. Try not to embed text into images. Web crawlers cannot read text that is embedded into a binary image.</p>
<p>4. Include alternative text with all Flash segments and images. The alternative text doesn’t appear on the web page, but can be read by web search crawlers.</p>
<p>5. Search engine robots like to be able to figure out the relationship between the pages of your website. Flash can trigger page transitions that are confusing to most search engine crawlers. Try to use standard HTML navigation when possible so that the crawler will be able to analyze the links between your pages and gain a better understanding of their content.</p>
<p>6. Embed the same Flash movie on multiple pages, but pass variable values in the URL that tell the movie where to start so that it looks like you have different content on each page. That will help a search robot to index your site and determine page relationships and content value.</p>
<p>7. Use noscript tags to include the text embedded in SWF files so that it will be displayed if the user’s browser doesn’t support Flash. This will also allow a web crawler to read the text and index your site to determine page rank.</p>
<p>8. When testing your site for SEO you can disable javascript in your browser and view your pages. This should give you an accurate representation of what a web crawler will see so that you can determine the effectiveness of your SEO strategy.</p>
<p>9. Use SWF content to add visual interest to your site where it makes a difference, but not where it might hamper the usability of your site or burden the search engine’s task.</p>
<p>10. Avoid pop-up windows. For example, don’t include a button that the user can click to launch the Flash version of your website because search crawlers can’t see them and will ignore them.</p>
<p>Flash websites provide design elements that are very useful in engaging users that visit your site, but they also hamper the exposure of your site if it can’t be seen by search engines. Utilize the 10 tips above to maximize the visibility of your website so that you can drive users to your site and then keep them there with your Flash content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckaikens.com/2010/06/28/10-flash-seo-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Link Wheel?</title>
		<link>http://www.chuckaikens.com/2010/06/22/link-wheels/</link>
		<comments>http://www.chuckaikens.com/2010/06/22/link-wheels/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:15:11 +0000</pubDate>
		<dc:creator>chuckaikens</dc:creator>
				<category><![CDATA[Research Engine]]></category>
		<category><![CDATA[Strategy Lab]]></category>
		<category><![CDATA[Web 2.0 Tools]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.chuckaikens.com/?p=378</guid>
		<description><![CDATA[Some of you may be asking, “What the heck is a link wheel?” A Link Wheel is a new, effective SEO strategy that is created by writing multiple articles on a specific subject that all link together to form a wheel. To construct your link wheel, you should include at least two links in each [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you may be asking, “What the heck is a link wheel?” A Link Wheel is a new, effective SEO strategy that is created by writing multiple articles on a specific subject that all link together to form a wheel. To construct your link wheel, you should include at least two links in each article. One link should point to the next article in the wheel, and the second link should point back to the website that you are trying to promote, which is called a “hub page.” The main web page is called a hub page because the satellite articles surround it to act like the spokes in a wheel that are connected to each other and are also connected to a central hub.</p>
<p>Any website can host your articles, but to get the most bang for your buck you need to use websites that are already established and that consistently produce high page rankings. Some examples are Squidoo, HubPages, Quizilla, WordPress, and BlogSpot just to name a few. These websites specialize in hosting short articles or blog type posts.</p>
<p>Okay, so now we know the definition of link wheels and how to build them. Now, how do we use them to their full potential? If you’re trying to promote a particular website then most likely you have already developed a set of keywords that most closely describe the content of your promotion site. Most often you can write one or two solid articles containing your keywords and then just rewrite them or spin them to basically make the same points and arguments, but that don’t say the same thing word for word. These supporting articles will make up the spokes of your link wheel and then they will link back to your promotion site or hub page.</p>
<p>After constructing your link wheel, you will need to make sure that its exposure is maximized. One very effective way to do this is to use social bookmarking sites. Social bookmarking sites are places where people go to construct lists of sites that interest them and that they want to bookmark in case they want to return to them later. These bookmarks are also viewable by other users, which can generate visits to your link wheel. The bookmarks are also easily indexable by web search robots. This will get your articles included in web search results, which is what you are ultimately after. This is the main way that a social bookmarking site can really help to drive traffic to the site that you are promoting.</p>
<p>The results of your link wheel vary depending on the exposure of the articles that construct them. Their exposure often depends on the strength of the keywords that you have selected and how they are promoted. If you have used strong keywords and maximized the exposure of your articles, you should start to see your sites show up in search results and hopefully increase in page rank in around 60 to 90 days. Link wheels take a little time to become established, but after that they can really start to pay off by driving traffic to your promotion site. Link wheels are a very effective tool for any long term SEO marketing strategy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckaikens.com/2010/06/22/link-wheels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Components and SEO</title>
		<link>http://www.chuckaikens.com/2010/06/14/web-2-0-components-and-seo/</link>
		<comments>http://www.chuckaikens.com/2010/06/14/web-2-0-components-and-seo/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:10:30 +0000</pubDate>
		<dc:creator>chuckaikens</dc:creator>
				<category><![CDATA[Research Engine]]></category>
		<category><![CDATA[Strategy Lab]]></category>
		<category><![CDATA[Web 2.0 Tools]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.chuckaikens.com/?p=386</guid>
		<description><![CDATA[Some forms of “Web 2.0” innovations, such as blogs and wikis, are by nature optimized for SEO. The reason is that they are primarily static web pages composed of readable text that can be easily indexed by web search robots. Other forms of Web 2.0 technologies are not so SEO friendly, because links and text [...]]]></description>
			<content:encoded><![CDATA[<p>Some forms of “Web 2.0” innovations, such as blogs and wikis, are by nature optimized for SEO. The reason is that they are primarily static web pages composed of readable text that can be easily indexed by web search robots. Other forms of Web 2.0 technologies are not so SEO friendly, because links and text are either embedded and cannot be read by robots or they require some action on the user’s part that can’t be carried out by standard robots. In order to maximize SEO for these technologies one has to devise some creative strategies.</p>
<p>Flash is widely used to dress up the appearance of websites. The problem for SEO is that Shockwave (.swf) Flash files are compiled down into elements that can be challenging for search robots to access. Some more sophisticated robots have been programmed to extract links and other text from them, but it’s the exception and not the rule. This lack of access makes Flash much less effective than a static HTML page. One way to make Flash more visible to web crawlers is to include the text content of a<br />
Flash movie in a hidden field somewhere else on the page. That way it can still be indexed by web crawlers. Another method is to hand code Flash components to make the text and links inside more visible instead of using a content development tool such as Dreamweaver.</p>
<p>AJAX is another web 2.0 technology that is not easily accessible by web search robots. The problem with AJAX is that it is mostly comprised of client side javascript. This creates a problem because the java scripts only fire because of some sort of user interaction. Most web search robots are not capable of clicking a link or other HTML element so they can’t directly access the dynamic content being returned from the web server by an AJAX call. This limits the exposure to search engines of sites containing primarily AJAX. There are a few ways to increase the search engine visibility of an AJAX website.</p>
<p>1.	Make sure that all links, menu items, and other structural content work with or without AJAX.<br />
2.	Make sure each page that you wish to be crawled has its own URL instead of each page dynamically loading on the same URL.<br />
3.	Load the basic content and text of the site statically if at all possibly instead of loading them dynamically through an AJAX call.<br />
4.	You can even take snapshots of dynamic pages and publish them as static pages with their own URL.<br />
5.	Strongly consider if the use of dynamic AJAX content really increases the usability of your site or if it just provides unnecessary visual appeal.</p>
<p>One way to compensate for technologies that aren’t strong as far as SEO is concerned is the utilization of an RSS feed along with your Flash and AJAX content. An RSS feed is comprised of an XML file, which at its core is just a text file surrounded by tags that define what the text between the tags actually mean. The text inside the tags can be easily indexed by web search robots. This is not a complete solution, but it can help to compensate for the use of other technologies that aren’t SEO friendly, but that you want to include in your site because of the functionality or appearance they add to your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckaikens.com/2010/06/14/web-2-0-components-and-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Basic Link Building Tactics</title>
		<link>http://www.chuckaikens.com/2010/02/15/9-basic-link-building-tactics/</link>
		<comments>http://www.chuckaikens.com/2010/02/15/9-basic-link-building-tactics/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 15:01:31 +0000</pubDate>
		<dc:creator>chuckaikens</dc:creator>
				<category><![CDATA[Strategy Lab]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.chuckaikens.com/?p=298</guid>
		<description><![CDATA[Here is a quick list of common link building tactics that you can use 100% of the time for any SEO project.
Remember, this is outside of compelling content that will go &#8216;viral&#8217; and assumes that no competitor research or link building strategies have been developed.
It is meant to be a quick list of the basic [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick list of common link building tactics that you can use 100% of the time for any SEO project.</p>
<p>Remember, this is outside of compelling content that will go &#8216;viral&#8217; and <span style="text-decoration: underline;">assumes </span>that no competitor research or link building strategies have been developed.</p>
<p>It is meant to be a quick list of the basic and standard link building tactics&#8230;I know there are a lot more options, but if you see something that I &#8216;really&#8217; missed, be sure to add it to the comments or drop me an email.</p>
<ol>
<li style="color: #000000;">Write articles and place them on other websites as a guest writer in exchange for a link back to your website. Example &#8211; <a href="http://www.ezinearticles.com" target="_blank">http://www.ezinearticles.com</a></li>
<li style="color: #000000;">Use online directories, both free and those that charge a review fee, to list your website.  Example &#8211; <a href="http://dir.yahoo.com">http://dir.yahoo.com</a></li>
<li style="color: #000000;">Place links on social sites that accept news, events, etc to create a link back to your website. Example &#8211; <a href="http://www.digg.com">http://www.digg.com</a></li>
<li style="color: #000000;">&#8216;Guest Post&#8217; or &#8216;Guest Write&#8217; on industry blogs &amp; websites in exchange for a link back to your site.</li>
<li style="color: #000000;">Placing links on social bookmarking sites to create a link back to your website. Example &#8211; <a href="http://delicious.com/" target="_blank">http://delicious.com/</a></li>
<li style="color: #000000;">Write 3rd party content on hosted websites and place links back to your website.  Example &#8211; <a href="http://www.hubpages.com" target="_blank">http://www.hubpages.com</a></li>
<li style="color: #000000;">Setup a 3rd party hosted blog (or buy a domain), then write content and place links back to your website &#8211; Example &#8211; <a href="http://www.blogger.com" target="_blank">http://www.blogger.com</a></li>
<li style="color: #000000;">Issue a press release on a product or service and place links back to your website. Example &#8211; <a href="http://www.PRWeb.com" target="_blank">http://www.PRWeb.com</a></li>
<li style="color: #000000;">Review popular online resources and either edit existing information OR create new information about your business or website &#8211; <a href="http://www.wikipedia.com" target="_blank">http://www.wikipedia.com</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckaikens.com/2010/02/15/9-basic-link-building-tactics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>International SEO Tips &#8211; For US Companies</title>
		<link>http://www.chuckaikens.com/2009/10/18/international-seo-tips-for-us-companies/</link>
		<comments>http://www.chuckaikens.com/2009/10/18/international-seo-tips-for-us-companies/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 15:59:55 +0000</pubDate>
		<dc:creator>chuckaikens</dc:creator>
				<category><![CDATA[Strategy Lab]]></category>

		<guid isPermaLink="false">http://www.chuckaikens.com/?p=267</guid>
		<description><![CDATA[A key part of SEO strategy is internationalization. Internationalization involves structuring and formatting web sites so that they consistently receive higher search rankings inside the geographical region being targeted.  There are several SEO practices that will result in higher web site rankings when targeting specific regions or groups of people.
Probably the most obvious practice [...]]]></description>
			<content:encoded><![CDATA[<p>A key part of SEO strategy is internationalization. Internationalization involves structuring and formatting web sites so that they consistently receive higher search rankings inside the geographical region being targeted.  There are several SEO practices that will result in higher web site rankings when targeting specific regions or groups of people.</p>
<p>Probably the most obvious practice is to use customized keywords, content, and language in order to increase the ranking of sites by localized search engines. This might mean having multiple sites written in the languages indigenous to the targeted geographical regions. When running an Internet search a user will almost always use keywords from their native language. If those keywords aren’t in your website then it will most likely not rank at all in the results returned from their search.</p>
<p>If you have multiple sites that have essentially the same content, but are written in different languages, then they can be linked to each other without being penalized by search engines. If two sites are for different regions but are written in the same language then try to restructure the content of the sites. One way to do this is to use local phrases, keywords, and spelling conventions to make the site more readable for the user and change the content in the process. Don’t overuse linking between sites, though, or search engines will interpret this as a linking network, which will degrade search rankings.</p>
<p>Another strategy is to register the site with a TLD (Top Level Domain) that is descriptive of the region that the site is targeting. One example would be that if a company that has an office in both the U.S. and Canada is trying to increase the visibility of the Canadian site they could register it with a TLD of .ca, for example marketingsite.ca. The .com domain name is by far the most common, but often gives the impression that the site is a U.S. business site for commercial use and is not for a specific region. Often search engines will rank a site higher that has a non .com domain if there are multiple sites having similar content. Make sure that there aren’t any restrictions to registering domain names that are associated with a specific country, though. Sometimes countries require that the company have a business office in that country before allowing you to register a site with a country specific domain.</p>
<p>Where the site is hosted could also play a part in search rankings. Some search engines will rank links higher if the site is hosted closer to the region where the search is initiated. They can tell where the site is hosted by analyzing its IP address. It might make sense to acquire a host in the region if you know that local search engines take this factor into account. Also, make sure that search engines are allowed in countries before employing a strategy to maximize the effectiveness of that engine. For example, most public networking sites, especially the ones belonging to Microsoft (Bing), were banned in China leading up to the anniversary of Tiananmen Square.</p>
<p>The main thing to remember when marketing sites internationally is to provide specific content that pertains to the geographical regions that are being targeted. This might be achieved through the use of language, keywords, technology such as domain names and collocation hosting, and possibly multiple sites if they need to appeal to a large diversity of users. Another useful technique is to research the area to find out what search engines are used most and develop strategies that will maximize the search rankings of your site for that audience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckaikens.com/2009/10/18/international-seo-tips-for-us-companies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Black Hat SEO Ideas</title>
		<link>http://www.chuckaikens.com/2008/12/01/black-hat-seo-ideas/</link>
		<comments>http://www.chuckaikens.com/2008/12/01/black-hat-seo-ideas/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 16:27:08 +0000</pubDate>
		<dc:creator>chuckaikens</dc:creator>
				<category><![CDATA[Engine News]]></category>
		<category><![CDATA[Strategy Lab]]></category>
		<category><![CDATA[black hat]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[white hat]]></category>

		<guid isPermaLink="false">http://www.chuckaikens.com/?p=154</guid>
		<description><![CDATA[To keep abreast of internet marketing techniques, there are several &#8216;out of the box&#8217; methods that I use for research.  One of which is monitoring Black Hat SEO discussions. According to Wikipedia, Black Hat SEO attempts to improve rankings in ways that are disapproved of by the search engines, or involve deception.
I regularly visit [...]]]></description>
			<content:encoded><![CDATA[<p>To keep abreast of internet marketing techniques, there are several &#8216;out of the box&#8217; methods that I use for research.  One of which is monitoring Black Hat SEO discussions. According to Wikipedia, Black Hat SEO attempts to improve rankings in ways that are disapproved of by the search engines, or involve deception.</p>
<p>I regularly visit several black hat sites, here are a few of the more notable ones:</p>
<ul>
<li><a href="http://syndk8.net/">http://syndk8.net/</a> &#8211; Author of AutoPligg (<a href="http://toolshed.syndk8.net/">http://toolshed.syndk8.net/</a>).  Here is a recent Sphinn article on it. <a href="http://sphinn.com/story/61851">http://sphinn.com/story/61851</a></li>
<li><a href="http://seoblackhat.com/">http://seoblackhat.com/</a> Quadzilla charges $100 / month.  I have subscribed a few times for short periods of time, usually 1 month.</li>
<li><a href="http://www.bluehatseo.com/">http://www.bluehatseo.com/</a> &#8211; 2nd post is about a new Wordpress tool that will generate trackbacks from simliar blog posts.</li>
</ul>
<p>When reviewing these sites, there were several interesting discussions and pieces of software being discussed like:</p>
<ul>
<li><a href="http://www.slightlyshadyseo.com/index.php/link-spamming-101-the-new-xrumer-update/">http://www.slightlyshadyseo.com/index.php/link-spamming-101-the-new-xrumer-update/</a> Xrumer is a forum spamer tool that has been around for a while.  Lots of reviews on Google.</li>
<li><a href="http://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=1053013">http://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=1053013</a> A  bid request for the automation of social profiles, I am surprised it is hard to find software or scripts that do this.</li>
</ul>
<p>It is important to know that Search Engines, Webmasters, Business Owners, and SEO&#8217;s are in a constant battle for attention and traffic to their website.  Staying abreast of all developments is important and monitoring black hat seo sites is one that I do this.</p>
<p>For the record, my SEO techniques are primarily white hat and you can read more about this at my <a href="http://www.seowhitehats.com">White Hat SEO blog</a>.  However, I find that you can gain valuable insight through Black Hat SEO monitoring including:</p>
<ol>
<li>SEO Black Hat is currently focused on link building automation.</li>
<li>Black Hat SEO has another distinction when compared to White Hat SEO.  It is often used to promote your own domains, where White Hat SEO tends to focus on working on other people&#8217;s domains.</li>
<li>Don&#8217;t waste time doing SEO link building techniques by hand that are currently being automated by SEO Black Hat.  It is probably a waste of time as Google will eventually solve or devalue this link building tactic.  If not, don&#8217;t spend hours of your time in a task that can be done by a script in minutes.</li>
<li>Black Hat SEO does work, even if only for a short period of time.  If something appears to be working, is there a way to benefit for White Hat SEO?</li>
<li>Black Hat SEO focuses on results, not rankings.   Results might be Adsense, affiliate commissions, or actual sales, but there is little correlation between success and rankings.  Since White Hat SEO tends to be client based, there is a tendency to focus on other variables like inbound link counts, PageRank, traffic growth, top rankings and these items then translate to results.  These additional metrics are required to help explain the process since SEO takes time, at least for White Hat SEO.</li>
</ol>
<p>I am very interested in Black Hat SEO and I wanted to share my thoughts on the topic and how I work to apply any Black Hat SEO knowledge to my White Hat SEO business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckaikens.com/2008/12/01/black-hat-seo-ideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forbes Lookback &#8211; 8 Ways To Make Money Online</title>
		<link>http://www.chuckaikens.com/2008/11/09/forbes-lookback-8-ways-to-make-money-online/</link>
		<comments>http://www.chuckaikens.com/2008/11/09/forbes-lookback-8-ways-to-make-money-online/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 03:40:50 +0000</pubDate>
		<dc:creator>chuckaikens</dc:creator>
				<category><![CDATA[Strategy Lab]]></category>

		<guid isPermaLink="false">http://www.chuckaikens.com/?p=143</guid>
		<description><![CDATA[One year ago, Forbes published an article called &#8220;Eight Ways to Make Money Online&#8221;, here is a quick recap of their list:
1. Virtual Story (Ebay)
2. Matchmaking (Buyer &#38; sellers)
3. Virtual Warehouse (Dropshipping)
4. Content Provider (Subscribers)
5. Content Provider (Advertising)
6. Domain Directory
7. Domain Flipping
8. Virtual Futures Market
Full story &#8211; http://www.forbes.com/2007/11/09/microsoft-yahoo-coke-ent-tech-cx_ll_1108makemoneyonline.html
]]></description>
			<content:encoded><![CDATA[<p>One year ago, Forbes published an article called &#8220;Eight Ways to Make Money Online&#8221;, here is a quick recap of their list:</p>
<p>1. Virtual Story (Ebay)<br />
2. Matchmaking (Buyer &amp; sellers)<br />
3. Virtual Warehouse (Dropshipping)<br />
4. Content Provider (Subscribers)<br />
5. Content Provider (Advertising)<br />
6. Domain Directory<br />
7. Domain Flipping<br />
8. Virtual Futures Market</p>
<p>Full story &#8211; http://www.forbes.com/2007/11/09/microsoft-yahoo-coke-ent-tech-cx_ll_1108makemoneyonline.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckaikens.com/2008/11/09/forbes-lookback-8-ways-to-make-money-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
