(Tips) SEO for Drupal (Basic SEO For Drupal)
Tips : SEO for Drupal (Basic SEO For Drupal)
I am using Drupal for over 3+ years now (I had started with v4.6, now v7.0 is in production) and undoubtedly drupal is one of the most powerful open source CMS in the world. Its been used by some of the biggest sites in the world (MTV, Sony, Amnesty etc) and to me is one of the most search engine friendly CMS if you think of its power and flexibility. The only problem with drupal is, its not built solely for SEO and not by search engine specialist (they are all crazy programmers) hence though it can be tweaked into a super SEO friendly site, you need to know everything about it.
I have Never seen any SEO guide on drupal specially for latest version 5.x and 6.x so I felt to write one myself. This is my pay back to such amazing people who are working day and night to build drupal. If you have subsequent questions you can ask them in comments.
Here the Complete Guide to Do SEO for Drupal.
Basic SEO for Drupal
1. Make sure You enable clearn urls and install pathauto module. This is the first step in making your drupal site search engine friendly. Also make sure you get the path settings right for all the content types. By default, Drupal create urls like /content/this-is-page but you can change it to suit your site more, say /review/nike-shoes etc
2. Use Global Redirect module to avoid all kind of content duplication. Since by detault a page can be accessed with two urls /node/317 and /content/this-is-url , this causes lot of duplication and confuses search engines. Global redirect avoid all such problems by 301 redirecting /node/xxx types of urls to their corresponding urls.
3. Use Meta Keywords (Nodewords) module to put description and meta keywords on any page.
4. Use page Title Module which gives custom title meta tag. This is a great module as you can target two similar keywords in search engines, using title meta tag and actual title of the page (displaying it with H1 tag)
5. robots.txt - Though its always better to use and edit robots.txt manually, you can use robots.txt module to generate robots.txt file automatically. Its perfect if you are running multiple sites on drupal.
6. Use XMLSitemap to create sitemaps which are very handy on big sites and ecommerce sites to get the pages indexed in google and other search engines.
7. SEO checklist is another good module which you can use on your drupal site. The module itself don’t do much but provides a checklist of SEO modules which you can install on your site. [..]
Courtesy : Nbridges.com
- guru's blog
- Login to post comments
![Drupal-6-Book-[Building Powerful and Robust Websites with Drupal 6].jpg](http://www.drupalranch.com/images/Drupal-6-Book-[Building%20Powerful%20and%20Robust%20Websites%20with%20Drupal%206].jpg)