SearchIQ has an infrastructure that can handle billions of searches per day. So, we want our clients not bothering by this when they use our service. However, if your site is at high volume and you should consider to use our paid package that comes with better SLA.
Document limit is applied to Account level. However, we give you good buffer if you are not too far exceeded your account limit.
Each time a request is sent to the server, we count it as 1 operation. It includes index, autocomplete keystroke, search and etc. For example, if user is attempting to type in “travel agency” to the search bar, per each character user typed there will be a request to our server for suggestion. Often time, user doesn’t need to finish typing the full phrase before they can spot the result they want. For our data, it indicate it takes in avg 5 characters for a user to locate what they are looking for. That is to say, if you divide operation counts by 5, you can roughly obtain the number of search intents from your users.
SearchIQ is working our best to make site search a great experience to users. So, we have given out lots of premium features to FREE accounts. However, there are a set of features we keep it for our paid users. They are listed as below:
- Higher limit in amount of documents for paid account.
- Faceted search
- Cross-domain search capability
- Hosted post and product thumbnails on our own image servers and distribute them out on CDN networks for fast performance.
- Larger time range in analytic reports.
- PDF file support
- White labeling that allows you to remove our logo.
- and more…
And we will constantly add more features to our paid service.
To help our crawler extract content from your site accurately you can add meta tags to each web page. Our crawler support the following meta tags: Schema.org and The Open Graph protocol
Here we provide examples of the meta tags:
<ul>
<li><strong>Schema.org:</strong>
<ul>
<li>Post title: <code><meta =”name” content=”Page title”/></code></li>
<li>Short description: <code><meta =”description” content=”Here you can put short description”/></code></li>
<li>Post image: <code><img =”image” src=”post-image.jpg”/></code> or <code><meta =”thumbnailUrl” src=”thumbnail-40×40.png”/></code></li>
<li>Post content: <code><article =”articleBody”>… here is the post content …</article></code> or <code><div =”text”>… here is the post conten …</div></code></li>
<li>Post author: <code><meta =”author” content=”Author Name”/></code> or <code><meta =”creator” content=”Author Name”/></code></li>
</ul>
</li>
<li><strong>The Open Graph protocol</strong>
<ul>
<li>Post title: <code><meta property=”og:title” content=”Page title”/></code></li>
<li>Short description: <code><meta property=”og:description” content=”Here you can put short description”/></code></li>
<li>Post image: <code><meta property=”og:image” content=”post-image.png”/></code></li>
</ul>
</li>
</ul>