Posts Tagged ‘Drupal’

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

By Fili • Mar 28th, 2007 • Category: Drupal, SEO

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 on how to use them.
-
First off, if you haven’t [...]



Website Google Search results within your Drupal site

By Fili • Feb 28th, 2007 • Category: Drupal, Making Money

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 search is very heavy on database and query resources and this allows giving [...]



Drupal SEO - using robots.txt to avoid content duplication

By Fili • Feb 22nd, 2007 • Category: Drupal, SEO

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 Drupal does offer many ways of reaching your content, you should block certain URL and URL paths by defining the right robots.txt.
Up till [...]



IE7 login problems on various Drupal installations

By Fili • Feb 21st, 2007 • Category: Drupal

Seems like this has been a major issue in many Drupal installations. After reading through endless articles on this bug, here are the two patches I’ve applied to different installations for Drupal 4.7.6:
http://drupal.org/node/6696#comment-182857
Symptom: I cant log in even though I entered the correct username and password. It just reloads the page with the log in, [...]



Two Drupal installations with a shared userbase

By Fili • Jan 20th, 2007 • Category: Drupal

I’ve implemented a  ”two Drupal installations with a shared userbase” setup last week with Drupal 4.7 and to my extreme surprise it worked like a charm and the whole thing took less than 15 minutes.
I have two sites, running on the same server, each on a different database, which I wanted to use the same userbase. If [...]