Re: Search Engines

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 43841
interpreted = N
texte = Alex has hit the nail on the head.You either write the pages out or you make the pages appear like they are there.Making the pages available is the first big part of making a site search engine friendly. I have a couple of documents I wrote explaining the rest of the mysteries if you are interested. We actually offer this as part of our service.Question marks are not your friend.----- Original Message ----- From: Alex McCombie To: WebCatalog Talk Sent: Friday, September 27, 2002 9:15 AM Subject: Re: Search Engines > On 9/26/02 7:09 AM, Alan White wrote: > > > Hi > > > > I was wondering if anyone had advice as to how to go about making a WC site > > search engine friendly? I know that store builder comes with a feature for > > doing this but otherwise I was hoping others might have come up with > > solutions for custom built sites... > > > > Hope you can help... > > > > Alan > [Warning] The following option is labor intensive[/warning] > > If you really wanted to you could employ the following logic. > > Dynamic content links to pages that do not exist in the following fashion: > > A href=/site/dynamicvarname/dynamicvarvalue/index.tpl > > Then if you control your 404 error page you can extract out the variable(s) > and implement them into the non existent page. > > Similarly you could also, more easily, pass variables all within the file > name such as: > A href=/site/value-value-value.tpl > > > For various functions and with control over the error page this can be used > to complete search engine friendly (verb) a section of a site. > > We use this example in a discussion forum. Each link to the form used to go > to an address such as: > A href=topic.tpl?sku=62365t12492 > > Where the sku was queried and shown on the screen. > A href=62365t12492.tpl > > Where the error page is trapped and the file name is stripped of the .tpl > and the sku is queried, we can essentially take a forum with 20,000 entries > and turn it into what appears to be 20,000 pages. > > > Now, once again, this can be a cumbersome process to get started but one you > do the possibilities for things like forums, stores, press releases, etc are > quite numerous. > > > Best of luck > Alex > > > > By adopting the concept of > Alex J McCombie New World Media > Chief Information Officer Drawer 607 > 800/724.8973 Fair Haven, NY 13064 > Alex@NewWorldMedia.com http://OurClients.com > > Interface Designer WebDNA Programmer Database Designer > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] o search engines index .db files? (Stuart Tremain 2009)
  2. Re: [WebDNA] o search engines index .db files? (sbraun 2009)
  3. Re: [WebDNA] o search engines index .db files? ("Dan Strong" 2009)
  4. Re: [WebDNA] o search engines index .db files? (Terry Wilson 2009)
  5. Re: [WebDNA] o search engines index .db files? (Donovan Brooke 2009)
  6. Re: [WebDNA] o search engines index .db files? (Stuart Tremain 2009)
  7. [WebDNA] o search engines index .db files? (sbraun 2009)
  8. Re: Do search engines index .tpl pages? ( Jim Ziegler 2006)
  9. Re: Do search engines index .tpl pages? ( Peter Shefler 2006)
  10. Re: Do search engines index .tpl pages? ( "Bess Ho" 2006)
  11. Re: Do search engines index .tpl pages? ( Bob Minor 2006)
  12. Re: Do search engines index .tpl pages? ( Stuart Tremain 2006)
  13. Do search engines index .tpl pages? ( Peter Shefler 2006)
  14. Re: Search Engines (Auto Krafters 2002)
  15. Re: Search Engines (Alan White 2002)
  16. Re: Search Engines (Alan White 2002)
  17. Re: Search Engines (Daniel Schutzsmith 2002)
  18. Re: Search Engines (Dan Strong 2002)
  19. Re: Search Engines (Andrew Simpson 2002)
  20. Re: Search Engines (Andrew Simpson 2002)
  21. Re: Search Engines (Alex McCombie 2002)
  22. Re: Search Engines (Dan Strong 2002)
  23. Re: Search Engines (Robert Wade 2002)
  24. Re: Search Engines (Dan Strong 2002)
  25. Search Engines (Alan White 2002)
  26. Re: search engines (Jim Lanford 2001)
  27. Re: search engines (Glenn Busbin 2001)
  28. Re: search engines (Andrew Simpson 2001)
  29. Re: search engines (Jim Lanford 2001)
  30. Re: search engines (Glenn Busbin 2001)
  31. Re: search engines (Will Starck 2001)
  32. search engines (Kelly Wiseman 2001)
  33. WebCatalog in the search engines (Brian B. Burton 2001)
  34. Re: Search Engines (Glenn Busbin 2000)
  35. Re: Search Engines (John Butler 2000)
  36. Re: Re[2]: Search Engines (Glenn Busbin 2000)
  37. Re[2]: Search Engines (jpeacock@univpress.com 2000)
  38. Re: Search Engines (Glenn Busbin 2000)
  39. Re: Search Engines (Brian Boegershausen 2000)
  40. Search Engines (Glenn Busbin 2000)
  41. Re: WebCat and search engines (Kenneth Grome 1998)
  42. WebCat and search engines (Sam Lewis 1998)
