Showing posts with label traffic. Show all posts
Showing posts with label traffic. Show all posts

Friday, April 20, 2012

RSS question?


RSS it's not a problem because...

I'll show you an equally easy and free way to drive traffic and indexing the Internet.
Most like you think that this would need ...
But here you are wrong, because it takes so search engines will find and people will have greater access to your blog or website.
Here is a list of sites where you can add a link to your blog or website:


  1. SolarWarp.Net
  2. StrategicBoard
  3. Read A Blog
  4. RSS Network
  5. RSSbuffet Feed Directory
  6. RSSMicro
  7. RSSMotron
  8. Search4RSS
  9. Feed-Directory
  10. FeedSee
  11. FeedsFarm
  12. Findory
  13. BlogBunch
  14. Blogdigger
  15. BlogStreet
  16. Feedbase
  17. FeedPlex
  18. Golden RSS Feed
  19. feeddirectory.us
  20. FeedFury
  21. nfeeds 

For more SEO optimization please hit the Google+ button in upper right corner.Thanks!

Tuesday, April 17, 2012

Users of Blogger.com

Dear users of Blogger.com

Everyone knows that Blogger.com has very little seo optimization anything that Google is the company.
Very difficult to break today with blogger, since you must have optimization.
Today is your lucky day because you will be able to make it visible to search engines online simply follow the steps carefully:

It is better to be the title before the name of the blog!
I will give you an example:
www.bestongoogle.blogspot.com | Dear users of Blogger.com
And here's how it should be:
Dear users of Blogger.com | www.bestongoogle.blogspot.com
Note that the symbols should be clear to search engines!


The next step you need to do is to enter the control panel of Blogger.com

  1. Layout > Edit HTML and click "Expand Widget Templates".
  2. Find this in the HTML box <title><data:blog.pagetitle/></title>
  3. Replace the above code with this code:
<!-- Seo optimization -->
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/> : Write your blog title</title>
<meta content='Write here your description of the blog' name='Description'/>
<meta content='Write here your keywords' name='Keywords'/>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<title><data:blog.title/> : Your title again</title>
<meta content='Same description as above' name='Description'/>
<meta content='Same keywords as above ' name='Keywords'/>
<b:else/>
<b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/> ~ <data:blog.title/></title>
<meta expr:content='data:blog.pageName' name='Description'/>
<meta expr:content='data:blog.pageName + data:blog.title +data:blog.pageTitle' name='Keywords'/>
<b:else/><title><data:blog.pageTitle/></title></b:if>
</b:if>
</b:if>
<!-- /Seo optimization -->
All rights reserved