home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / mystore / instructions / links.txt < prev    next >
Encoding:
Text File  |  1999-02-03  |  2.5 KB  |  55 lines

  1.  
  2.             *****************************
  3.             MyStore 3.x LINKS INFORMATION
  4.             *****************************
  5.  
  6. Near the top of most pages in your store software are two meta tags.  
  7. These are HTML elements that let you describe your store, and its
  8. products.  These tags along with the page title are frequently used
  9. by Internet search engines to index (list and link) your pages.
  10.  
  11. The pages of greatest importance will be those that show up at a top
  12. level.  These are "index.htm" (if used), "storefront.htm", 
  13. "welcome.htm", and in the Files folder, "nav.htm", and "promoin.htm".
  14.  
  15. The title should have your store name along with some key words.  For
  16. instance, at MyStore we use something like the following:
  17. <TITLE>== E-Commerce Shopping Cart = MyStore = The Fastest Store on the Web ==</TITLE>
  18.  
  19. Around line 12:
  20. For the description tag, in "content=", enter, between the single
  21. quotes, a complete sentence describing your store.
  22.  
  23. For the keyword tag, in "content=", between the single quotes, enter
  24. key words, separated by commas, describing your store and your products.
  25. IE:  'hardware,nuts,bolts,rakes'.
  26.  
  27. Viewing some of the documents in your store outside of the entire
  28. frameset that defines it would not make sense.  This could result in
  29. numerous useless links to your store.  We call these maverick links.
  30. They can be turned your advantage when handled properly by giving you
  31. multiple links from a search engine.
  32.  
  33. To this end, we provide a "navigation aid", var url = " ";, that
  34. appears in most pages around line 25. This is a URL that automatically
  35. loads in the event that one of these documents is linked. As a result,
  36. you might consider entering titles and the meta information on all of 
  37. your pages with this navigation aid.
  38.  
  39. The principle pages in question are thoes that are linked from the
  40. "storefront.htm" file.  These are:  "welcome.htm", "promoin.htm", 
  41. "category_db.htm", "db.htm", and "archive.htm".
  42.  
  43. The default url in the navigation aid is http://Zanadu.com.  No, this
  44. is not an attempt for MyStore.to gain visitors.  We will be setting up
  45. a shopping mall at Zanadu.com and will link all commercially registered 
  46. storefront software from this site to your store domain.  This will
  47. give your store exposure beyond just the links you create and will
  48. allow users following these maverick links to find you.
  49.  
  50. You can change this url if desired to one of your own opening
  51. documents.  This should be index.htm (if used) or storefront.htm.
  52. IE: var url = "http://yourdomain.com/storefront.htm";
  53.  
  54.             ****************************
  55.