What is the best way to include misspellings and synonyms in product searching (that doesn't involve using Custom Product Fields).
Announcement
Collapse
No announcement yet.
Misspellings and Synonyms Searching
Collapse
X
-
Misspellings and Synonyms Searching
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Tags: None
-
Originally posted by Rick Wilson View PostThis is one of the reasons we've built Vexture, you don't need to include or plan for those. They just work.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
If you do not want to use custom fields, or third party search, or wait for the product we're releasing that would solve this specific problem, then the remaining options would be:
1) come up with every possible misspelling and synonym for every consequential word, in every product, and put them in the description hidden from humans. You'd have also needed to do this work for custom fields too of course. Then keep doing it every time any product is added or updated.
2) Ensure the site is as AI-bot friendly as possible, and adopt one for use as a site search. e.g. ensuring semantic html and structured data for every product, optimized AI readability (not JS and not image-based), alt tags on images, meta tags, then run a crawl simulator against it.
Comment
-
Originally posted by ILoveHostasaurus View PostIf you do not want to use custom fields, or third party search, or wait for the product we're releasing that would solve this specific problem, then the remaining options would be:
1) come up with every possible misspelling and synonym for every consequential word, in every product, and put them in the description hidden from humans. You'd have also needed to do this work for custom fields too of course. Then keep doing it every time any product is added or updated.
2) Ensure the site is as AI-bot friendly as possible, and adopt one for use as a site search. e.g. ensuring semantic html and structured data for every product, optimized AI readability (not JS and not image-based), alt tags on images, meta tags, then run a crawl simulator against it.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
[QUOTE=ILoveHostasaurus;n724482
1) come up with every possible misspelling and synonym for every consequential word, in every product, and put them in the description hidden from humans..[/QUOTE]
If you have a field (such as product footer) that is unused. Wrap the template call with <!-- --> so client doesn't mess that part up. (Learned this the hard way.)Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
-
Wait for AI Search or ...
Add synonyms to page title tag or a customfield and then add spellcheck to input tag.
Check search logs for high priority typos and synonyms.
Code:<input type="text" id="mySearch" spellcheck="true">
Comment
-
Not a bad idea...but of course they also need to do the seat/seats thing.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
Comment