<?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>Famous Bloggers &#187; Blog Reviews</title>
	<atom:link href="http://www.famousbloggers.net/category/make-money-online/blog-reviews/feed" rel="self" type="application/rss+xml" />
	<link>http://www.famousbloggers.net</link>
	<description>How To Blog and Start a Business</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:52:19 +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>WordPress Posts vs Pages and Why Should you use Custom Post Types</title>
		<link>http://www.famousbloggers.net/posts-vs-pages.html</link>
		<comments>http://www.famousbloggers.net/posts-vs-pages.html#comments</comments>
		<pubDate>Fri, 09 Dec 2011 00:58:56 +0000</pubDate>
		<dc:creator>Hesham Zebida</dc:creator>
				<category><![CDATA[Blog Reviews]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom post types]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microdata]]></category>
		<category><![CDATA[product reviews]]></category>
		<category><![CDATA[ranking]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://www.famousbloggers.net/?p=22051</guid>
		<description><![CDATA[While working on the new reviews section, I thought to change the way I publish reviews on the blog, I need another way to sort it. I was [...]]]></description>
			<content:encoded><![CDATA[<p>While working on the new reviews section, I thought to change the way I publish <a title="reviews" href="http://www.famousbloggers.net/category/reviews-2">reviews</a> on the blog, I need another way to sort it. I was thinking to publish reviews as blog pages instead of posts. Why? The main reason is to have more control over page layout, plus having more easy way to implements Google microdata snippets for reviews.</p>
<p>For sure, I don’t want to ignore <a title="SEO" href="http://www.famousbloggers.net/category/seo">SEO</a>, this makes me think of WordPress posts vs pages for SEO!</p>
<p>So, I&#8217;ve tried to discover the real difference between post and page regarding search engines optimization, and which one has more SEO privileges.</p>
<h2>A quick look into WordPress Posts VS Pages</h2>
<p>Before we start, let’s assume that we have two sites, both have exact everything, and they are equal in terms of content, plugins, theme, and other search engine optimization stuff like (titles, URLs, structure, keyword research, backlinks, etc.).</p>
<p>A very interesting thing to mention is that any WordPress site built primarily with posts will perform much better in search engines than one built mostly with pages, of course assuming that both sites has the exact everything and they are equal. This is not imagining, it’s based on my personal experience.</p>
<p>If you look at the WordPress <a title="post vs page" href="http://en.support.wordpress.com/post-vs-page/" target="_blank">post vs page</a> comparison at WordPress.com support, you will find out some differences like&#8230;</p>
<h2>WordPress blog posts</h2>
<blockquote>
<p style="text-align: justify;">Posts are entries listed in reverse chronological order on the blog home page or on the posts page if you have set one in Settings &gt; Reading. If you have created any sticky posts, those will appear before the other posts. Posts can be found in the Archives, Categories, Recent Posts, and other widgets. Posts are also displayed in the RSS feed of the blog. You can control how many posts are displayed at a time in the Reading Settings. Read more about <a title="posts" href="http://en.support.wordpress.com/posts/" target="_blank">posts</a>.</p>
</blockquote>
<h2>WordPress blog pages</h2>
<blockquote><p>Pages are static and are not listed by date. Pages do not use tags or categories. An About page is the classic example. Pages can be displayed in the sidebar using the Pages widget, and some themes display pages in tabs at the top of the blog. If you have 50 pages and you use the Pages widget, then all pages will be listed all the time. Read more about <a title="pages" href="http://support.wordpress.com/pages/" target="_blank">pages</a>.</p></blockquote>
<h3>Additional information</h3>
<p>The description of posts and pages above is very short and general as they just made this information available for WordPress.com users, and it has nothing about SEO, but I have an important comment here…</p>
<p>They say Pages are <em>static</em>. This is not really the way it is. You must know that every single piece of content presented by WordPress is -in fact- a <em>web page</em>. that has been created dynamically. The term “static” was used here to presents the meaning of “<em>static content</em>” or “<em>content is not changing often</em>”, this is confusing, but it’s not hard to understand! Let me explain it more…</p>
<p>Every WP page is dynamic, as WP pulls content from database, so basically WP Page is just another virtual page that doesn&#8217;t really exists till someone call it (a visitor jumped on the page url)!</p>
<p>So, back to the explanation of “<em>static page</em>”, this means the content of pages are not likely to be changed or edited for long time. (You don’t edit your <a title="About" href="http://www.famousbloggers.net/about">About</a> page every day, don’t you?!)</p>
<p>Here are a few other things to consider while comparing posts and pages:</p>
<ul>
<li>WordPress posts and pages both pings other sites when they created or updated (both should be indexed well).</li>
<li>Both has same SEO options.</li>
<li>Pages do not cycle through by date, but this doesn&#8217;t mean it has no publishing date. (I wonder how Google will deal with it regarding <a title="schema" href="http://schema.org/" target="_blank">microdata</a>)</li>
<li>Pages are not included in RSS feed, but this plugin can <a title="include WordPress pages in RSS feed" href="http://wordpress.org/extend/plugins/rss-includes-pages/" target="_blank">include WordPress pages in RSS feed</a>.</li>
<li>Pages has nothing to do with the blog, it’s not hanged to anything (only sub pages) It’s an awesome flying piece of content!</li>
<li>Use pages to for content you want people to see every time they visit your blog.</li>
</ul>
<p>Check out this quick example that I’ve created to explain the very basic WordPress blog structure, this may help to see how your blog looks like:</p>
<p><img class="aligncenter size-full wp-image-22096" title="wordpress pages vs posts" src="http://www.famousbloggers.net/wp-content/uploads/2011/12/wordpress-pages-vs-posts.jpg" alt="wordpress pages vs posts" width="600" height="280" /></p>
<p>Now, you think about it!</p>
<p>You can easily get all posts on the blog plus other pages to link to a particular page simply by adding a link to that page in the blog navigation menu. However, you can do the same thing for posts, but it’s not a perfect idea. In my opinion, navigation should only link to pages and categories! Mainly put links to the stuff you would like your visitors to see all the time!</p>
<p>Technically speaking, both pages and posts are stored exactly the same way in WordPress database, in the same table, The only difference is the post_type field which is set to page for pages, and post for posts, and basically bot have same data saved, including SEO data.</p>
<h2>Pages or Posts for better SEO ?</h2>
<p>I don’t know, but I think the question is wrong; I am just not comfortable with it, maybe because every wrong question is likely to have a wrong answer!</p>
<p>I think Google won&#8217;t care that much whither you publish a post or page, but probably Google prefers posts, that&#8217;s why Google still considering how you tagged your blog posts.</p>
<p>Considering that most WordPress sites link to their Pages from every other url within their site, we could came up with a nice conclusion, Pages are more important for SEO.</p>
<p>Wait a minute!</p>
<p>Ana, wrote a nice post on SEO-Group.net sharing some SEO trick! But hey&#8230;</p>
<p>Please don’t tell me that you will <a title="turn posts into pages" href="http://sem-group.net/search-engine-optimization-blog/top-google-rankings/" target="_blank">turn your posts into pages</a> for better SEO or ranking!</p>
<p>Why?</p>
<p>The right answer (for the wrong question) is you must have both -posts and pages- on your blog to actually rank well, they both work together some how! Pages are used to define your main focus, important information, and what’s your blog is about. It&#8217;s for your main keywords, while Posts are the publishing platform, it&#8217;s what you should use to ping search engines and get a RSS!</p>
<p>But, turning your blog posts into pages? I think this isn&#8217;t right, especially if your post got already some comments and shares!.</p>
<p>I won&#8217;t be turning a blog post into a page just to rank it higher, I would do this only to include this post into the core of my blog, but I don&#8217;t see this as a useful SEO practice. The way I see it right is to create a <a title="Post Types" href="http://codex.wordpress.org/Post_Types" target="_blank">custom post type</a> for product reviews.</p>
<p>P.S. What&#8217;s you&#8217;ve read above presents my personal opinion!  (I respect the experiment, I appreciate it when someone take the time to share good stuff).</p>
<h2>Why Should I use Custom Post Types</h2>
<p>Before we get to answer this question, we probably need to understand types of content we can have in WordPress, and what are custom post types, so take a look here to <a title="understand posts types" href="http://codex.wordpress.org/Post_Types" target="_blank">understand posts types</a>.</p>
<ol>
<li><strong>Posts</strong>: the main type used by the blog.</li>
<li><strong>Pages</strong>: are like posts, but lives outside the normal time based structure of posts.</li>
<li><strong>Attachments</strong>: a special post that holds information about files uploaded through the Media upload system.</li>
<li><strong>Revisions</strong>: hold draft posts as well as any past revisions of existing posts or pages.</li>
<li><strong>Nav Menus</strong>: holds information about a single item in the Navigation Menu system.</li>
<li><strong>Custom Post Types</strong>: allow you to define the post type and how it operates within WordPress.</li>
</ol>
<p>As you see, WordPress have a few post types and more than one way to deliver content, since <a title="Version 3.0" href="http://codex.wordpress.org/Version_3.0">WordPress 3.0</a> version, you&#8217;ve got the capability to add your own <a title="" href="http://codex.wordpress.org/Post_Types#Custom_Types">custom post types</a> and to use them in different ways, for example: products, events, people, testimonials, podcasts, reviews, ratings, movies, cars, offers, places, etc.</p>
<p>The cool thing I see about custom posts types is the ability to add  microdata and rich snippets, this will allow Google and other search engines to get to know your content better. Also, you can have RSS feed for your custom post types and feed it to Google, here is a post on how to create <a title="custom post type feed" href="http://yoast.com/custom-post-type-feeds-google/" target="_blank">custom post type feed</a> that is really useful.</p>
<h2>Finally, I&#8217;ve got stars</h2>
<p>I&#8217;ve succeeded on getting the stars for my reviews in Google results, check out this screenshot of my <a title="ThirstyAffiliates review" href="http://www.famousbloggers.net/thirsty-affiliates.html">ThirstyAffiliates review</a>:</p>
<p><img class="aligncenter size-full wp-image-22098" title="review search results" src="http://www.famousbloggers.net/wp-content/uploads/2011/12/review-search-results.jpg" alt="review search results" width="572" height="112" /></p>
<p>It looks pretty cool, ha?</p>
<p>But it took me several weeks of coding and playing around till finally I&#8217;ve got it to work, but this is not the important thing, really! The important thing to me is the knowledge of how to write power reviews and get them indexed with stars in Google. I finally got it, but it&#8217;s horribly coded in my <a title="thesistheme" href="http://www.famousbloggers.net/recommends/thesistheme" target="_blank">Thesis theme</a> I am using on this blog.</p>
<p>Now that I know how it works, I will be able to start over and re-code the whole thing into a custom post type!</p>
<h3>Conclusion</h3>
<p>Pages and Posts has the same exact SEO features, but I think Google will look more seriously into blogs that are implementing microdata and rich snippets.</p>
<p>I wish I could go back in time and re-structure my blog.</p>
<p>I recommend custom post type for reviewing products.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.famousbloggers.net/posts-vs-pages.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How To Make Money Online by Posting Reviews</title>
		<link>http://www.famousbloggers.net/how-to-make-money-online-blogging-posting-reviews.html</link>
		<comments>http://www.famousbloggers.net/how-to-make-money-online-blogging-posting-reviews.html#comments</comments>
		<pubDate>Tue, 02 Nov 2010 17:58:51 +0000</pubDate>
		<dc:creator>Daniel Lew</dc:creator>
				<category><![CDATA[Affiliates]]></category>
		<category><![CDATA[Blog Reviews]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[affiliate marketing]]></category>
		<category><![CDATA[Converting Sales]]></category>
		<category><![CDATA[keyword research]]></category>
		<category><![CDATA[Keyword Winner]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[make money blogging]]></category>
		<category><![CDATA[Posting Reviews]]></category>
		<category><![CDATA[Researching Keywords]]></category>

		<guid isPermaLink="false">http://www.famousbloggers.net/?p=10957</guid>
		<description><![CDATA[Bloggers Who Struggle To Make Money Online Fail To Know One Thing Almost every blogger who strives to earn a living from blogging struggles in one way or [...]]]></description>
			<content:encoded><![CDATA[<h2>Bloggers Who Struggle To Make Money Online Fail To Know One Thing</h2>
<p style="text-align: justify;">Almost every blogger who strives to <a title="earn a living from blogging" href="http://www.famousbloggers.net/blogging-making-money-online-sexy-truth.html">earn a living from blogging</a> struggles in one way or form to make money online. It is my pleasure to open some minds and give you the exact secrets on how bloggers make money, and I am not talking about just banners, I am talking about real proven techniques! So make sure your sitting on your chair tightly so you don&#8217;t fall off, because what I am about to tell you will change your life!</p>
<h2>The Real Truth on How to Make Money through Blogging</h2>
<p style="text-align: justify;">Well everyone keeps on asking, <a title="how do I make money blogging" href="http://www.famousbloggers.net/blogging-making-money-online-sexy-truth.html">how do I make money blogging</a>, I am still not making money, so here is the answer! Start buying some popular products either virtual products through Clickbank or Physical products through Amazon and after you try them, do a blog review post about it. You will normally find you not only make your money back but profit as well.</p>
<h2>This Does Not Mean You Have To Become a Review Site</h2>
<p style="text-align: justify;">To review products as a blogger is a very healthy thing to do as it shows others that there are tools that can help them succeed and by reviewing tools, programs and whatever else is related to your blogs niche gives better insight to your readers. Now of course I don&#8217;t recommend you post every day about products, I would like to suggest 1 out of 4-5 posts you can review something. This allows you to not only get yourself familiar with what is out there, but also learn and grow as a business person too, not just a blogger, it now becomes a <a title="blogging business" href="http://www.famousbloggers.net/blogging-making-money-online-sexy-truth.html">blogging business</a>.</p>
<p style="text-align: justify;">You can even make money by posting interviews on your site about others and the products of the people you are interviewing may own and discreetly have your affiliate link there, this is one of the greatest examples how Michael Dunlop from IncomeDiary makes money!</p>
<h2>Sign Up With Some Good Affiliate Networks</h2>
<p style="text-align: justify;">To start off with <a title="I recommend you use Clickbank" rel="external" href="http://www.famousbloggers.net/go/clickbank">I recommend you use Clickbank</a> to review ebooks, membership sites, video tutorials or software and Amazon to review real products like technology equipment, books, cd&#8217;s, and much more. By signing up with affiliate networks, you can obtain affiliate links not just banners, and with those links make them active on certain keywords in your blog post. Then of course you can get commissions for whoever clicks on your affiliate links to buy a product that you have mentioned on your review pages.</p>
<h2>Doing Your Keyword Research For Your Blog Post Titles</h2>
<p style="text-align: justify;">Making sure your keywords for your headline are low competition and have a healthy overall search volume for the month and are trending upwards over time are the first key elements any blogger should concentrate on before posting about a product they want to make money on. Unfortunately it takes a lot of time researching keywords typically in a few windows before posting a profitable headline, so to save time and effort I highly recommend you use a <a title="SEO WordPress Plugin" rel="external" href="http://www.keywordwinner.com">SEO WordPress Plugin</a> called Keyword Winner. It will give you stats all at your fingertips just as you are writing your headline, you click &#8220;get suggestions&#8221; and whala!</p>
<h2>Why The Keyword Research Is Important?</h2>
<p style="text-align: justify;">When a buyer is hot, they are using search engines to find products and people typically type in the search term of a product in Google before seeing whats available or sometimes they already know what they want so the next main step before any buyer making a purchase is to type the word &#8220;review&#8221; at the end of it. By adding the word review at the end of the keywords allows them to see what others are saying about the product either good or bad before buying, they can read the actual post of a product that someone has already reviewed or others have commented on.</p>
<h2>Proof Is In the Pudding</h2>
<p style="text-align: justify;">This is why you see a lot of bloggers out there who are <a title="researching keywords" href="http://www.famousbloggers.net/keyword-winner-review-seo-blogging.html">researching keywords</a> for their headlines before writing an actual blog post, because if you want to attract real buyers you must use keywords in your headline of your post which not only grabs the buyers attention but most importantly contains the keywords that he buyer will find you on when they are searching in Google.</p>
<p>I know this for a fact as I have made good money from my blog and enough to earn a good living, my best converted pages on sales are about reviews and indirect marketing approaches using keyword research.</p>
<p style="text-align: justify;">You will notice other bloggers like John Chow who is one of the top pro bloggers in the world that every post he makes normally each headline is not only optimised but also aimed in some way or the other to attract buyers. He is a great example of this as he clearly states that he makes $40k per month blogging, and believe me folks this is no joke.</p>
<p style="text-align: justify;">One big example is I recently did a product launch on my <a title="keyword research plugin for bloggers" rel="external" href="http://www.keyword-winner.com/">keyword research plugin for bloggers</a> &#8211; Keyword Winner and when John Chow got his hands on it, he could not stop using it, and then he referred others to use it and made money that way. So when you are passionate about a product and review it, you can sell a lot more, as readers can smell this from a mile away, so the trick is to be fully passionate about a product first before you review it.</p>
<p style="text-align: justify;"><a rel="external" href="http://www.famousbloggers.net/go/keywordwinner"><img class="aligncenter size-full wp-image-11053" title="keyword winner video" src="http://www.famousbloggers.net/wp-content/uploads/2010/11/keyword-winner-video.jpg" alt="keyword winner video" width="600" height="368" /></a></p>
<h3>Final Say</h3>
<p style="text-align: justify;">If you are not making money after you have read this post, then you have not used tools such as <a title="Keyword Winner" rel="external" href="http://www.keyword-winner.com">Keyword Winner</a> and you are still doing things the hard way. Take action today invest in buying tools, programs or products that you can also later review about, it&#8217;s a win win, you can not lose, believe me, take this advice from me and take action today!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.famousbloggers.net/how-to-make-money-online-blogging-posting-reviews.html/feed</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>How to Earn Money by Publishing High Paid Reviews while Saving the Internet World?</title>
		<link>http://www.famousbloggers.net/earning-money-paid-reviews-internet.html</link>
		<comments>http://www.famousbloggers.net/earning-money-paid-reviews-internet.html#comments</comments>
		<pubDate>Mon, 12 Jul 2010 05:55:28 +0000</pubDate>
		<dc:creator>Hesham Zebida</dc:creator>
				<category><![CDATA[Blog Reviews]]></category>
		<category><![CDATA[How To Blog]]></category>
		<category><![CDATA[building trust]]></category>
		<category><![CDATA[earning money]]></category>
		<category><![CDATA[Guest Post]]></category>
		<category><![CDATA[high paid reviews]]></category>
		<category><![CDATA[paid reviews]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.famousbloggers.net/?p=6253</guid>
		<description><![CDATA[Probably you have notice that FamousBlogger.net authority and popularity is increasing day by day because of the great efforts of so many bloggers in our blogging community who [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Probably you have notice that FamousBlogger.net <a title="authority" href="http://www.famousbloggers.net/technorati-authority-standing-influence.html">authority</a> and <a title="popularity" href="http://www.famousbloggers.net/advertising-age-power150-ranking.html">popularity</a> is increasing day by day because of the great efforts of so many bloggers in our blogging community who has been contributing amazing content and giving extremely high support. Today.. I will try to give some insights for those who are trying to get high paid reviews published on their blogs and earning money while making the internet world a better place for everybody, and try to have a discussion to understand paid reviews as a part of blogging for money. <span id="more-6253"></span></p>
<p style="text-align: justify;">I know that the answer to this question seems to be a little complicated, I mean.. Who can do high paid reviews and earn good money without including some <strong>white lies</strong>?! Well.. We have done it! and we have an answer to this complicated question I will share with you, but first.. and because thanking people for their good work is very important -even if I don&#8217;t mention them by names- I must do it before anything else, I am sorry!</p>
<p style="text-align: justify;">I want to take the chance to talk a little about <em>Famous Bloggers</em> as a growing community for bloggers who wants to learn, and at the same time share and teach their own working techniques and tips with others, and thank them for the great work.</p>
<p style="text-align: justify;">I also want to thank the Internet Marketers, because of them I now know what “<a title="Paid Reviews" href="http://www.famousbloggers.net/are-you-welling-to-continue-participating-in-sponsoredreviews-after-increase-of-transaction-rate.html">Paid Reviews</a>” means, and I am going to share with you my own story -I hope you do&#8217;t mind- that happened when I first started blogging, and challenges I was facing at that time, maybe you will find something interesting or you will know about something you have been missing!</p>
<p class="yellow">Funny things always happen to me at the beginning of discovering anything!</p>
<p style="text-align: justify;">Generally speaking, paid reviews is a nice and fast way to make money from the internet if you know how to do them, and you do them “Fast”!</p>
<p style="text-align: justify;">I have done several paid reviews through common paid reviews services, it was the very first thing I ever know that really allows you to earn fast and make money by writing on your own blog about services and products, but the “<strong>Fast</strong>” was not fast enough, always there is a problem, but the good thing in this life is for each problem there is always a solution, and some times there are more than one solution, you just need to look for them on the right place!</p>
<h2>How the Magic Started?</h2>
<p style="text-align: justify;">After a few months from starting my new blog, and after the first Google PageRank update, I got my first self hosted blog&#8217;s <a title="PageRank" href="http://www.famousbloggers.net/google-page-rank-update-bluehost-addon-domain.html">PageRank</a> of 4, this made advertisers and marketer contact me almost every week asking for a “blog review”!</p>
<p style="text-align: justify;">To be honest, I didn&#8217;t know how to write a good review or even whatever review, I actually didn&#8217;t know what is a “blog review” at that time!</p>
<p class="yellow">Don&#8217;t be shocked, but I am telling the pure truth!</p>
<p style="text-align: justify;">It&#8217;s very common thing if you used to live in a country that promises everyday to provide an affordable and <a title="cheap internet connections" href="http://www.famousbloggers.net/bloggers-switch-comcast-internet-service-provider.html">cheap internet connections</a> regarding the revolution of communication, and you wait and wait, and  nothing from that happen. If you live in a country that is not on PayPal list and you can not bring the cash you have earned in. If your first language is not English and all the time try to discover what people are talking about!</p>
<h2>You Must Overcome your Challenges</h2>
<p style="text-align: justify;">I remember I was suffering from all of that and having no hope of <a title="earning from the internet" href="http://www.famousbloggers.net/category/make-money-online">earning from the internet</a>, and I had to go with Google AdSense because they pay by Western Union which has a hand on every country, but the daily 0.20 cents will not take care of hunger, <a title="AdSense earnings was not enough" href="http://www.famousbloggers.net/methods-adsense-increase-earning.html">AdSense earnings was not enough</a> for anything! But because nothing is impossible in this life, I had to find a way. After several tries and wasted time, I finally discovered the solution, in one word it&#8217;s “<strong>Connections</strong>”, powerful connections with people from all over the world! (If you know what I mean!)</p>
<h2>What a Hunter like me will do?!</h2>
<p style="text-align: justify;">Marketers and advertisers introduced me to this -new to me- world, and of course, a hunter like me will &#8220;immediately&#8221; try to understand why those guys want to pay me for, and <a title="what's so special about my blog " href="http://www.famousbloggers.net/how-much-site-worth.html">what&#8217;s so special about my blog</a> that makes it valuable for them!</p>
<p style="text-align: justify;">So, I tried to discover <strong>what is a blog review</strong>, and I got the picture -I thought I did- it seemed to be very simple, just write whatever 300 words review the service or the product, tell people how much you like it, and how awesome it is to have it and you will get paid from $10 up to $40 per review!</p>
<h2>What I have DONE? And what I have GOT?!</h2>
<p>Probably now you know what&#8217;s missing, it&#8217;s the word “<strong>Honest</strong>”, it&#8217;s missing from all those reviews, yes.. Those reviews was not honest enough!</p>
<p>I really don&#8217;t know how this happened! maybe because the <a title="concept of working online" href="http://www.famousbloggers.net/build-multiple-streams-income-wordpress-blogs.html">concept of working online</a> was a little confusing at the beginning and I just didn&#8217;t get it!</p>
<p style="text-align: justify;">What I have done?! I wrote fast cheap paid reviews that -in my own personal opinion- worth nothing, and what I have got now is a nice full of crap paid reviews blog that also -in my personal opinion- worth nothing, just nothing!</p>
<p class="yellow">Some times I am afraid to share&#8230; But silent is not the solution!</p>
<p>“<strong>Sorry</strong>” will not solve the problem, but maybe working hard to change that will maybe fix it, some nice hard new start probably will change the world!</p>
<h2>Changing the World!</h2>
<p>I didn&#8217;t fully understand that mistake when I was doing it, and probably instead of feeling guilty I was proud of it, I mean I am making money online, and everything seems to be fine, but it wasn&#8217;t!</p>
<p>I really don&#8217;t blame my self -I would if I still doing it till now- but what I did to change the world?!</p>
<p class="yellow">I had a dream, I made a plan, I did some sacrifices, and I worked hard! and again I am so thankful for those who dreamed with me!</p>
<p>Since I started FamousBloggers.net, and I am thinking different about everything, I am so open to learn and discover the facts of everything around me, I take it a step by step, and I don&#8217;t rush things! and after working for several month we could get enough popularity, and enough amount of traffic to attract marketers!</p>
<p style="text-align: justify;"><strong>I realized that a review is a review</strong>, no matter what, but you have to write it based on your own personal experience with the service or the product you are reviewing, we must <a title="know what we are talking about" href="http://www.famousbloggers.net/guest-posting-awesome-blog.html">know what we are talking about</a>, we should review only what we know is right, and this is how we are doing here on Famousbloggers.net!</p>
<h2>How we put our Paid Reviews Policy</h2>
<p style="text-align: justify;">So many people knows that we have created a <a title="powerful community" href="http://club.famousbloggers.net/">powerful community</a> here at FB, and a lot are visiting our advertising page almost everyday, I receive emails from advertisers and marketers on daily basis,  I reject so many requests because <a title="I know our blog readers" href="http://www.famousbloggers.net/blog-visitors-and-readers-what-do-you-know-about-them.html">I know our blog readers</a>, I feel what they like and dislike, and I am looking forward to know them more in the future to give them what they need, want and looking for!</p>
<p>I had to add this to our advertising page to tell marketers about how we do paid reviews:</p>
<blockquote>
<p style="text-align: justify;">We have a group of motivated writers, they can review your product or service. contact us if your service or product match our niche and tell us about your needs, our reviews prices start from $xx (we don’t review any product or service unless we try it and take a deep look inside!)</p>
</blockquote>
<p style="text-align: justify;">I put xx instead of <a title="advertisements pricing" href="http://www.famousbloggers.net/price-ads-buysellads-advertising-directory.html">the price</a> because it could change at any time, so I won&#8217;t include it here, anyways.. review price is not a big deal, the deal here is how we are doing it, and how we will introduce the service or the product to our blog readers, those who put their trust on us, those who knows that we got paid to publish a review, so.. I am going to tell this fact, we will never review something on FamousBloggers just because we got paid for it!</p>
<h2>The benefits of writing Honest Reviews</h2>
<p style="text-align: justify;">Our first rule is to <strong><a title="write an honest review" href="http://www.famousbloggers.net/advertise">write an honest review</a></strong>, and this is the main thing I am discussing with our marketers when they contact me, there is nothing in this world will make us write what the marketers want, there is only honest reviews, they pay us because of the fact that <a title="we are honest" href="http://www.famousbloggers.net/transparency-trust.html">we are honest</a>!</p>
<p style="text-align: justify;">So, if the service or product we are talking about doesn&#8217;t appeal to be a high level service, then we will have to include that on our review, and no matter what.. we will never sell our readers for a few dollars!</p>
<p class="yellow">And guess what?! This really works, people respect us when we tell the truth, right?</p>
<p style="text-align: justify;">Even marketers and products owners are respecting us because we give them a honest review, which is a great help to them to enhance and evaluate their own service or product, they deal with it as a good and helpful feedback, and that&#8217;s pretty cool!</p>
<h2>How to write a high paid review?</h2>
<p style="text-align: justify;">Because we have done great job with our paid reviews experiment, then we will try to <a title="rank our reviews higher in search engines" href="http://www.famousbloggers.net/strengthen-article-marketing-commentluv-links.html">rank our reviews higher in search engines</a>, because we have nothing to hide or to be shy of, and probably this explain our paid review prices and conditions, it&#8217;s clearly because of the kind of service we provide, why not giving some points or steps of writing a high paid review:</p>
<ul>
<li>Discover and get to know the product or the service you are reviewing</li>
<li>Write a honest review (This is the most important step)</li>
<li>Promote your review on social media and bookmarking sites</li>
<li>Do some <a title="SEO magic" href="http://www.famousbloggers.net/scribeseo-seo-guru-wordpress-plugin.html">SEO magic</a> rank your review higher in search engines</li>
</ul>
<p class="yellow">We are working day and night to guarantee that every piece of content going out to our readers is 100% safe, and has value.</p>
<p style="text-align: justify;">We have rejected so many posts and articles from a few bloggers, marketers and link builders, and I have talked about this before, the reason is they are aiming only to <a title="build backlinks to their clients" href="http://www.famousbloggers.net/selling-link-building-services-guest-blogging-abusing.html">build backlinks to their clients</a> by writing guest posts and getting it published on several blogs!</p>
<p class="yellow">I am so thankful to all bloggers who supported FamousBloggers.net all the way!</p>
<p style="text-align: justify;">We just want everybody to know that we are <a title="accepting guest posts" href="http://www.famousbloggers.net/submit-your-article">accepting guest posts</a> only from real bloggers, we support bloggers in our community, and if see in the future any reviews is because we know the person, we trust and support them, mainly because they are our community friends.</p>
<h2>Gaining the Trust!</h2>
<p style="text-align: justify;"><strong>This is trust</strong>, it&#8217;s the most valuable and important thing in our lives, building trust is not easy because trust is a “good thing” and good things are always hard to achieve!</p>
<p style="text-align: justify;">I am sure there are hundreds of bloggers have done it, doing it, and will do it over and over! I must tell you, it&#8217;s all in your hands to change all that, it&#8217;s a simple decision you can make today, maybe it&#8217;s hard to achieve, but it&#8217;s completely worth your hard work, I promise you, it will pay off one day, and probably better than you can imagine!</p>
<p>That was how we got high paid reviews published on our blog and earning money while making the internet world a better place!</p>
<p>So&#8230; plz learn from my mistakes, and participate in <a title="making the online world a better place" href="http://www.famousbloggers.net/start-blog-community-better-place-together.html">making the online world a better place</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.famousbloggers.net/earning-money-paid-reviews-internet.html/feed</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>15 days what Famous Bloggers need to Brake the 50.000 Alexa Rank</title>
		<link>http://www.famousbloggers.net/15-days-what-famous-bloggers-need-to-brake-the-50-000-alexa-rank.html</link>
		<comments>http://www.famousbloggers.net/15-days-what-famous-bloggers-need-to-brake-the-50-000-alexa-rank.html#comments</comments>
		<pubDate>Thu, 14 Jan 2010 23:42:58 +0000</pubDate>
		<dc:creator>Hesham Zebida</dc:creator>
				<category><![CDATA[Blog Reviews]]></category>
		<category><![CDATA[How To Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[alexa rank]]></category>
		<category><![CDATA[bell rings]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[first tip]]></category>
		<category><![CDATA[making money tips]]></category>
		<category><![CDATA[money contest]]></category>
		<category><![CDATA[money tips]]></category>
		<category><![CDATA[on the blogosphere]]></category>
		<category><![CDATA[search engines traffic]]></category>
		<category><![CDATA[social networks for money]]></category>

		<guid isPermaLink="false">http://www.famousbloggers.net/?p=893</guid>
		<description><![CDATA[I was waiting for this since last week, Famous bloggers blog has jumped to the 50.000 on Alexa, and we are going up! If you are asking your [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I was waiting for this since last week, Famous bloggers blog has jumped to the 50.000 on Alexa, and we are going up! If you are asking your self how we did it?! The answer is very simple, I will summarize how our blog jumped in only 15 days from 70.000 to the best of 50.000 blogs for you in three simple tips that everyone can do.<span id="more-893"></span></p>
<p>The first tip is not new, you probably read about it everyday on the Blogosphere, it&#8217;s just about writing and publishing unique content everyday for our readers!</p>
<p style="text-align: justify;">The second tip I already told you about, yes.. we try publish everyday, 7 times a week, and sometimes more! We are trying to make our blog and network bell rings everyday for you to find interesting and <a title="fresh daily making money tips" href="http://www.mmosocialnetwork.com" target="_blank">fresh daily making money tips</a>.</p>
<p style="text-align: justify;">Third tip is about promotion, we get high promotion on several common social networks and bookmarks websites, and <a title="high conversation" href="http://www.famousbloggers.net/why-you-should-socially-promote-articles-you-comment-on.html" target="_blank">high conversation</a> on our comment section, of course our cool <a title="making money contest" href="http://www.famousbloggers.net/first-mmo-contest-famous-bloggers.html" target="_blank">making money contest</a> is playing a good role as a source of our traffic, we are going to continue this till search engines take care of our blog and consider it as it&#8217;s own baby!</p>
<p style="text-align: justify;">And believe it or not, I am writing this post and make it ready before this happen with one day, this is the day 15, Famous Bloggers blog on Alexa is 50.519 <img src='http://www.famousbloggers.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but I am sure we will brake and smash the 50.000 by tomorrow if not today while we are sleeping!</p>
<p>What about you? Any progress in the last 15 days? Any more Alexa tips?</p>
<p>By the way, if you <strong>review <a title="FamousBloggers on Alexa" href="http://www.alexa.com/siteinfo/famousbloggers.net#reviews" target="_blank">FamousBloggers on Alexa</a></strong> we will return the favor, just leave a comment with your blog link!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.famousbloggers.net/15-days-what-famous-bloggers-need-to-brake-the-50-000-alexa-rank.html/feed</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Are you welling to Continue Participating in SponsoredReviews after Increase of Transaction Rate</title>
		<link>http://www.famousbloggers.net/are-you-welling-to-continue-participating-in-sponsoredreviews-after-increase-of-transaction-rate.html</link>
		<comments>http://www.famousbloggers.net/are-you-welling-to-continue-participating-in-sponsoredreviews-after-increase-of-transaction-rate.html#comments</comments>
		<pubDate>Wed, 13 Jan 2010 09:56:16 +0000</pubDate>
		<dc:creator>Hesham Zebida</dc:creator>
				<category><![CDATA[Blog Reviews]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[bulk purchases]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encouragement]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[sales efforts]]></category>
		<category><![CDATA[transaction fees]]></category>
		<category><![CDATA[transaction rate]]></category>

		<guid isPermaLink="false">http://www.famousbloggers.net/?p=879</guid>
		<description><![CDATA[If you are using SponsoredReviews service, then maybe you will not be happy with the new change in the transaction rate of their paid reviews system, the transaction [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you are using SponsoredReviews service, then maybe you will not be happy with the new change in the transaction rate of their paid reviews system, the transaction rate has been increased by 15% from 35% to 50%, which means you share is not 65% of the review payment, it&#8217;s now (50% versus 50%). SponsoredReviews claimed that this increase in the transaction rate is to allow them to expand the functionality of their software as well as grow marketing and sales efforts in order to increase the number of opportunities available to bloggers.<span id="more-879"></span></p>
<h2>For Bloggers</h2>
<p>The increase will take effect on January 13th, 2010.  This increase will not affect previously made bids, your previous bids will continue to pay 65%.</p>
<p style="text-align: justify;">This is a notice I received by email from <a title="buy blog reviews" href="http://www.sponsoredreviews.com/?aid=66601" target="_blank">SponsoredReviews</a> through their newsletter, they are asking all bloggers members (If necessary) to make any required adjustments to your blog prices and new bids in order to compensate for the increased transaction fees.</p>
<h2 style="text-align: justify;">For Advertisers</h2>
<p style="text-align: justify;">From the other side SponsoredReviews advertisers is given a <a title="20% discount" href="http://www.sponsoredreviews.com/?aid=66601" target="_blank">20% discount</a> as encouragement to make bulk purchases, the plan is to have a large effect on the number of paying opportunities available to all bloggers.</p>
<p>So.. after you heard this news, what do you think of this change in transaction rate?</p>
<p>Are you welling to continue participating in SponsoredReviews system?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.famousbloggers.net/are-you-welling-to-continue-participating-in-sponsoredreviews-after-increase-of-transaction-rate.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

