> For the complete documentation index, see [llms.txt](https://docs.nebotheme.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nebotheme.com/themes/craftype/additional-content-ads.md).

# 📈Additional Content (Google AdSense)

You can put content or ads on your website anywhere with Additional Content. Different places are available for each form of website, so you can position your content either before or after the site.

Under **Appearance** → **Customize** → **Additional Content**. you can find extra content areas.&#x20;

This could be personalized ads, shortcodes, basic HTML content or something else!

### How to turn on [**Google AdSense**](https://www.google.com/adsense)

go to **Appearance** → **Customize** → **Additional Content** → **Google AdSense**

<div align="left"><img src="https://1906976410-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIZtHfnCi0yDn20wjAk%2F-MIc7G1q1vjseNtCEBzc%2F-MIc8O6ckNNudaTBv-VU%2F2020-10-02%2010_08_54-Customize_%20Cmsmasters.png?alt=media&amp;token=23cf9fb3-f2e0-4607-aa79-d699bec79251" alt=""></div>

### Examples of using additional content

{% tabs %}
{% tab title="Google AdSense" %}

```markup
<div class="grid-container pb-5 pt-5">
     <ins class="adsbygoogle"
          style="display:block"
          data-ad-client="ca-pub-123456789"
          data-ad-slot="123456789"
          data-ad-format="auto"></ins>
</div>
```

{% endtab %}

{% tab title="Banner" %}

```markup
<div class="grid-container pb-5 pt-5">
    <a href="https://1.envato.market/nebotheme">
        <img src="https://via.placeholder.com/1200x300" alt="Banner">
    </a>
</div>
```

{% endtab %}
{% endtabs %}