Alex has hit the nail on the head.You either write the pages out or you make the pages appear like they are there.Making the pages available is the first big part of making a site search engine friendly. I have a couple of documents I wrote explaining the rest of the mysteries if you are interested. We actually offer this as part of our service.Question marks are not your friend.----- Original Message ----- From: Alex McCombie To: WebCatalog Talk Sent: Friday, September 27, 2002 9:15 AM Subject: Re: Search Engines > On 9/26/02 7:09 AM, Alan White wrote: > > > Hi > > > > I was wondering if anyone had advice as to how to go about making a WC site > > search engine friendly? I know that store builder comes with a feature for > > doing this but otherwise I was hoping others might have come up with > > solutions for custom built sites... > > > > Hope you can help... > > > > Alan > [Warning] The following option is labor intensive[/warning] > > If you really wanted to you could employ the following logic. > > Dynamic content links to pages that do not exist in the following fashion: > > A href=/site/dynamicvarname/dynamicvarvalue/index.tpl > > Then if you control your 404 error page you can extract out the variable(s) > and implement them into the non existent page. > > Similarly you could also, more easily, pass variables all within the file > name such as: > A href=/site/value-value-value.tpl > > > For various functions and with control over the error page this can be used > to complete search engine friendly (verb) a section of a site. > > We use this example in a discussion forum. Each link to the form used to go > to an address such as: > A href=topic.tpl?sku=62365t12492 > > Where the sku was queried and shown on the screen. > A href=62365t12492.tpl > > Where the error page is trapped and the file name is stripped of the .tpl > and the sku is queried, we can essentially take a forum with 20,000 entries > and turn it into what appears to be 20,000 pages. > > > Now, once again, this can be a cumbersome process to get started but one you > do the possibilities for things like forums, stores, press releases, etc are > quite numerous. > > > Best of luck > Alex > > > > By adopting the concept of > Alex J McCombie New World Media > Chief Information Officer Drawer 607 > 800/724.8973 Fair Haven, NY 13064 > Alex@NewWorldMedia.com http://OurClients.com > > Interface Designer WebDNA Programmer Database Designer > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Andrew Simpson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

[format 40s]text[/format] doesn't work (1997) Erotic Sites (1997) [WebDNA] Warning about a bad client (2015) no [search] with NT (1997) Security Issues and WebCommerce Solution (1997) Users and groups for local directories (1999) WebCat website for developers and hosters (2001) emailer (1997) Webten 4.0 Plugin Question (2000) Setting up shop (1997) searchable list archive (1997) WebCat2: multiple currency support (1997) WebCat2b13MacPlugIn - syntax to convert date (1997) ANother SHOWIF problem (1997) [username][password] not showing up! HELP! (1999) WebDelivery: One step closer !! (1997) Erotic Sites (1997) Re2: frames & carts (1997) Max DB Size (2004) Date fun with MySQL (2004)