Drupal 7 Multilingual Sites Extra Topics
Submitted by kristen on Wed, 03/14/2012 - 23:05
I was not able to include everything I wanted into my Drupal 7 Multilingual Sites book due to space limitations, so here is a list of some extra topics, tips, and tricks that didn't make it in:
- kristen's blog
- 22042 reads
This is a featured content block that has been configured to show blog nodes with terms SEO or Drupal SEO by the author kristen. It shows random list of 20 results in the block and 30 results on the more page.
- Drupal Has Multiple h1 Tags
- Free SEO Tools
- Drupal Pathauto Module
- Drupal Node Teaser SEO
- Fix Duplicate Content with Global Redirect Module
- HTML Validation: Free HTML Validator Tools
- Drupal Pathauto URL Aliases Settings
- Drupal SEO Modules
- Free Google Keyword Research Tool
- Drupal SEO Reviews
- Basic SEO Top 10
- 503 HTTP Status Code when Site Down
- BADCamp Drupal SEO Presentation 2009
- Kristen
- Make Drupal SEO Friendly
- Drupal Meta Tags (nodewords) Module for SEO
- Drupal Nofollow Link Sculpting
Comments
XAMPP and Localization Update Module (I10n_update)
Hi,
If we use a local server such as XAMPP it may be better to change
drupal_set_time_limit(240);
to
drupal_set_time_limit(0);
in file I10n_update.local.inc
By the way, drupal_set_time_limit(0); stands for unlimited time.
I had to make that modification to make its works.
Robert