Another question,

When designing a web application, as a lot of people know, it is no longer a
good idea to use (or let your framework use) a "?" to append parameters to
the URL. The reason is that Google, being the dominating search engine,
ignores everything past the "?", thus making the rest of the web site
un-indexed in most search engines (since google is used to run most search
engines).

I have seen quite a number of pretty big web sites make this mistake and you
can't find one product from that web site on Google.

Be that as it may, has anyone extended the controller to process something
that would be an alternative to "?"-based links?

Does anyone know??

Thanks,
Yaakov.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to