1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Best Modules for SEO Friendly Drupal site

Discussion in 'Drupal' started by fmadvisor, Jan 29, 2010.

  1. #1
    Hi,

    Lately I have seen some folks discussing how to properly prepare a drupal site for on-site SEO..I was surprised many were not aware of some modules that make your Drupal SEO very easy...

    Install the following modules and you will have clean urls, the ability to customize page titles, add custom meta tags (for google webmaster verification, etc), and control page descriptions.

    Pathauto - Used along with the core module, Path. Will automatically generate clean url's for your site.
    (requires mod_rewrite installed on your host...make sure you have a host that supports this)

    Nodewords - This module will allow you to set your meta tags and create custome tags for verification purposes.

    Page Title - This one lets you customize the page title for each node. You can set them to whatever keywords you like and/or use existing Drupal tokens.

    I also use the Google Analytics module as an easy way to add analytics info to each page.

    Other things to be aware of..I also will tweak my .htaccess file to force any request as domain.com/whatever to rewrite as www.domain.com/whatever... helps for analytical purposes.

    Doing that is easy.. just open your .htaccess file and uncomment out the following:
    RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
    RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

    and replace example with your domain name.

    ..If you do the above your site will be ready for your on-site SEO work, with the exception of handling your <h1> tags..but that involves playing with the page and node tpl's...which is for another day.
     
    fmadvisor, Jan 29, 2010 IP
  2. westside85

    westside85 Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    XML sitemap modul is very important
     
    westside85, Jan 30, 2010 IP
  3. Coolof

    Coolof Peon

    Messages:
    191
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Coolof, Jan 30, 2010 IP
  4. duckz

    duckz Active Member

    Messages:
    245
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    68
    #4
    nodeword module?
     
    duckz, Feb 1, 2010 IP
  5. kothar

    kothar Active Member

    Messages:
    289
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #5
    There are lots of modules like Meta tags Site verification which can be used to verify your site with Bing Yahoo Google.
    But the real pain lies in setting the SE friendly Urls for yours site. You have to be very careful with that.
     
    kothar, Feb 12, 2010 IP
  6. cakka

    cakka Member

    Messages:
    159
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #6
    how about related content ?
    i think it will be better :)
     
    cakka, Mar 2, 2010 IP
  7. tnk

    tnk Active Member

    Messages:
    277
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    68
    #7
    tnk, Mar 26, 2010 IP
  8. NickM

    NickM Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    1. Clean urls enabled
    2. XML sitemap
    3. Nodewords
     
    NickM, Mar 30, 2010 IP
  9. RumpledElf

    RumpledElf Well-Known Member

    Messages:
    1,054
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    100
    #9
    Pathauto isn't critical but it really really makes things nicer. I have an old, large, messy drupal site and have set up pathauto to give me a half-decent URL based on the node type and a bunch of other stuff automatically. I couldn't survive without this module.
     
    RumpledElf, Apr 29, 2010 IP
  10. hellboyjaa

    hellboyjaa Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    http://drupal.org/project/nodewords
    Code (markup):
     
    hellboyjaa, May 3, 2010 IP
  11. balajibala

    balajibala Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    hi,

    these are the following modules used for SEO purposes:
    path
    path auto
    toke
    nodewords
    sitemap
    xml sitemap
     
    balajibala, May 4, 2010 IP
  12. jaikanth12

    jaikanth12 Guest

    Messages:
    119
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #12
    The best Modules for SEO Friendly Drupal site are ;
    Path
    path auto
    token
    node words,
    site map
    XTML site map.
    Meta tag module
    Custom breadcrumbs module
    Search 404 module
     
    jaikanth12, May 18, 2010 IP
  13. Selfhelp

    Selfhelp Well-Known Member

    Messages:
    77
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    111
    #13
    Does anybody have a link to a Drupal site or two? I've been using Wordpress but I'm thinking about using Drupal for some of my new sites only I don't even know what they look like.
    Cheers
     
    Selfhelp, May 19, 2010 IP
  14. duckz

    duckz Active Member

    Messages:
    245
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    68
    #14
    try this one FondswervingOnline.nl straight from drupal.org featured website, you can find more in drupal.org front page
     
    duckz, May 27, 2010 IP
  15. Selfhelp

    Selfhelp Well-Known Member

    Messages:
    77
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    111
    #15
    Thank you for the link. That particular theme is also very interesting.. it has a very open feel to it.
     
    Selfhelp, May 27, 2010 IP
  16. Selenium

    Selenium Member

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #16
    Path, Pathauto, sitemap and sometimes nodewords.
     
    Selenium, Jun 2, 2010 IP
  17. arrisweb

    arrisweb Well-Known Member

    Messages:
    1,277
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    160
    #17
    yes, but on live website be careful when install pathauto. I have to deactivate this module, because there is problem with node permission.
    (/admin/content/node-settings)
     
    arrisweb, Jun 5, 2010 IP
  18. bnandika

    bnandika Well-Known Member

    Messages:
    1,079
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    140
    #18
    Is this a joke ? Because I never get any problem with pathauto in live websites :D
     
    bnandika, Jun 7, 2010 IP