<?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>StylizedWeb.com &#187; SEO</title>
	<atom:link href="http://stylizedweb.com/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://stylizedweb.com</link>
	<description>Web Design + Wordpress Tutorials &#38; Resources</description>
	<lastBuildDate>Tue, 06 Dec 2011 18:00:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>5 Steps to Make WordPress an SEO Beast</title>
		<link>http://stylizedweb.com/2010/02/02/make-wordpress-an-seo-beast/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2010/02/02/make-wordpress-an-seo-beast/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 00:34:52 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=309</guid>
		<description><![CDATA[Now days high quality content and SEO go hand in hand, so it should be no surprise that a tool that makes it easy to publish content can be an SEO monster. You may be asking yourself, "Why would I want that?" If you are asking yourself that you probably also wonder why you would [...]]]></description>
			<content:encoded><![CDATA[<p>Now days high quality content and SEO go hand in hand, so it should be no surprise that a tool that makes it easy to publish content can be an SEO monster. You may be asking yourself, "Why would I want that?" If you are asking yourself that you probably also wonder why you would want to live long and prosper (2 points for a Star Trek reference). The advantages of SEO should be fairly obvious, more targeted traffic with out the high cost of traditional and online advertising.</p>
<p>WordPress makes it very easy to publish content. In fact once you have it installed the hardest part is to actually make yourself write, find or commission the content. The actual publishing of the content is a second thought. How could this get any better do you ask? How about if we can make our posts super optimized with just a few tweaks and plug-ins?</p>
<h2>1. Search Optimized Title</h2>
<p>The title of your posts and pages is a large factor in how well your content ranks. All of the search engines such as Google, Yahoo and Bing all heavily weigh the title of your page and the keywords in it when deciding how relevant it is to search terms. This means that if you include keywords and phases in your page title you will get significantly more search traffic. Now by default WordPress does a great job of including the title of your page in the document title, however we can improve upon it a little bit.</p>
<p>The closer the keywords and phrases are towards the start of the title the better you will rank. WordPress put's it at the end of the title tag after the name of the blog, what we want to do instead is put it at the front. Luckily this is easy with the <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All In One SEO Plugin</a>. Simply download and install and you can configure how the title is automatically generated.</p>
<h2>2. Search Optimized Internal Linking</h2>
<p>Links are critically important to SEO, in fact they can have one of the highest influences on how your sites rank. The search engines both take a look at how many links are pointing to your sites and pages as well as the words that used as the text for the links (ie: the anchor text). While links from other sites are the most effective types of links you can also improve your sites ranking by optimizing how you treat your internal links.</p>
<p>An easy way to do this is to ensure that each post has the title linking to the permalink for the page, this reinforces the keywords that are in your title with the post. This is an easy item to control through your theme template or simply by selecting a theme that uses the title as a link. If you can have the title also be a heading this will be even better.</p>
<p><strong>Here is an example of the mark up / templating you can use to optimize your page titles:</strong></p>
<pre><code> &lt;h1&gt;&lt;a href="&lt;?php the_permalink(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt; </code></pre>
<h2>3. Care with Duplicate Content</h2>
<p>Many of the search engines are extremely sensitive when it comes to having several pages that have the same content. This is because at one point people wrote scripts that would scour the internet and steal your content, posting it on their own sites as a way to try and gain search traffic for advertising or affiliate links.</p>
<p>WordPress out of the box is not great when it comes to duplicate content. Many of the tag and archive pages can end up duplicating your articles under several different URLs. To combat this we recommend two options:</p>
<h3>Display article excerpts on archive, category and tag pages rather than entire articles</h3>
<p>On the pages where you are displaying archives or tagged pages, instead of showing the entire article use the wp_excerpt(); tag to display a teaser of the article with a link to learn more. This will prevent search engines from picking up the same post or article on several different URLs.</p>
<h3>Exclude archive pages with your robots.txt</h3>
<p>If you would prefer to have your archive, category and tag pages display full articles you can always exclude all of them except one by using your robots.txt file. The robots.txt file can tell web crawlers like the ones that are powered by search engines not to index parts of a given site. This is simply done by putting a text file named robots.txt in your root directory and including code similar the following:</p>
<pre>
<pre>User-agent: *
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content
Disallow: /tag
Disallow: /author
Disallow: /2010
Disallow: /2009
Disallow: /2008</pre>
</pre>
<h2>4. Search Optimized Sitemaps</h2>
<p>As you publish more and more content search engines can start to have difficulty finding all of your content and ensuring that it is all indexed. There are two ways we can ensure that search engines have as much information as possible as to what content is published on our wordpress sites and where they are published.</p>
<h3>Keep an up to date XML sitemap</h3>
<p>Search engines now look for a sitemap.xml file that contains the structure of your website with in the root directory. Additionally many search engines will also let you register and specify where you sitemap.xml sits on your server (<a href="http://www.google.com/webmaster" target="_blank">Google Webmaster Tools</a> for example gives you this capability). <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">The XML sitemap plugin</a> will automatically generate and update your sitemap.xml every time you create a new post so you can be sure that the search engines know about every post that you have.</p>
<h3>Keep an up to date HTML sitemap</h3>
<p>The other way that search engines find new pages and articles on your site is simply by navigating the links on your pages. By having one page that lists all of the posts on your site, the search engine can easily access every post from one central easy to find place.</p>
<p>Rather than update a page every time you create a new post or page, we suggest using the <a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" target="_blank">sitemap generator plug-in</a> for WordPress. Much like the XML sitemap generator, this plug-in will generate and update your HTML sitemap automatically every time you add a page or post.</p>
<h2>5. Search Optimized Promotion</h2>
<p>Once your have created a blog and some posts you need to actually promote them to get users and the search engines to take notice. Simply posting content and hoping that people will stumble upon them might be a little optimistic. Instead we want to be proactive about getting our content noticed and there are some great ways to do this.</p>
<h3>Improving your Ping Pang</h3>
<p>When you create a new post wordpress sends a notification to different services to look up and acknowledge the new content. We can improve this however by expanding the list of services that WordPress pings. Simply go to settings &gt; Writing and paste the following list into your "Update Services" box</p>
<pre>http://api.moreover.com/RPC2

http://bblog.com/ping.php

http://blogsearch.google.com/ping/RPC2

http://ping.weblogalot.com/rpc.php

http://ping.feedburner.com

http://ping.syndic8.com/xmlrpc.php

http://ping.bloggers.jp/rpc/

http://rpc.pingomatic.com/

http://rpc.weblogs.com/RPC2

http://rpc.technorati.com/rpc/ping

http://topicexchange.com/RPC2

http://www.blogpeople.net/servlet/weblogUpdates

http://xping.pubsub.com/pin</pre>
<h3>Promote Socially</h3>
<p>Almost every search engine looks at links as a vote that your site and content is worth reading (and thus should appear higher in search engines). Promoting your content to social media is an excellent way to get high quality links and traffic to your posts. Additionally many search engines are now monitoring and tracking real time discussions and linking such as Twitter updates. It is likely that if they are not using this in their algorithm now they will in the future.</p>
<p>To promote users sharing your content make it easy. The <a href="http://wordpress.org/extend/plugins/share-this/" target="_blank">ShareThis plugin</a> makes it easy for users to add your content to any number of their social networks or simply e-mail it to a friend. The added links using the plugin will give you will make your entire blog an SEO beast.</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2010/02/02/make-wordpress-an-seo-beast/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>10 Highly Effective Free Ways of Generating Traffic</title>
		<link>http://stylizedweb.com/2009/09/25/10-free-highly-effective-ways-of-generating-free-traffic/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2009/09/25/10-free-highly-effective-ways-of-generating-free-traffic/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 23:26:42 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[public relations]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=164</guid>
		<description><![CDATA[In this highly digital world, targeted traffic to your website could not be any more valuable. You can have the best, most accessible, beautiful designed website in the world... if no one visits it you might as well just take it down. Does this sound like the old "If a tree falls in the woods [...]]]></description>
			<content:encoded><![CDATA[<p>In this highly digital world, targeted traffic to your website could not be any more valuable. You can have the best, most accessible, beautiful designed website in the world... if no one visits it you might as well just take it down. Does this sound like the old "If a tree falls in the woods does anyone hear it" phrase? That is because it is not that far off.</p>
<p>If you have a huge advertising budget getting targeted traffic is not that difficult. There are countless tools available for identifying the right markets and you can simply write checks to your hearts desire. However most of us are placed in situations where we (or our clients) simply can not afford to spend tens of thousands of dollars on internet advertising.</p>
<p>Luckily, if you know the right strategies you can get plenty of targeted traffic with out spending any hard cash.</p>
<h2>1. Build an E-mail List</h2>
<p>Building an e-mail list is something that many of us have seemed to have forgotten about. It may be due to the association with spam, or that it has been around so long, or maybe social media and RSS seem like a better option. E-mail offers a very unique difference and advantage however. First you have the ability to send specific e-mails and messages to specific groups and segments of your audience (where RSS is an all or nothing approach), but additionally you tend to have a more captive audience which results in higher response and conversion rates.</p>
<p><strong>RESOURCES</strong></p>
<ul>
<li><a href="http://www.lyris.com/resources/email-marketing/">Lyrus E-mail Marketing</a></li>
<li><a href="http://www.politicsandtechnology.com/2005/06/how_do_you_buil.html" target="_blank">How do you build your e-mail list?</a></li>
<li><a href="http://www.entrepreneur.com/marketing/onlinemarketing/article84140.html" target="_blank">Entrepreneur.com on building your e-mail list</a></li>
</ul>
<h2>2. Focus on Organic Search</h2>
<p>Organic Search Engine Optimization (SEO) has the capability to pull in large amounts of traffic with out having to spend a dime (in theory). Organic search is simply the unpaid listing of websites that show up when someone performs an internet search on a site such as Google, Yahoo or Bing. With 80% of all transactions starting with an internet search, not only do you have an audience that is ready to buy... it has the potential to bring in more traffic that almost any other approach available.</p>
<p>While we would all like to get more organic traffic it often is easier said than done. It is important to keep in mind that there is no way to trick your way to good rankings. The best practice is always to create high quality valuable content and ensure your website is built in a way that is search engine friendly. Keep in mind that when you are focusing on organic traffic getting high quality links with targeted anchor text tends to be most effective (for example, <a href="http://www.energyreview.me/diy-solar-energy/" target="_blank">DIY Solar Energy</a>)</p>
<p><strong>RESOURCES</strong></p>
<ul>
<li><a href="http://stylizedweb.com/2008/01/24/learn-seo-basics/">SEO Basics</a></li>
<li><a href="http://www.seobook.com/6956.html" target="_blank">The SEO Book</a></li>
<li><a href="http://www.jimwestergren.com/seo-for-wordpress-blogs/" target="_blank">SEO For WordPress Guide</a></li>
</ul>
<h2>3. Social Media</h2>
<p>Social Media is the use of employing sites and media that allow you to connect with other people on a social level. The common examples would be <a href="http://www.twitter.com" target="_blank">Twitter</a>, <a href="http://www.youtube.com" target="_blank">YouTube</a>, <a href="http://www.facebook.com" target="_blank">Facebook</a> and <a href="http://www.linkedin.com" target="_blank">Linkedin</a>. These sites let you connect and converse with other users who have similar interests as you. Because all websites have some overarching theme or topic, you can connect with people who are also interested in the topic. This gives you the opportunity to build awareness of your site/product/service with your audience on a personal level which is much more effective than on a push media level.</p>
<p>An important note about social media. Make sure anything you do, publish or say on these networks is done in a way that actually adds value to someones day. If you are simply signing up to spam links to your site you are likely to have sub-par results.</p>
<p><strong>RESOURCES</strong></p>
<ul>
<li><a href="http://mashable.com/2008/07/17/social-media-for-business/" target="_blank">Mashable Social Media 101</a></li>
<li><a href="http://mashable.com/2009/09/20/social-media-policies/" target="_blank">Example Social Media Policies</a></li>
<li><a href="http://www.amazon.com/gp/product/0470411554?ie=UTF8&amp;tag=httpwww3poinc-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470411554">The Social Media Bible</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=httpwww3poinc-20&amp;l=as2&amp;o=1&amp;a=0470411554" border="0" alt="" width="1" height="1" /></li>
</ul>
<h2>4. Develop Some Public Relations</h2>
<p>With so much focus on digital media public relations has lost a lot of the attention that it used to hold. Public relations is a valuable part of any marketing mix and it is an approach to building awareness and traffic that shouldn't be ignored. Especially considering it can be a low cost (or no cost) solution. There really are two areas in which we can benefit from public relations, through traditional forms of media and new forms of media.</p>
<p>While there are many different facets of PR, where you stand to gain a lot of new traffic is by having stories and articles written about your website.</p>
<h3>Offline</h3>
<p>Back before the internet became what it is today, companies would send a small one page write up with "news worthy" content regarding their company to any relevant media sources. These went out to newspapers, magazines, journals, etc... This write up was called a "press release" and simply covered the "who, what, when, why and how" of the story. Despite the fact that the internet is changing the way people consume news, it is still an effective way of building awareness about your website and/or company.</p>
<p>There have been plenty of studies and reports that show a direct correlation between traditional media mentions and website traffic. Even if your website isn't listed in the article you will find more branded searches for your website (and thus more traffic). If you know that you are going to be covered you can also try and capitalize on the increase in traffic and offer special discounts or personalized messages.</p>
<p>The process is fairly simple. Round up any related publications and look for the news contacts, almost every publication will have an e-mail where you can submit news. Write up a short press release and distribute it to the list you created previously. Don't be afraid to call up the media and pitch the story to them a few days after you have sent the release.</p>
<h3>Online</h3>
<p>This process doesn't have to be limited to offline publications. There are lots of industry blogs and websites that regularly post content and news to an audience consisting of your target market. While the concept is similar (get an online publication or blog to talk about you, your product, your company, etc..) it tends to be slightly different in approach. In most cases getting articles and news published can be a bit trickier as you are not always working with professional journalists who always need that next story.</p>
<p>When pitching stories to bloggers or online publications you may need to spend more time developing a relationship with the authors first. Additionally finding a list of relevant blogs can be a bit more tricky and require more searching. The more open and honest you are about the situation the better your results will be. It is unnecessary to write a formal press release (and ineffective), focus on starting a conversation with the author instead.</p>
<p><strong>RESOURCES</strong></p>
<ul>
<li><a href="http://www.wikihow.com/Write-a-Press-Release" target="_blank">How to write a press release</a></li>
<li><a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.problogger.net%2Farchives%2F2007%2F10%2F30%2Fhow-to-pitch-to-bloggers-21-tips%2F&amp;ei=lX26Sr_DNI7d8QadzrmMCg&amp;usg=AFQjCNEB9OUIa36R8pwDHpnx9qbmaTxbjg&amp;sig2=70T0HyLa4_WQjMTFrskqMQ" target="_blank">How to pitch to bloggers</a></li>
<li><a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=3&amp;url=http%3A%2F%2Fwww.toprankblog.com%2F2006%2F10%2Fblogger-relations-101%2F&amp;ei=lX26Sr_DNI7d8QadzrmMCg&amp;usg=AFQjCNFsTNT9lB6w3REOJ8EPHbN3fWZ_Lg&amp;sig2=PwqE5Nkb0oEkCVHFrzbJGA" target="_blank">Blogger Relations 101</a></li>
<li><a href="http://prsarahevans.com/2009/05/how-to-pitch-mashable-series-premiere/" target="_blank">How to pitch</a></li>
</ul>
<h2>5. Add Value to Other Sites</h2>
<p>Ok "Web 2.0" might be a cliche term, but there are a countless websites that thrive on user participation and contribution. I assure you that there are some related to your industry or that consist of your target market, as people naturally want to connect and discuss things that are important to them. Some industries and topics may be harder to find than others, but if you are listening there are people talking.</p>
<p>Once you have found these types of sites, take a little bit of time every week to add value to them through participation. Over time the users will begin to become familiar with you and trust you. By offering your knowledge you will build awareness, good will and trust for your company/website/profession. Additionally most of these sites will even let you have a profile or signature that can contain a link (or several) to your website so you don't have to be so direct about your motives.</p>
<p>The more you participate and the more you contribute the more you will get out of this technique.</p>
<h2>6. Get Others Involved</h2>
<p>Sometimes the best way to build awareness and traffic is through word of mouth. Word of mouth is actually one of the most effective forms of marketing online and off. Not far behind word of mouth in terms of effectiveness is celebrity endorsement. This method can drive traffic to your website by using both of these proven techniques. When you get other people involved in your website (either as guest bloggers, giving them an interview, etc...) you are doing two very powerful things. First you are actually giving people a small portion of ownership in what you are doing. When they invest the time to contribute and assist the site they buying into the idea that it is worth their time and effort. Because of this they are going to be much more likely to want your website to succeed and thus tell other people. If nothing else they will likely link to their contribution and tell people about it.</p>
<p>Additionally by having a well known figure contributing to your website you are getting their endorsement and it can boost your credibility significantly (even to the point of matching their own). This subconsciously will resonate with users and put the site at a higher status than they would previously, making them much more likely to share your site, contribute to the site and return for future visits.</p>
<h2>7. Syndicate Your Content</h2>
<p>Chances are if you are looking for more traffic there are at least a handful of other sites on the web that cover the same (or similar) subjects that you are. By creating high quality content you can offer a win/win situation. Approach popular websites and offer to publish (or syndicate) your articles on their site. They win by providing relevant content to their readers with out having to perform the work of creating it and you can build awareness / traffic to your site through an article byline.</p>
<p>If you can't find any websites that will bite you could always submit your articles to article directory sites. They often have huge mailing lists on various topics and tend to rank fairly well themselves.</p>
<ul>
<li><a href="http://www.technorati.com" target="_blank">Technorati</a></li>
<li><a href="http://www.vretoolbar.com/articles/directories.php" target="_blank">Top Article Directories</a></li>
<li><a href="http://personalbrandingblog.wordpress.com/2008/06/23/syndicate-your-personal-brand-through-social-media/" target="_blank">Syndicate your blog through social media</a></li>
</ul>
<h2>8. Contests For Your Services</h2>
<p>Contests have always been a great way to build awareness and interest. After all who doesn't like wining something for free? Since we are talking about free ways to generate traffic purchasing an item to give away is out of the picture. Sure you might be able to find something you already have to give away but how likely is that? Instead offer up your expertise. Chances are you have skills or knowledge that is valuable to other people or companies. By offering a contest for the services you don't have to spend any additional capital and build awareness for all of those people who previously didn't know about your expertise but could use your help.</p>
<p>This is a perfect time to build your e-mail list. Ask those who are signing up for your contest if they would like to be entered into your newsletter for future opportunities and giveaways.</p>
<p>If you don't want to do a contest you could also do a free seminar or webinar, both of which can drive a lot of traffic and attention to your site as well.</p>
<h2>9. Be Remarkable</h2>
<p>Supreme marketing guru <a href="http://www.sethgodin.com">Seth Godin</a> often talks about the importance of being remarkable. The idea is that if you are "the best in the world" at something it will naturally market for you. An important part of achieving this status is picking a very specific and narrow niche or specialty. If you have a content focused website, what very specific topic can you cover that you can do better than anyone else in the marketplace? If you run a service company, what very narrow and specific niche can you server better than any of the other companies in the market?</p>
<p>By focusing your attention on becoming the best at this narrow specialty you will become remarkable and an expert. Your demand will increase dramatically and people will start finding your site naturally. This actually is more effective and will generate more traffic than if you were to try and be "good" in a market that is already saturated with those who can do a better job than you.</p>
<p><strong>RESOURCES</strong></p>
<ul>
<li><a href="http://www.amazon.com/gp/product/1591841666?ie=UTF8&amp;tag=httpwww3poinc-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1591841666">Seth Godin: The Dip</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=httpwww3poinc-20&amp;l=as2&amp;o=1&amp;a=1591841666" border="0" alt="" width="1" height="1" /></li>
</ul>
<h2>10. Start a Group or Organization</h2>
<p>Through out human history we have always desired a sense of belonging and community.It doesn't take much looking to find a group of people who are interested in the same things that you are. Start a weekly meet up, tweet up, chat up (if it is virtual), forum, digest, etc... that gets the group of people together to talk and discuss the issues. You would be surprised at how quickly a group like that can grow. As the founder and head of the group or organization you will receive a lot of notoriety and interest. It will also give you great opportunities to have links and advertisements for your company or website through out areas in which members interact.</p>
<h1>Conclusion</h1>
<p>There are lots of different ways to drive traffic to your website with out spending much (or any) money. Sometimes they are more effective than paid methods. The general rule of thumb though is that traffic tends to be high involvement and low cost, or low involvement and high cost. Search Marketing is a good example of this - where pay per click can get you traffic very quickly and with out much in terms of time investment, organic rankings can take significantly more work and take much longer but at a much lower cost.</p>
<p>It is important to understand what techniques, tactics and strategies are going to be most effective for any given situation. Blindly trying them all is not going to work very well, take the time to think through and plan your approach in building traffic.</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2009/09/25/10-free-highly-effective-ways-of-generating-free-traffic/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Link building SEO trick</title>
		<link>http://stylizedweb.com/2008/09/12/link-building-seo-trick/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2008/09/12/link-building-seo-trick/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 12:22:48 +0000</pubDate>
		<dc:creator>Dejan Cancarevic</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=72</guid>
		<description><![CDATA[I've started the SEO category while ago and just written one article about it - <a href="http://stylizedweb.com/2008/01/24/learn-seo-basics/">learn SEO basics</a> which turned out great and looks like people are really interested to get to know SEO, so i'll be starting kind of weekly SEO trick/tricks set of articles. 

This week we will learn how to increase your inbound links number without paying for any campaigns. For the ones who don't know Inbound links are links form high rated web sites/domains that link to yours. And in case someone doesn't know what does SEO stand for, it's Search Engine Optimization]]></description>
			<content:encoded><![CDATA[<p>I've started the SEO category while ago and just written one article about it - <a href="http://stylizedweb.com/2008/01/24/learn-seo-basics/">learn SEO basics</a> which turned out great and looks like people are really interested to get to know SEO, so i'll be starting kind of weekly SEO trick/tricks set of articles. </p>
<p>This week we will learn how to increase your inbound links number without paying for any campaigns. For the ones who don't know Inbound links are links form high rated web sites/domains that link to yours. And in case someone doesn't know what does SEO stand for, it's Search Engine Optimization <img src='http://stylizedweb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><img class="mainslika" alt="Sitelinks" src="http://i288.photobucket.com/albums/ll167/dejanc/sitelinks.gif"/></p>
<p>So, what you need to do is very simple thing, if you are a blogger - have a blog like me, you probably have bunch of friends with their own blogs sharing similar subjects, find their <strong>top rated articles</strong> (most often they are most commented ones) by searching on Google for <strong>Sitelinks</strong> (view image above) and ask them to put one paragraph for example at the end of those articles. </p>
<p>That paragraph should be descriptive and shouldn't have more than 3 links. Here are two good examples, guest post info at the beginning on "<a href="http://stylizedweb.com/2008/04/09/stylize-your-digg-count/">Stylize your digg count</a>" and blockquote paragraph on it's demo page <a href="http://aciddrop.com/stylizedweb_demopage.html">about Stylized Web</a>. Ok, what do you get now with these links?</p>
<ul class="seoyes">
<li>Increase your traffic significantly.</li>
<li>Improve your visibility in the search engines.</li>
<li>Provide an added resource to your website.</li>
<li>Save you a lot of advertising money.</li>
<li>Save you time.</li>
</ul>
<p>Sounds good, does it? The name for this is "link building", and with few more like this and some sense for business you could start a SEO company <img src='http://stylizedweb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  For further reading be sure you check out:</p>
<ul class="seozvezdica">
<li><a href="http://www.linkbuilding.org/" target="_blank">http://www.linkbuilding.org/</a></li>
<li><a href="http://developer.yahoo.com/search/siteexplorer/V1/inlinkData.html" target="_blank">http://developer.yahoo.com/search/siteexplorer/V1/inlinkData.html</a></li>
<li><a href="http://en.wikipedia.org/wiki/Inbound_link" target="_blank">http://en.wikipedia.org/wiki/Inbound_link</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/09/12/link-building-seo-trick/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Learn SEO basics</title>
		<link>http://stylizedweb.com/2008/01/24/learn-seo-basics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2008/01/24/learn-seo-basics/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 14:41:36 +0000</pubDate>
		<dc:creator>Dejan Cancarevic</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/2008/01/24/learn-seo-basics/</guid>
		<description><![CDATA[Search engine optimization (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 for targeted keywords. In this article find out how to do basic SEO, code search engine friendly pages and how to do a basic promotion of your site.

For this I will use one of sites I’ve made, it is AdSense site and it follows SEO rules and it is good example what to do and what not to do.]]></description>
			<content:encoded><![CDATA[<p><strong>Search engine optimization (SEO)</strong> 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 for targeted keywords. In this article find out how to do basic SEO, code search engine friendly pages and how to do a basic promotion of your site.</p>
<p>For this I will use one of sites I’ve made, it is AdSense site and it follows SEO rules and it is good example what to do and what not to do. This site is <a href="http://www.aboutdoghealth.org/" target="_blank">http://www.aboutdoghealth.org/</a> so let’s start from the top.</p>
<h5>Things to do</h5>
<ul class="seoyes">
<li><strong>Keywords in URL</strong><br />
For example <a href="http://www.aboutdoghealth.org/" target="_blank">http://www.aboutdoghealth.org/</a> use whole words – keywords to best describe your site. Don’t rely on this if you don’t have keywords in other parts of your site.</li>
<li><strong>Keywords in &lt;title&gt; tag</strong><br />
This shows search results as your page title, so this is one of the most important things and it shouldn’t be long 5-6 words max, and use keyword at the beginning.</li>
<li><strong>Keywords in anchor texts</strong><br />
Also very important, especially for the anchor text, because if you have the keyword in the anchor text in a link from another site, this is regarded as getting a vote from this site not only about your site in general, but about the keyword in particular.</li>
<li><strong>Keywords in headings (&lt;H1&gt;, &lt;H2&gt;, etc. tags)</strong><br />
One more place where keywords count a lot. But beware that your page has actual text about the particular keyword.</li>
<li><strong>Keywords in the beginning of a document</strong><br />
While coding your page <em>put your main content before side bar</em>. Because this also counts, though not as much as anchor text, title tag or headings</li>
<li><strong>Keywords in &lt;alt&gt; tags</strong><br />
Spiders don't read images but they do read their textual descriptions in the &lt;alt&gt; tag, so if you have images on your page, fill in the &lt;alt&gt; tag with some keywords about them.</li>
<li><strong>Anchor text of inbound links</strong><br />
This is one of the most important factors for good rankings. It is best if you have a keyword in the anchor text but even if you don't, it is still OK.</li>
<li><strong>Origin of inbound links</strong><br />
It is important if the site that links to you is a reputable one or not. Generally sites with greater Google PR are considered reputable and <em>the .edu and .gov sites are the most reputable</em></li>
<li><strong>Links from similar sites</strong><br />
Having links from similar sites is very, very useful. It indicates that the competition is voting for you and you are popular within your topical community.</li>
<li><strong>Metatags</strong><br />
Metatags are becoming less and less important but if there are metatags that still matter, these are the &lt;description&gt; and &lt;keywords&gt; ones.</li>
<li><strong>Unique content</strong><br />
Having more content (relevant content, which is different from the content on other sites both in wording and topics) is a real boost for your site's rankings.</li>
<li><strong>Frequency of content change</strong><br />
Frequent changes are favored. It is great when you constantly add new content but it is not so great when you only make small updates to existing content.</li>
<li><strong>Site Accessibility</strong><br />
Another fundamental issue, which that is often neglected. If the site (or separate pages) is unaccessible because of broken links, 404 errors, password-protected areas and other similar reasons, then the site simply can't be indexed.</li>
<li><strong>Sitemap</strong><br />
It is great to have a complete and up-to-date sitemap, spiders love it, no matter if it is a plain old HTML sitemap or the special Google sitemap format.</li>
</ul>
<h5 style="margin-top:50px;">Things <em>not</em> to do</h5>
<ul class="seono">
<li><strong>Keyword stuffing</strong><br />
Any artificially inflated keyword density (10% and over) is keyword stuffing and you risk getting banned from search engines.</li>
<li><strong>Keyword dilution</strong><br />
When you are optimizing for an excessive amount of keywords, especially unrelated ones, this will affect the performance of all your keywords and even the major ones will be lost (diluted) in the text.</li>
<li><strong>Single pixel links</strong><br />
when you have a link that is a pixel or so wide it is invisible for humans, so nobody will click on it and it is obvious that this link is an attempt to manipulate search engines.</li>
<li><strong>Cross-linking</strong><br />
Crosslinking occurs when site A links to site B, site B links to site C and site C links back to site A</li>
<li><strong>Duplicate content</strong><br />
When you have the same content on several pages on the site, this will not make your site look larger because the duplicate content penalty kicks in. To a lesser degree duplicate content applies to pages that reside on other sites but obviously these cases are not always banned</li>
<li><strong>Doorway pages</strong><br />
Creating pages that aim to trick spiders that your site is a highly-relevant one when it is not, is another way to get the kick from search engines.</li>
<li><strong>Cloaking</strong><br />
Cloaking is another illegal technique, which partially involves content separation because spiders see one page (highly-optimized, of course), and everybody else is presented with another version of the same page.</li>
<li><strong>Invisible text</strong><br />
This is a black hat SEO practice and when spiders discover that you have text specially for them but not for humans, don't be surprised by the penalty.</li>
<li><strong>Illegal Content</strong><br />
Using other people's copyrighted content without their permission or using content that promotes legal violations can get you kicked out of search engines.</li>
<li><strong>Flash</strong><br />
Spiders don't index the content of Flash movies, so if you use Flash on your site, don't forget to give it an alternative textual description. And also <em>don’t have just flash home page without HTML one</em>.</li>
<li><strong>Frames</strong><br />
Frames are very bad for SEO. Avoid using them unless really necessary.</li>
<li><strong>Redirects (301 and 302)</strong><br />
When not applied properly, redirects can hurt a lot – the target page might not open, or worse – a redirect can be regarded as a black hat technique, when the visitor is immediately taken to a different page.</li>
<li><strong>Bans in robots.txt</strong><br />
If indexing of a considerable portion of the site is banned, this is likely to affect the nonbanned part as well because spiders will come less frequently to a “noindex” site.</li>
<li><strong>Session IDs</strong><br />
This is even worse than dynamic URLs. Don't use session IDs for information that you'd like to be indexed by spiders.</li>
</ul>
<h5 style="margin-top:50px;">Submit your site</h5>
<ul class="seozvezdica">
<li>To Google<br />
<a href="http://www.google.com/addurl/" target="_blank">http://www.google.com/addurl/</a></li>
<li>To Yahoo!<br />
<a href="http://search.yahoo.com/info/submit.html" target="_blank">http://search.yahoo.com/info/submit.html</a></li>
<li>To MSN<br />
<a href="http://search.msn.com.sg/docs/submit.aspx" target="_blank">http://search.msn.com.sg/docs/submit.aspx</a></li>
<li>To FastSubmit<br />
<a href="http://www.evrsoft.com/fastsubmit/" target="_blank">http://www.evrsoft.com/fastsubmit/</a></li>
<li>To SubmitExpress<br />
<a href="http://www.submitexpress.com/submit.html" target="_blank">http://www.submitexpress.com/submit.html</a></li>
<li>To dmoz<br />
<a href="http://www.dmoz.org/Computers/Internet/On_the_Web/Message_Boards/" target="_blank">http://www.dmoz.org/Computers/Internet/On_the_Web/Message_Boards/</a></li>
</ul>
<p>And also a good and easy way to promote your site is to submit it to inspiration galleries, you can see most of them <a href="http://stylizedweb.com/2008/01/18/all-those-web-galleries/">here</a></p>
<p><a href="http://www.seobook.com/6956-16-3-37" target="_blank">Once you have mastered the basics and are ready to learn more, take a stop by the SEOBook site and download their free tools.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/01/24/learn-seo-basics/feed/</wfw:commentRss>
		<slash:comments>159</slash:comments>
		</item>
	</channel>
</rss>

