I have a question about the custom permalink structure

Discussion in 'WordPress' started by roweis, Aug 28, 2011.

  1. #1
    I have a question about the custom permalink structure: does it make any difference if I choose either one of the following two:

    /%postname%

    or

    /%postname%/

    In other words, does it make any difference if I use /%postname% (without the final slash) or /%postname%/ (with the final slash) ?

    Thank you for your help,

    Robert
     
    roweis, Aug 28, 2011 IP
  2. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,200
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #2
    My understanding is that its less resource intensive to use /%postname%/ but with regard to SEO it doesn't make a difference.
     
    dcristo, Aug 28, 2011 IP
  3. livelife09

    livelife09 Active Member

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #3
    Yea, as long as search engines can read your post title
     
    livelife09, Aug 29, 2011 IP
  4. moffey

    moffey Active Member

    Messages:
    1,180
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    53
    #4
    i use this structure /%postname%.html
     
    moffey, Aug 29, 2011 IP
  5. ethikz

    ethikz Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The only difference in those to permalinks is if you want to have a slash at the end of your filename..

    For example:

    www.mydomain.com/about
    OR
    www.mydomain.com/about/


    As far as resource intensive goes

    /%category%/ AND
    /%postname%/ are both very resource intensive because they are text fields and at the beginning of your permalink structure. It of course takes time for Wordpress to distinguish between post names and page names.

    For SEO purposes I would recommend postname since it is cleaner and provides "Keywords", not to mention it's a short url.

    I hope this helps and clears things up for you.
     
    ethikz, Aug 29, 2011 IP
  6. daniel.UK

    daniel.UK Greenhorn

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    This does not make a difference at all my friend as you have nothing following the %postname% tag. If there would have been something following the tag, only then it would have made a difference...
     
    daniel.UK, Aug 30, 2011 IP