Re: Search Engines

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 43837
interpreted = N
texte = Alan,First off, let me say that I am not an expert on this subject (and I don't even play one on TV...) but I'd be happy to share what I currently know and maybe some of the other, more experienced Jedi's can chime in to fill in the blanks...Nothing I can think of offhand is specifically related to WC, but moreso to dynamic sites in general, like minimizing the use of 'unfriendly' URLs (www.yourdomain.com?variable1=whatever&variable2=ok) in favor of passing variables through forms whenever possible, like so: .A neat and clean little trick to this end is to make all of your navigation form-based so you can pass variables through them:
But this, of course creates ugly grey buttons. However, the use of styles can make them prettier, if you don't mind buttons as navigation:
Even prettier (in my opinion), is to use images as submit 'buttons', and this can be done in such a way to look like 'normal' navigation:
Style sheets & WC together can make solutions like this fairly elegant and transparent once they're thought out...On the subject of dynamic content itself, I'm not totally clear on this, and frankly I've given up thinking about it in favor of using Google's AdWords Select and Overture to drive targeted traffic to my (clients') sites rather than rely solely on Search Engine rankings themselves, but since Search Engines/Spiders feed on static body text just be sure to have lots of relevant text on each page that relates to the page's meta data, and try to repeat your keywords, etc. throughout each page. Play with using [variables] to make naming your ALT tags automatic & easy, and above all, relevant to the page.After I build a site I like to hit each page with Keyword Extractor to help optimize my keywords for each page. It's somewhat time consuming, but worthwhile: http://www.analogx.com/contents/download/network/keyex.htmI believe that WC Storebuilder's 'Spider-Food' function thing pores through the products.db and then takes each product's title/description and spits it out as a static html page which has links to each product. Any dynamic content you are concerned about, you might want to do this with.And lastly, I can't stress enough the importance of a Site-Map. Besides being helpful for your site users, it helps tremendously with your Search Engine Listings. My listings went through the roof after I built this page and linked to it from the other pages in my site creating a 'circle' http://www.StrongGraphicDesign.com/sitemap.htmlOk, I've rambled enough and stayed away from some work I don't feel like doing :) but need to, so I'll leave you with a few links and hopefully all of this will help.http://www.spiderfood.net/ http://www.pandia.com/ http://www.searchenginewatch.com/-Dan ------------------------------------------- http://www.StrongGraphicDesign.com (208) 319-0137 | Toll-free p/f 877-561-1656 On Thu, 26 Sep 2002 13:09:51 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 > > >------------------------------------------------------------- >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)
Alan,First off, let me say that I am not an expert on this subject (and I don't even play one on TV...) but I'd be happy to share what I currently know and maybe some of the other, more experienced Jedi's can chime in to fill in the blanks...Nothing I can think of offhand is specifically related to WC, but moreso to dynamic sites in general, like minimizing the use of 'unfriendly' URLs (www.yourdomain.com?variable1=whatever&variable2=ok) in favor of passing variables through forms whenever possible, like so: .A neat and clean little trick to this end is to make all of your navigation form-based so you can pass variables through them:
But this, of course creates ugly grey buttons. However, the use of styles can make them prettier, if you don't mind buttons as navigation:
Even prettier (in my opinion), is to use images as submit 'buttons', and this can be done in such a way to look like 'normal' navigation:
Style sheets & WC together can make solutions like this fairly elegant and transparent once they're thought out...On the subject of dynamic content itself, I'm not totally clear on this, and frankly I've given up thinking about it in favor of using Google's AdWords Select and Overture to drive targeted traffic to my (clients') sites rather than rely solely on Search Engine rankings themselves, but since Search Engines/Spiders feed on static body text just be sure to have lots of relevant text on each page that relates to the page's meta data, and try to repeat your keywords, etc. throughout each page. Play with using [variables] to make naming your ALT tags automatic & easy, and above all, relevant to the page.After I build a site I like to hit each page with Keyword Extractor to help optimize my keywords for each page. It's somewhat time consuming, but worthwhile: http://www.analogx.com/contents/download/network/keyex.htmI believe that WC Storebuilder's 'Spider-Food' function thing pores through the products.db and then takes each product's title/description and spits it out as a static html page which has links to each product. Any dynamic content you are concerned about, you might want to do this with.And lastly, I can't stress enough the importance of a Site-Map. Besides being helpful for your site users, it helps tremendously with your Search Engine Listings. My listings went through the roof after I built this page and linked to it from the other pages in my site creating a 'circle' http://www.StrongGraphicDesign.com/sitemap.htmlOk, I've rambled enough and stayed away from some work I don't feel like doing :) but need to, so I'll leave you with a few links and hopefully all of this will help.http://www.spiderfood.net/ http://www.pandia.com/ http://www.searchenginewatch.com/-Dan ------------------------------------------- http://www.StrongGraphicDesign.com (208) 319-0137 | Toll-free p/f 877-561-1656 On Thu, 26 Sep 2002 13:09:51 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 > > >------------------------------------------------------------- >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/ Dan Strong

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:

Nesting format tags (1997) How much is too much? I can never remember the answer. (2002) Need relative path explanation (1997) NT considerations (1997) setting taxable to true (1997) WebCat2: Items xx to xx shown, etc. (1997) WebCat2b13MacPlugIn - [showif][search][/showif] (1997) WebTen and WebCat (1997) Add command creates new cart but I'm passing existing cart...? (2000) Version 2.0 and 1.6 simultaneous (1997) problems with WebCat-Plugin (1997) Truncated value after space - refresh my memory.... (1997) RE: WebCat and image maps (1997) Nested tags count question (1997) NT BETA BUG???? (1997) Cookie still not working (1999) Webstar 1.3.1 PPC (1997) Stored Procedures using MySQL 5 (2005) [WebDNA] online.db deadlock: your current options ... (2011) can WC render sites out? (1997)