Everyone knows how important searching is on the 'Net these days. Google rules all - if you don't show up in search, you're not even in the game! We've got tons of information on getting your site indexed, but what about searching within your site? If customers make it to your site but can't find what they're after, you're still going to be hurting.
By default, the basic search looks at products' name, SKU, and manufacturer part number fields. You can also use the advanced search feature to let customers search your products' descriptions. Sometimes that's not enough though - if you're selling soda and the customer looks for 'pop' and doesn't find anything...off they go. 
So, what to do? Here's an easy trick that lets you add hidden keywords to product descriptions that the advanced search will pick up. In the RAD editor used to set the product description, switch to HTML view and enter something like this:
<asp:literal text="keyword1, keyword2" visible="false" runat="server" id="keywordholder"></asp:literal>
This will place a hidden field on the page that customers can't see, but that the search can. Whatever you enter in the 'text' attribute will work as keywords, making your products easier to find on your site!
5e946530-ecfe-43d5-9dee-4f2edd4d6d19|9|4.4
Tags: