SEO and CMS

Discussion in 'Search Engine Optimization' started by jayL, Dec 26, 2006.

  1. #1
    I have been researching about SEO a lot and it seems like using CMS for the whole website is not a good practice. Well, that's what most people say in their blogs and other forum posts.

    Here's what I got so far :

    CMS has dynamic URLS and bad for indexing
    CMS have less control over meta tags

    Guessing from the two, I think those two are like the top two things the crawlers look for while reading your site. Correct me if I'm wrong.

    Now, I just want to hear more of other people's feedbacks and of course some relevant issues regarding this two industries not being a good combination, or should I say loveteam, on the web.
     
    jayL, Dec 26, 2006 IP
  2. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #2
    I bet you don't know what mod_rewrite is!!
     
    Richie_Ni, Dec 26, 2006 IP
  3. jayL

    jayL Peon

    Messages:
    525
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Well, I have read about mod_rewrite but never tried it yet. Are there any drawbacks mod_rewriting page names?
     
    jayL, Dec 26, 2006 IP
  4. p2y

    p2y Well-Known Member

    Messages:
    581
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    123
    #4
    not only know mod_rewrite . most of cms s uses 'id s' to get content , for example page.php?id=3 . u must have some php knowladge and change the system . Then use mod_rewrite to turn them into html pages .
    ********************
    RewriteEngine on

    RewriteRule ^([^/\.]+)\.html$ index.php?page=$1 [L]
    *********************
    you can change index.php?page=something to /something.html with it
    good luck :)
     
    p2y, Dec 26, 2006 IP
  5. MrBounce

    MrBounce Active Member

    Messages:
    215
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #5
    that aside, i think crawlers love fresh unique content more than anything else, which is what a cms is designed to facilitate.
     
    MrBounce, Dec 26, 2006 IP
  6. jayL

    jayL Peon

    Messages:
    525
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    MrBounce: That was my main scope. I know that search engines now are somewhat crazy over fresh content. With a CMS based website, this will be no problem at all (copy, paste, publish).

    So I am guessing, after publishing it is a good practice to use mod_rewrite to represent the content pages in order to allow crawlers to recognize them immediately as static pages before tagging or submitting to directories.
     
    jayL, Dec 26, 2006 IP
  7. Seiya

    Seiya Peon

    Messages:
    4,666
    Likes Received:
    404
    Best Answers:
    0
    Trophy Points:
    0
    #7
    No, mod_rewrite is the best thing you could ever learn about for SEO.... and CMS's... and its a must for any kind of CMS nowadays.
     
    Seiya, Dec 26, 2006 IP
  8. TheMadHat

    TheMadHat Peon

    Messages:
    88
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Many CMS packages now have plugins that are SEO friendly and don't require mod rewrite.
     
    TheMadHat, Dec 26, 2006 IP
  9. Anghus

    Anghus Peon

    Messages:
    510
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Jupp, try out Joomla if you are looking for a good CMS systems that are easy to maintain SEO friendly.
     
    Anghus, Dec 26, 2006 IP
  10. aditya_sfs

    aditya_sfs Peon

    Messages:
    2,271
    Likes Received:
    389
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Maintaining a big content based website which changes frequently can be a tough and difficult job without a CMS. And afterall modern CMS provide all the features including making URLs SE Friendly as well as allowing custom meta tags for different pages. ;)

    There is nothing wrong with CMS. :p
     
    aditya_sfs, Dec 26, 2006 IP