bhartzer

msg:677707 | 8:00 pm on Apr 26, 2004 (gmt 0) |
I would call that "personalization" rather than cloaking. What would the search engine see?
|
BetaChat

msg:677708 | 8:22 pm on Apr 26, 2004 (gmt 0) |
If the url was "index.php". The main intro page. If the url was "index.php?goto=anotherpage" then "anotherpage" would be shown. The thing I'm really getting at is to use just one page instead of "anotherpage.php" and so on. There is a reason for it.
|
DaveAtIFG

msg:677709 | 9:18 pm on Apr 26, 2004 (gmt 0) |
It's cloaking if users and spiders get different content. [webmasterworld.com...] It's almost certain to be considered cloaking by SEs if what's in their cache doesn't match what's available at the URL they indexed.
|
yummycarp

msg:677710 | 9:36 pm on Apr 27, 2004 (gmt 0) |
I think this question is still unanswered and I have the same question. Is it bad to have the whole website use index.php/var1/var2 Does the ranking suffer if the same script is used even though it sends back unique pages? Does it matter if .php is in the middle of the url or at the end, ie. will a search engine prefer domain.com/var1/var2/page.php over domain.com/index.php/var1/var2 (by prefer I mean 2 things, 1. any indexing problems? and 2. any ranking drawbacks?) Thanks.
|
BetaChat

msg:677711 | 9:55 pm on Apr 27, 2004 (gmt 0) |
I'm under the impression that if the output of my "index.php?goto=there" is one thing on my browser, and something different on the cached index of the search engine. I think.
|
volatilegx

msg:677712 | 6:18 pm on Apr 29, 2004 (gmt 0) |
It is not cloaking. Cloaking is when you show different content based on the identity of the client (viewer). Having the URL specify different content by using different parameters is definitely not cloaking. However, you may have problems getting organic listings in Google using such a system. Google will only recognize so many parameters. You might want to consider using Mod_Rewrite to translate regular URLs into the parameters... so that you could make links like this: [yourdomain.com...] rewrite into this: [yourdomain.com...]
|
|