Does Google index Get Variables in PHP sites like http://website.com/page.html?var=va

Discussion in 'Search Engine Optimization' started by Jordan Garn, Dec 31, 2008.

  1. #1
    Ok,

    So if I have a URL like this:

    http://domain.com/page?variable=value

    Would Google be able to read the stuff after the variable as a keyword for Search engine Friendly URLs like so:

    http://domain.com/page?keyword=value

    Thanks
     
    Jordan Garn, Dec 31, 2008 IP
  2. gibbs_h

    gibbs_h Peon

    Messages:
    94
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi Jordan,
    Google would be indexing such pages and keywords as variable in the urls but would not index if they include session id's.
    I would suggest you to use mod_rewrite rule, This way all urls would look somewhat static and indexable, and still you can run php and have everything dynamic in your website.
     
    gibbs_h, Dec 31, 2008 IP
  3. Jordan Garn

    Jordan Garn Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    how do you use a mod_rewrite rule
     
    Jordan Garn, Jan 2, 2009 IP