Long Tail Traffic Statistics & Impact on Caching Strategy


Simple Thoughts Traffic

I am sure you have heard about long tail theory on web traffic. Just how important is it?

The pie-chart on your left shows the long tail traffic on Simple Thoughts blog. The colored segment represents the top 10 most popular articles on this blog and accounts for approximately 12% of traffic. The remaining 88% is contributed by the long tail. Full article (162 words) »

Google AdSense Changes Its Own Rule for ImDB?

I don't get Google AdSense. Last year with great fanfare they announced making the text of the ad non-linkable while keeping the title and URL linkable. This lead to immediate loss of huge revenue by publishers worldwide. And yet they are glaringly violating their own rules for ImDB.

Full article (179 words) »

My Big Mistake With Google AdSense Section Targeting

I was one of the early adopters of Google AdSense section targeting technology for getting more contextual ads. Almost as soon as it came out I implemented them to highlight the key content of the site (or so I thought) for AdSense. However I made a BIG mistake.

Full article (297 words) »

Why Zemanta, The Blogger’s Helper, Sucks

Zemanta is a nice little WordPress plugin which allows you to discover tags and linkable items within your content as well as images to include. In short it could have a nice little blogger's elf, helping you to create richer content. However it fails in several ways, the most prominent of which is its aggresive backlinking policy.

Full article (235 words) »

Providing Free Upgrades for Translator Plugin Pro & Translator Plugin Gold

We have started providing free upgrades for (WordPress) Translator Plugin Pro (Version 5.2) & (WordPress) Translator Plugin Gold (Version 1.2) to all our existing customers.

Full article (164 words) »

(WordPress) Translator Plugin Gold Version 1.2 Released

WordPress Translator Plugin GoldTranslator Plugin Gold (for WordPress blogs) provides automatic machine translation of blogs in 32 languages (more will be added soon) - German, Spanish, French, Italian, Portuguese, Japanese, Korean, Chinese Simplified, Chinese Traditional, Arabic, Dutch, Greek, Russian, Norwegian, Brazilian Portuguese, Bulgarian, Croatian, Czech, Danish, Finnish, Hungarian, Icelandic, Latin American Spanish, Filipino, Polish, Romanian, Serbian, Slovenian, Swedish, Welsh, Turkish and Latin. We provide unlimited free updates and upgrades and 6 months of free support.
Translator Plugin Gold has a lucrative affiliate program too. You can make a cool 30% from each sale!

The new features and fixes in version 1.2 (free upgrade for existing customers) are:

New Features

  1. Directory browsing of translator plugin directory has been disabled for better security.
  2. The ability to switch off translation statistics (from translator option page under Basic->Statistics->Disable Statistics section). You may gain some performance by switching off the statistics simply because it uses a database query to store the data. You can still use the Statistics widget to display your existing statistics. However it will not be updated if you decide to switch off stats. You can again switch it on any time.
  3. In Translator Plugin Gold 1.2 we added a new hook / callback facility to enable you to view and process the translated page before it is served to the end user. Please refer to developer guide to know how to use it. The importance of this hook cannot be understated.
    You can use the tgTranslatorPostFilterHook to edit / modify the content of the translated pages before it is served to the user. You can also take action based on the content or engine used to translate the page.
    This hook can be used to handle errors in translation or even catch and process new types of errors. The actions include 1. ability to send custom error pages, 2. re-direct to original pages (for example in case of error), 3. displaying custom error messages and more. Few use cases for this hook are:

    • Provide customized title, meta tags & descriptions for translated pages to eliminate concerns about duplicate content. Check out the translated pages in simple thoughts for some usage examples (hint: look at the meta tags and title).
    • Provide custom error pages or re-direct to original page when translator is unable to translate a page (due to overload or temporary unavailability of engines).
    • Filter translated pages
    • Add your own content to translated pages like advertisements etc. You can also do it using existing translator API. However this provides full control over processing translated pages before it is served to the end-user.

Full article (705 words) »

(WordPress) Translator Plugin Pro Version 5.2 Released

