This is a powerful new feature of Zoom V6, and given the number of people asking us about this, we thought it would be nice to elaborate on it a bit more.
The feature is documented in detail in the V6 Help file (under "Indexing your website" -> "Custom Meta Search Fields").
The Custom Meta Fields feature in V6 allows you to create a database-like search criteria for your website or online shop. This means you can have additional search fields like "Price", "Author", etc. for each item. It effectively means you can use Zoom to build simple custom databases with a multi-criteria search without actually having a database.
You will need to specify these fields and their values in the HTML of the pages being indexed. You do this with meta tags like the following:
And then you setup Zoom (on the "Custom Meta Fields" panel of the "Configure" tab) to correspond to these fields so that it knows how to pick these up.
We have a demo site here that shows this feature in action.
The feature is documented in detail in the V6 Help file (under "Indexing your website" -> "Custom Meta Search Fields").
The Custom Meta Fields feature in V6 allows you to create a database-like search criteria for your website or online shop. This means you can have additional search fields like "Price", "Author", etc. for each item. It effectively means you can use Zoom to build simple custom databases with a multi-criteria search without actually having a database.
You will need to specify these fields and their values in the HTML of the pages being indexed. You do this with meta tags like the following:
<meta name="NUMROOMS" content="1">
<meta name="PRICE" content="300000">
<meta name="SUBURB" content="Sydney">
<meta name="AGENT" content="Bob McGuinn">
<meta name="SUBURB" content="Sydney">
We have a demo site here that shows this feature in action.
And there's a tutorial here which goes through in detail how this demo site was setup. We recommend looking at these two links in conjunction with the V6 Help file.
Comment