# Meta tags

# Stop google from indexing the Web Site

To stop google from indexing your site, you need to include the following in the head.

```html
<meta name=”robots” content=”noindex”>
```