Useful Information and Resources for Bloggers and Blog Owners
FeedBurner is a web feed management provider offering custom RSS feeds and management tools to bloggers, podcasters, and other web-based content publishers. With the help of FeedBurner” services you can find out how many people have subscribed to your feeds and with what service/program they subscribed with. FeedBurner is a typical Web 2.0 service, providing web service application programming interfaces (APIs) to allow other software to interact with it. Currently FeedBurner is owned by Google and yuo can combine FeedBurner with Google’s AdSense for feeds service in order to make a revenue even from your Blog’s RSS feed.
If you are using a WordPress-powered blog you can easily redirect your posts and or comments feeds to FeedBurner with the help of the .htaccess file and the mod rewrite module. Here is how your .htaccess files should look if you are using a custom permalinks structure for your blog and you should be using that (Admin / Settings / Permalinks) and not the default settings of WordPress:
# BEGIN FeedBurner Redirect
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^feed/?.*$ http://feeds2.feedburner.com/yourblogid [R,L]
RewriteRule ^comments/?.*$ http://feeds2.feedburner.com/yourblogcommentsid [R,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END FeedBurner Redirect
Don’t forget to modify yourblogid and yourblogcommentsid to your FeedBurner feed IDs, otherwise the code above won’t work as expected as it will redirect your feeds to somewhere else. Before redirecting the feeds you need to register for FeedBurner and/or add your feeds first in order to be able to use the above code.
As Google became the most popular and widely used search engine worldwide it is normal that ranking higher in the results returned when searching for something is preferred. But getting to be among the first 10 results for a given keyword or a set of keywords in Google’s results is not an easy task. It involves a high degree of keyword research and a detailed anatomy of the ranking of web pages, which can be simplified using serp checker . The factors that determine where should your blog or website be positioned in the results are quite a lot and nobody probably except Google themselves knows them all. This is all done in order to prevent webmasters from cheating, and although that helps in some way a lot of people succeed in tricking the system and ranking higher than others. Cheating is not something that we recommend doing, because it may as well have a reverse effect and you might find yourself in Google’s site blacklist for that. One of the absolutely legal ways to improve the position of your website or blog is to increase it’s PR or Page Rank and this is done by building quality backlinks to your site. How this can be done is a matter of another discussion, but for now lets settle for a more detailed explanation of what is Google’s Page Rank and how it is being measured, along with a links to a website where you can check your current PR….
If you would like more information on SEO services visit Victorious.
What is Google Page Rank?
Page Rank relies on the uniquely democratic nature of the web by using its vast link structure as an indicator of an individual page’s value. This is one of the most crucial tasks after dropping in the necessary information. Hence, a few of them take help of Austin SEO company. In essence, Google interprets a link from page A to page B as a vote, by page A, for page B. But, Google looks at more than the sheer volume of votes, or links a page receives; it also analyzes the page that casts the vote. Votes cast by pages that are themselves “important” weigh more heavily and help to make other pages “important”. In other words, a Page Rank results from a “ballot” among all the other pages on the World Wide Web about how important a page is. A hyperlink to a page counts as a vote of support. The Page Rank of a page is defined recursively and depends on the number and PageRank metric of all pages that link to it (“incoming links”). A page that is linked to by many pages with high PageRank receives a high rank itself. If there are no links to a web page there is no support for that page. Google assigns a numeric weighting from 0-10 for each webpage on the internet ; this Page Rank denotes a site’s importance in the eyes of Google. The scale for Page Rank is logarithmic like the Richter Scale and roughly based upon quantity of inbound links as well as importance of the page providing the link.
Simple Solution to Fight SPAM Comments
4, Jun 2009Nowadays the spam comments in blogs have become quite a serious problem for almost any blogger. There are a lot of automated solutions that try to block the automatic spam bots that visit your blog and leave a mess in the comment sections of your posts. But why should you add additional heavy load to your hosting server with very advanced spambot protection solutions that are hard to implement and configure and not always provide 100% protection when there are some very simple and still quite efficient solutions?
One such solution is the Block-Spam-By-Math WordPress Plugin that protects registration, login and comment forms from spambots by just adding a simple math question to it (example: “What is 4+3 ?“). This approach should give you 100% anti-spam protection and if any spambot bypasses it you can quickly and easily modify is just a bit to get back your full protection. So say bye-bye to the SPAM comments with the help of the quick and simple solution provided by Block-Spam-By-Math that needs noting more than to upload and activate it. And the best thing for this plugin is that it not only protects your blog from spam comments, but also from automated registrations and login attempts. And the only small drawback is that by default you also get the math question when you are logged in and need to post a comment to answer to a question from your visitors…
– Download Block-Spam-By-Math WordPress Plugin