Using the custom meta fields are great. Sort of.
When using the CMF for a set value, they can be great. That is if used when the value
will always be the same and a dropdown or multiple select is used on the search page.
But when you add in a text input box. And variables that vary. I consider using them a bad idea. That will leave visitors with the assumption. What the were searching for was not on on your sire.
Even if a "Partial Substring match" is chosen for the text field while setting up the CMF.
Results will not show up when any variant of the field is implemented.
Explanation.
Your site sells books. Your CMF is names Book. and the "contents" consist of the index generated by zoom for that CMF.
Example represent 4 pages from the site.
<meta name="Books" content="C++">
<meta name="Books" content=" Java apps">
<meta name="Books" content="css and you">
<meta name="Books" content=" Php why ">
Above values have single spacing.
Some one searches using a text input box for the CMF named Books.
Query 1- 4 * represents a space and is not inputed in the search.
C*++
Java-apps
Css*and**you
Php**why
Absolutely zero books would be found.
Thanks to the space. As far as I can tell a "space" is all it takes to cause "no results found". I am sure there are more things then a space that will confuse zoom.
If I am wrong please let me know.
Nick
When using the CMF for a set value, they can be great. That is if used when the value
will always be the same and a dropdown or multiple select is used on the search page.
But when you add in a text input box. And variables that vary. I consider using them a bad idea. That will leave visitors with the assumption. What the were searching for was not on on your sire.
Even if a "Partial Substring match" is chosen for the text field while setting up the CMF.
Results will not show up when any variant of the field is implemented.
Explanation.
Your site sells books. Your CMF is names Book. and the "contents" consist of the index generated by zoom for that CMF.
Example represent 4 pages from the site.
<meta name="Books" content="C++">
<meta name="Books" content=" Java apps">
<meta name="Books" content="css and you">
<meta name="Books" content=" Php why ">
Above values have single spacing.
Some one searches using a text input box for the CMF named Books.
Query 1- 4 * represents a space and is not inputed in the search.
C*++
Java-apps
Css*and**you
Php**why
Absolutely zero books would be found.
Thanks to the space. As far as I can tell a "space" is all it takes to cause "no results found". I am sure there are more things then a space that will confuse zoom.
If I am wrong please let me know.
Nick
Comment