I have a site that I developed that uses I page main.php. all content
is decided by a variable. It's a magazine web site so there are
issues per month. I use a session variable to keep track of what
issue they are looking at. From that session variable I can change
color, background and menu list. Now the session variable is set by
default according to what month it is.
Now, there are regular articles that are in each issue so in each
issue you get:
main.php?dir=as phalt
And according to what issue the session variable is set to you will
get any of the articles by the same author.
QUESTION
If Google scans a previous month and it comes up on Google, it will
send you to the current column and not the older one that had the key
word in it. How can I make a URL that will allow Google to know the
difference?
Thanks for any help!
is decided by a variable. It's a magazine web site so there are
issues per month. I use a session variable to keep track of what
issue they are looking at. From that session variable I can change
color, background and menu list. Now the session variable is set by
default according to what month it is.
Now, there are regular articles that are in each issue so in each
issue you get:
main.php?dir=as phalt
And according to what issue the session variable is set to you will
get any of the articles by the same author.
QUESTION
If Google scans a previous month and it comes up on Google, it will
send you to the current column and not the older one that had the key
word in it. How can I make a URL that will allow Google to know the
difference?
Thanks for any help!
Comment