Connecting Tech Pros Worldwide Help | Site Map

aliasing query strings

  #1  
Old July 17th, 2005, 12:28 PM
Russel H
Guest
 
Posts: n/a
Fellow developers,
I Am trying to find a way to alias my query strings so I can optimize my
site for search engines. Currently my site is doing well in search
results with my static content, but since I've switched to dynamic content
(same material) the engines don't fine my stuff, not even the build in
search
that comes from my host.

so simply, my question is, how can I change:

www.anysite.com/details.php?cat=food

to www.anysite.com/food.htm

My site depends heavily on search engine traffic, so any help would be
greatly appreciated.


  #2  
Old July 17th, 2005, 12:29 PM
Dave Patton
Guest
 
Posts: n/a

re: aliasing query strings


"Russel H" <r@h.noway> wrote in
news:xdwPd.128$d%2.49@bignews5.bellsouth.net:
[color=blue]
> Fellow developers,
> I Am trying to find a way to alias my query strings so I can optimize
> my site for search engines.[/color]

You asked the same thing in alt.comp.lang.php, where you
have replies waiting.

What is the accepted way to share a message across multiple newsgroups?
http://smjg.port5.com/faqs/usenet/xpost.html
Why and how to crosspost
http://www.cs.tut.fi/~jkorpela/usenet/xpost.html

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
  #3  
Old July 17th, 2005, 12:29 PM
John Dunlop
Guest
 
Posts: n/a

re: aliasing query strings


Russel H wrote:
[color=blue]
> Currently my site is doing well in search results with my static
> content, but since I've switched to dynamic content (same material)
> the engines don't fine my stuff, not even the build in search
> that comes from my host.[/color]

So let me get this straight. The content was 'static'
before, but now it is 'dynamic' even though it is the same
material. Why is that?

--
Jock
  #4  
Old July 17th, 2005, 12:29 PM
knoak
Guest
 
Posts: n/a

re: aliasing query strings


Try 'mod rewrite', and if that's out of the question look here:

http://groups.google.nl/groups?hl=nl...oglegroups.com

Hope it helps!


"Russel H" <r@h.noway> wrote in message news:<xdwPd.128$d%2.49@bignews5.bellsouth.net>...[color=blue]
> Fellow developers,
> I Am trying to find a way to alias my query strings so I can optimize my
> site for search engines. Currently my site is doing well in search
> results with my static content, but since I've switched to dynamic content
> (same material) the engines don't fine my stuff, not even the build in
> search
> that comes from my host.
>
> so simply, my question is, how can I change:
>
> www.anysite.com/details.php?cat=food
>
> to www.anysite.com/food.htm
>
> My site depends heavily on search engine traffic, so any help would be
> greatly appreciated.[/color]
  #5  
Old July 17th, 2005, 12:29 PM
Alvaro G. Vicario
Guest
 
Posts: n/a

re: aliasing query strings


*** Russel H escribió/wrote (Sat, 12 Feb 2005 18:28:09 -0500):[color=blue]
> site for search engines. Currently my site is doing well in search
> results with my static content, but since I've switched to dynamic content
> (same material) the engines don't fine my stuff, not even the build in
> search that comes from my host.
>
> so simply, my question is, how can I change:
>
> www.anysite.com/details.php?cat=food
>
> to www.anysite.com/food.htm[/color]

Is is true there're search engines out there that don't know that different
URL arguments make different pages? Does anyone actually use such a useless
service?


--
-+ Álvaro G. Vicario - Burgos, Spain
+- http://www.demogracia.com (la web de humor barnizada para la intemperie)
++ Manda tus dudas al grupo, no a mi buzón
-+ Send your questions to the group, not to my mailbox
--
  #6  
Old July 17th, 2005, 12:31 PM
Tim Roberts
Guest
 
Posts: n/a

re: aliasing query strings


"Russel H" <r@h.noway> wrote:[color=blue]
>
>I Am trying to find a way to alias my query strings so I can optimize my
>site for search engines. Currently my site is doing well in search
>results with my static content, but since I've switched to dynamic content
>(same material) the engines don't fine my stuff, not even the build in
>search
>that comes from my host.
>
>so simply, my question is, how can I change:
>
>www.anysite.com/details.php?cat=food[/color]

Are you aware that a search engine can only "find" this page if you have an
explicit link to this page on one of your other pages?

And are you aware that search engines don't go out and and probe your site
every day? It can take a long time for Google to get around and refresh
its picture of your site.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
managed string library Robert Seacord answers 87 September 23rd, 2006 05:15 PM
author index for Python Cookbook 2? Andrew Dalke answers 10 July 19th, 2005 12:26 AM