WordPress Translator Plugin ProTranslator Plugin Pro (for WordPress blogs) provides automatic machine translation of blogs in 13+1 languages (many more will be added soon) - German, Spanish, Russian, Arabic, Dutch, Greek, French, Italian, Portuguese, Japanese, Korean, Chinese Simplified, Chinese Traditional and optionally Norwegian (note: we provide 32 languages with Translator Plugin Gold). We provide unlimited free updates and upgrades and 6 months of free support. The new features and fixes in version 5.2 (free upgrade for existing customers) are:

New Features

  1. Directory browsing of translator plugin directory has been disabled for better security.
  2. The ability to switch off translation statistics (from translator option page under Basic->Statistics->Disable Statistics section). You may gain some performance by switching off the statistics simply because it uses a database query to store the data. You can still use the Statistics widget to display your existing statistics. However it will not be updated if you decide to switch off stats. You can again switch it on any time.
  3. In Translator Plugin Pro 5.2 we added a new hook / callback facility to enable you to view and process the translated page before it is served to the end user. Please refer to developer guide to know how to use it. The importance of this hook cannot be understated.
    You can use the tgTranslatorPostFilterHook to edit / modify the content of the translated pages before it is served to the user. You can also take action based on the content or engine used to translate the page.
    This hook can be used to handle errors in translation or even catch and process new types of errors. The actions include 1. ability to send custom error pages, 2. re-direct to original pages (for example in case of error), 3. displaying custom error messages and more. Few use cases for this hook are:

    • Provide customized title, meta tags & descriptions for translated pages. Check out the translated pages in simple thoughts for some usage examples (hint: look at the meta tags).
    • Provide custom error pages or re-direct to original page when translator is unable to translate a page (due to overload or temporary unavailability of engines).
    • Filter translated pages
    • Add your own content to translated pages like advertisements etc. You can also do it using existing translator API. However this provides full control over processing translated pages before it is served to the end-user.

Full article (619 words) »

Must Read: Google Robots.txt Parsing Weirdness

Google search bot (Googlebot) parses robots.txt file to find excluded sections of the site like any good webbots. However unlike the other bots, Google bot behaves differently when you have a section for all bots (*) as well as a section specifically for Googlebot.

Full article (167 words) »

Warning: XML SiteMap Generator Plugin for WordPress May Report Fewer URL’s

Arne Brachold's popular XML Sitemap generator plugin for WordPress may report fewer URL than that exists on your website. This in turn means less URL's which you are submitting to search engines for indexing.

Full article (253 words) »

Translator Plugin Gold 1.1 Released

Translator Plugin GoldTranslator Plugin Gold provides automatic machine translation of your WordPress blog in 32 languages - German, Spanish, French, Italian, Portuguese, Japanese, Korean, Chinese Simplified, Chinese Traditional, Arabic, Dutch, Greek, Russian, Norwegian, Brazilian Portugue, Bulgarian, Croatian, Czech, Danish, Finnish, Hungarian, Icelandic, Latin American Spanish, Filipino, Polish, Romanian, Serbian, Slovenian, Swedish, Welsh, Turkish and Latin.

The new features in version 1.1 are:

1. In the option page (under Advanced -> Miscellaneous section) it now provides SQL queries which you can execute in your database to significantly speed-up Translator Pro on heavily trafficked sites. It adds indexes to the tables for faster querying.

2. Improved user interface

3. Translator Plugin Pro adds a new feature to verify completeness of translated pages by checking for keywords or tags in your page. This elegantly handles the failures in third party translation engine. This adds to the extensive checks we perform to ensure quality and completeness of translated pages.

4. New translation engine errors have been added for automatic fail-over support and load-balancing.

5. Overall performance improvement and optimizations have been added to this release.

6. New extensive documentation have been added in this release, old documentation revised and updated. You can read the full documentation here. Don't forget to check our developer API for writing your custom look and extensions.

You can read about all the features here.

We now provide online help desk on our new support site. Please register there for customer support.

Please post your feedback in Translator Plugin Gold forum.

Translator Plugin Gold 1.1 is fully compatible with WordPress 2.5 as well as earlier version of WordPress.

Protected by Comment Guard Pro