CMS

Content duplication, redirecting and other tips for using Feedburner feeds

Using Feedburner? then you should disable your feeds from search engine indexing. After you're done tweaking your robots.txt to avoid content duplication and sorting your .htaccess to setup all the redirects you should also take care of the content duplication Continue Reading →

Joomla SEO : SEO friendly URL structure

The URL structure is an important factor in SEO and user friendliness, and Joomla's default structure is lacking. Alledia asks "What is the best URL setup for Joomla and why?" and does an incredible job of detailing all the options for optimizing the Joomla Continue Reading →

WordPress SEO : Verifying 404 Not-Found headers are not OK

WordPress also has "404 not found" issues. In the last post we discussed "Drupal SEO : Verifying 404 Not-Found/Forbidden headers are not OK and custom 404 pages" but it seems that this problem persists across CMSes, like Wordpress, that fail to return Continue Reading →

Drupal SEO : Verifying 404 Not-Found/Forbidden headers are not OK and custom 404 pages

Search engines care about dead pages in your site that were not found,  so that those can be differentiated from the rest of the site. Search engines expect a "404 not found" message, and you probably rely on  Drupal to support that. Are you really sure Continue Reading →

WordPress SEO : Fix the WordPress default permalink duplicate behavior

Even if you do have the right WordPress permalink structure, WordPress wrongly treats a path with or without a trailing backslash the same way, although some search engines, like Google, see that as duplicate content. So it's not only that WordPress Continue Reading →

Drupal SEO : The top Drupal SEO modules and how to use them

Drupal has the best out-of-the-box SEO performance of any CMS software that I've used, and yet there are a few easy to implement modules that would give an additional boost in Drupal's SEO performance. Here are the top Drupal modules for Drupal SEO and best practices Continue Reading →

WordPress SEO : Change to a new permalink structure while maintaining the old one

Many WordPress bloggers that start off  blogging without much knowledge of SEO, soon realize realize that the WordPress permalink structure they chose wasn't well-optimized for search-engines. Although being aware of the problem, some chose to stick Continue Reading →

WordPress SEO : using robots.txt to avoid content duplication

Google really doesn’t like content duplication on sites and so it is advisable to prevent the Google crawler from reaching the same content on your site from more than one url. Since WordPress does offer many ways of reaching your content, you should block Continue Reading →

Dynamic Page-Titles with Joomla-SMF

To get a dynamic pagetitle in Joomla-smf, edit your template's index.php and add the following right after the <head> : <?php global $sc, $context, $settings; if (!defined('SMF')){require ("administrator/components/com_smf/config.smf.php");require ($smf_path."/SSI.php");} $sc Continue Reading →

Website Google Search results within your Drupal site

I've played around with how to integrate Google Search results for the Drupal installations within the Drupal site, and finally found the right posts on how to make that happen in Drupal. This is an extremely useful feature for two reasons : Builtin Drupal Continue Reading →