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
-
The store owner sort of needs it now as he is trying to move from SearchSpring to the native Miva search. (And it has not been easy).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
-
I've already mentioned it to the client. He's signed up for the beta. He's got until September before he has to make the move. This gives us time to figure out why the update to Shadows 10.12.02 is breaking a critical (to him) portion of the PROD page layout.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.
spellcheck attribute will only indicate typos with a dashed underline but user can still submit it.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
-
While not a bad idea, we are dealing with almost 10,000 products that would need to be tweaked or have some sort of custom field populated. The store owner is extremely frustrated (as I am too) that the default search cannot find something as simple as "brake pads" even though every product for them has just "brake pad" in the name and description. He was hoping to be able to save money by dropping SearchSpring...Originally posted by alphabet View PostWait 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.
spellcheck attribute will only indicate typos with a dashed underline but user can still submit it.Code:<input type="text" id="mySearch" spellcheck="true">
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
Comment