Medlem
|
|
Reg.datum: Aug 2006
Inlägg: 99
|
|
Medlem
Reg.datum: Aug 2006
Inlägg: 99
|
Ett litet förhoppningsvis intressant inlägg till diskussionen:
Google-medarbetaren Matt Cutts skriver i sin blog: "Don’t use “&id=” in the URL for anything other than a session ID. Since it generally is a session ID, we treat it as such and usually don’t include those URLs in the index." Han hänvisar i övrigt till Googles guidelines.
Ok så, .../page.php?id=54 är det samma som ../page.php?whatever-kor-och-pungdjur&id=54. Det fungerar inte så bra pga att de behandlar det som ett session ID.
|