DatoCMS site search
===============

DatoCMS Site Search is a way to deliver tailored search results to your site visitors. You can think of it as a replacement for the now discontinued Google Site Search.

## Installation

Via CDN add our JS and CSS in your page:

```html
<link rel="stylesheet" href="https://unpkg.com/datocms-search/styles/index.css" />
<script src="https://unpkg.com/datocms-search/dist/datocms-search.widget.js"></script>
```

## Documentation

[Read the complete documentation on our site](https://www.datocms.com/docs/search/).

