<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8806497122690498552</id><updated>2009-02-06T05:16:42.774-08:00</updated><title type='text'>RedonAds' SEO Blog</title><subtitle type='html'></subtitle><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default'/><link rel='alternate' type='text/html' href='http://www.redonads.com/SEO-blog/expert.html'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.redonads.com/SEO-blog/atom.xml'/><author><name>Web Design Company</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8806497122690498552.post-4572816176734323408</id><published>2008-11-06T06:54:00.000-08:00</published><updated>2008-11-06T07:06:28.459-08:00</updated><title type='text'>non-www v/s www and 301 redirect</title><content type='html'>Many know that canonical domains can have a some impact on your site and it could be solved within moments with a few lines of code in the .htaccess file on an Apache Linux server.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.redonads.com/SEO-blog/uploaded_images/301redirect-716919.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 240px; height: 267px;" src="http://www.redonads.com/SEO-blog/uploaded_images/301redirect-716916.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Just a few lines of code like shown below:&lt;br /&gt;first Url rewrite needs to be turned on with this line&lt;br /&gt;&lt;code&gt;RewriteEngine on&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;then to redirect all users to access the site WITH the 'www.' prefix (http://example.com/... will be redirected to http://www.example.com/...)&lt;br /&gt;&lt;br /&gt;&lt;code&gt;RewriteCond %{HTTP_HOST} ^example.com$ [NC]&lt;br /&gt;RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;or to redirect all users to access the site WITHOUT the 'www.' prefix (http://www.example.com/... will be redirected to http://example.com/...)&lt;br /&gt;&lt;br /&gt;&lt;code&gt;RewriteCond %{HTTP_HOST} ^www.example.com$ [NC]&lt;br /&gt;RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]&lt;/code&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/4572816176734323408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8806497122690498552&amp;postID=4572816176734323408' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/4572816176734323408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/4572816176734323408'/><link rel='alternate' type='text/html' href='http://www.redonads.com/SEO-blog/2008/11/non-www-vs-www-and-301-redirect.html' title='non-www v/s www and 301 redirect'/><author><name>Web Design Company</name><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8806497122690498552.post-2254751352533821883</id><published>2008-10-08T08:21:00.000-07:00</published><updated>2008-10-10T05:29:02.470-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='robots txt'/><category scheme='http://www.blogger.com/atom/ns#' term='submit website to google'/><category scheme='http://www.blogger.com/atom/ns#' term='xml sitemap'/><category scheme='http://www.blogger.com/atom/ns#' term='robots exclusion protocol'/><category scheme='http://www.blogger.com/atom/ns#' term='REP'/><title type='text'>Trouble Submitting website to Google using Xml Sitemap</title><content type='html'>Has you may have seen that we have been working really hard in the past few weeks to get our &lt;a href="http://www.redonads.com/"&gt;SEO Company&lt;/a&gt; website Redonads.com live and completed.&lt;br /&gt;&lt;br /&gt;With the Redon Ads website we had taken a different approach to SEO, we used &lt;a href="http://www.redonads.com/SEO-blog/2008/09/using-robotstxt-or-rep.html"&gt;REP / Robots.txt&lt;/a&gt; to lock out search engines while still building links to &lt;a href="http://www.redonads.com/SEO-blog/expert.html"&gt;SEO Blog&lt;/a&gt; and other mediums. We achieved considerable success as you may know with the homepage getting a &lt;a href="http://www.redonads.com/SEO-blog/2008/09/google-pagerank-we-dont-get-you.html"&gt;pagerank&lt;/a&gt; of 3.0&lt;br /&gt;&lt;br /&gt;Keeping the momentum going I wanted the completed sections of the site to start getting indexed and accordingly test the results achieved. I generated an &lt;a href="http://www.xml-sitemaps.com/"&gt;XML Sitemap&lt;/a&gt; as I firmly that the best way to get a site indexed / cached by Google is by submitting an xml sitemap to Google.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.redonads.com/SEO-blog/uploaded_images/xml-sitemap-750010.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.redonads.com/SEO-blog/uploaded_images/xml-sitemap-750007.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;But then Google Webmaster Tool won't co-operate, cause you can't submit a sitemap with pages that are blocked using REP (We &lt;abbr title="had in the past but no more did"&gt;HAD&lt;/abbr&gt; used REP to lock Search Engines from the entire website).&lt;br /&gt;&lt;br /&gt;But Wait a minute! We also changed the Robots.txt file to unlock the completed pages, but Google Webmaster Tools won't give me an option to let them know that and then except my sitemap.</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/2254751352533821883/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8806497122690498552&amp;postID=2254751352533821883' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/2254751352533821883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/2254751352533821883'/><link rel='alternate' type='text/html' href='http://www.redonads.com/SEO-blog/2008/10/trouble-submitting-website-to-google.html' title='Trouble Submitting website to Google using Xml Sitemap'/><author><name>Web Design Company</name><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8806497122690498552.post-7650937255599511944</id><published>2008-09-29T01:56:00.000-07:00</published><updated>2008-12-01T01:18:41.922-08:00</updated><title type='text'>Google PageRank: We don't get you.</title><content type='html'>Earlier our SEO division was part of eCreeds &lt;a href="http://www.ecreeds.com/"&gt;Web Design Company&lt;/a&gt;; but due increase demand for &lt;a href="http://www.redonads.com/services/"&gt;SEO services&lt;/a&gt;, some months back we started work on Redonads - &lt;a href="http://www.redonads.com/"&gt;SEO Company&lt;/a&gt;, the SEO division of Redon Solutions. &lt;br /&gt;&lt;br /&gt;Developing a SEO website showing all the services we offer was top on our list, hence we had registered redonads.com, and put up a under construction page, for some reason we allowed the site to be indexed and also linked to it from our blog posts and comments. &lt;br /&gt;&lt;br /&gt;Soon we saw that the site had a PR 0, when &lt;a href="http://www.mattcutts.com/blog/google-pagerank-update/"&gt;page rank was updated in July&lt;/a&gt;, that was quite understandable considering the website had no quality content. We didn't want the site to be launched with PR 0, hence we used &lt;a href="http://www.redonads.com/SEO-blog/2008/09/using-robotstxt-or-rep.html"&gt;Robots.txt Exclusion Protocol or REP&lt;/a&gt; so that bots are off limit till every single bell and whistle was in it's place on the website.&lt;br /&gt;&lt;br /&gt;On 27th September Page Rank was updated again, and guess what the RedonAds website that's currently blocked using REP has got a Page Rank of 3.&lt;br /&gt;&lt;br /&gt;PageRank is a mix of many things your backlinks and content are part of them, Now in the case of redonads content was out and PR was more inclined towards the &lt;a href="http://www.google.com/search?hl=en&amp;q=link%3Aredonads.com&amp;btnG=Google+Search&amp;aq=f&amp;oq=" rel="nofollow"&gt;backlinks&lt;/a&gt;, hence it did relatively well compared to July.&lt;br /&gt;&lt;br /&gt;Hence my advice is if your site is underdevelopment its better you use REP than show a Search Engines under construction or half developed site. Further its a good idea to start building up those links even if the site not yet ready... You could do a blog post saying your site will be launched soon.</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/7650937255599511944/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8806497122690498552&amp;postID=7650937255599511944' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/7650937255599511944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/7650937255599511944'/><link rel='alternate' type='text/html' href='http://www.redonads.com/SEO-blog/2008/09/google-pagerank-we-dont-get-you.html' title='Google PageRank: We don&apos;t get you.'/><author><name>Web Design Company</name><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8806497122690498552.post-732256206943751512</id><published>2008-09-17T00:23:00.000-07:00</published><updated>2008-09-17T01:19:14.768-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='robots txt'/><category scheme='http://www.blogger.com/atom/ns#' term='robots exclusion protocol'/><category scheme='http://www.blogger.com/atom/ns#' term='REP'/><title type='text'>Using robots.txt or REP</title><content type='html'>We never used Robots.txt on our &lt;a href="http://www.ecreeds.com/"&gt;web design company&lt;/a&gt; websites as we thought its for keeping Search engines away, and we wanted to welcome search engines.&lt;br /&gt;&lt;br /&gt;But you can also use it tell Search Engines to crawl your website, like this.&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;User-agent: *&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Disallow: &lt;/span&gt;&lt;br /&gt;or&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;User-agent: *&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Allow: /&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;But we were noticing many requests for Robots.txt by MSN and Googlebot in our server logs, hence we decided what the heck might as well create a robot file.&lt;br /&gt;&lt;br /&gt;Here we made our first mistake we made "robot.txt" instead of "robots.txt". Though this may seem like a No brainer, you would be surprised by the number of people who make this mistake.&lt;br /&gt;&lt;br /&gt;Our main concern was that we had certain critical pages / scripts / folders which if we mention on our robots.txt file would be like putting up a board attack here. But then after a lot of discussions we came to this conclusion that we don't need to show these pages/scripts/folders in robots.txt file unless there was a link to it from somewhere it wouldn't be crawled anyways.&lt;br /&gt;&lt;br /&gt;Now we have some experience in writing these Robots.txt files, which we would like to share here:&lt;br /&gt;&lt;br /&gt;1. All Commands need to be Title Case for e.g. User-agent, Disallow, Allow and so on&lt;br /&gt;&lt;br /&gt;2. Further it can be used effectively to curb the problem of duplicate content on your blog. For e.g. if your using blogger you will won't the permalink of blog post to cached as opposed to the Archive page or the labels page, so you write your robots.txt file in the following manner.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;User-agent: *&lt;/span&gt; {this is for all Bots or you specify a bots name here}&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Disallow: /Blog/2008_&lt;/span&gt; {this will block all your archive pages for 2008 which are named something like "2008_09_01.html" while not blocking your permalinks like "/Blog/2008/09/04/blogpost.html"}&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Disallow: /Blog/label/ &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;if your using wordpress then you can block "wp-login.php" and your "wp-admin" folder using "&lt;span style="color: rgb(153, 0, 0);"&gt;Disallow: /wp-&lt;/span&gt;"&lt;br /&gt;&lt;br /&gt;3. If your site uses session ids in the URL you may have a major problem with duplicate content, wherein the same page gets cached with different URLs thus causing duplicate content. A REP solution to this would be using "*", suppose your session ids start with "sess_id=" so you have urls like "...page1.htm?sess_id=nndndchh3nG" and "...page1.htm?sess_id=mnvmjenfcchh3nG", now both these urls are the same i.e. "page1.htm". &lt;br /&gt;&lt;br /&gt;This is how you can block urls with session ids:&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Disallow: /*sess_id&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;4. If you have a XML sitemap file in your site, you can reference that in your Robots.txt file for search engine to flow.&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Sitemap: http://www.mysite.com/sitemap.xml&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;these are just some rules we use, depending on your site or blogs structure these very rules can be tweaked effectively to filter out duplicate content and let the juice flow most effectively.&lt;br /&gt;&lt;br /&gt;If you still feel confused about using robots.txt, feel free to contact one of our &lt;a href="http://www.redonads.com/"&gt;SEO experts&lt;/a&gt;.</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/732256206943751512/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8806497122690498552&amp;postID=732256206943751512' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/732256206943751512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/732256206943751512'/><link rel='alternate' type='text/html' href='http://www.redonads.com/SEO-blog/2008/09/using-robotstxt-or-rep.html' title='Using robots.txt or REP'/><author><name>Web Design Company</name><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8806497122690498552.post-1545348211138880683</id><published>2008-08-25T00:18:00.000-07:00</published><updated>2008-08-25T00:22:16.751-07:00</updated><title type='text'>All about SEO</title><content type='html'>With the rapid advancement in the field of internet marketing, a large number of people seem to be gradually waking up to the need of better SEO techniques. SEO or &lt;a href="http://www.redonads.com/"&gt;search engine optimization&lt;/a&gt; is the technique which is being used by a large number of websites to increase their page ranking in the search engine results. Some of the tricks used in SEO include optimum use of keywords in the web content, link building and selecting the right keywords. It is also equally important to make use of the sufficient kind of graphic images and written content in the web page so that it may feature in the search engine results and not fall under the category of spam.</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/1545348211138880683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8806497122690498552&amp;postID=1545348211138880683' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/1545348211138880683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/1545348211138880683'/><link rel='alternate' type='text/html' href='http://www.redonads.com/SEO-blog/2008/08/all-about-seo.html' title='All about SEO'/><author><name>Web Design Company</name><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8806497122690498552.post-3461901269895329003</id><published>2008-08-18T22:46:00.000-07:00</published><updated>2008-08-18T22:48:05.248-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet Marketing'/><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><category scheme='http://www.blogger.com/atom/ns#' term='SEM'/><title type='text'>Hello World</title><content type='html'>Hi this is Redon Ads' SEO Blog, where we will be discussing SEO, SEM, Internet Marketing, Social Media Optimization and Much More.</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/3461901269895329003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8806497122690498552&amp;postID=3461901269895329003' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/3461901269895329003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8806497122690498552/posts/default/3461901269895329003'/><link rel='alternate' type='text/html' href='http://www.redonads.com/SEO-blog/2008/08/hello-world.html' title='Hello World'/><author><name>Web Design Company</name><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry></feed>
