---
title: "Is Google's tracking of interstitials going to harm my ranking?"
description: "On August 2016 Google announced that they will be able to track which pages use interstitials that block content by displaying ads or other obtrusive"
url: "https://www.tassos.gr/blog/is-google-s-tracking-of-interstitials-going-to-harm-my-ranking"
date: "2026-05-02T11:00:08+00:00"
language: "en-GB"
---

#  Is Google's tracking of interstitials going to harm my ranking?

 ![Tassos Marinos](https://www.gravatar.com/avatar/cc4c5cd6974bf2cd8bfa2d6efcc60843?s=48)  Tassos Marinos  [Follow](https://x.com/tassosm)

 Published in [Blog](https://www.tassos.gr/blog)

 Sep 16 2016

 1 min read

 Last updated may 21 2024

 ![Is Google's tracking of interstitials going to harm my ranking?](https://www.tassos.gr/media/k2/items/src/576492c356d8e0278dfa7b752bad5bc8.jpg)On August 2016 Google announced that they will be able to track which pages use interstitials that block content by displaying ads or other obtrusive and irrelevant content. You can read all about it [in their announcement](https://webmasters.googleblog.com/2016/08/helping-users-easily-access-content-on.html).

## [What does this mean for particular uses of EngageBox](#what-does-this-mean-for-particular-uses-of-engagebox)

We feel obliged to emphasize that Engage Box will not harm your Google ranking by itself alone. You'd have to be using one of Google's described-as-obtrusive ways in order for it to cause any harm and we want to **strongly emphasize that you refrain from using such tactics**.

## [Is there a general rule that I should know to be in the clear?](#is-there-a-general-rule-that-i-should-know-to-be-in-the-clear)

Yes! The general rule is to refrain from using **fullscreen popups** (or interstitials as they like to call them) for your mobile viewports! Having that in mind you'll have no problem at all.

 [ ![Schema and Structured Data Extension for Joomla](https://www.tassos.gr/images/joomla-extensions/google-structured-data/banner.png) ](https://www.tassos.gr/joomla-extensions/google-structured-data/?utm_source=tassos&utm_medium=blog&utm_campaign=blogAfterContent&utm_content=google-structured-data) Schema and Structured Data Extension for Joomla

 Markup your content with structured data and enhance the appearance of your website with rich results. Boost Joomla SEO in a few clicks.

 5.0 rate from 311 reviews

 [ Get Google Structured Data ](https://www.tassos.gr/joomla-extensions/google-structured-data/?utm_source=tassos&utm_medium=blog&utm_campaign=blogAfterContent&utm_content=google-structured-data)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Is Google's tracking of interstitials going to harm my ranking?",
            "item": "https://www.tassos.gr/blog/is-google-s-tracking-of-interstitials-going-to-harm-my-ranking"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/is-google-s-tracking-of-interstitials-going-to-harm-my-ranking"
    },
    "headline": "Is Google's tracking of interstitials going to harm my ranking?",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/576492c356d8e0278dfa7b752bad5bc8.jpg"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://x.com/tassosm"
    },
    "datePublished": "2016-09-16T10:39:08+03:00",
    "dateCreated": "2016-09-16T10:39:08+03:00",
    "dateModified": "2024-05-21T10:27:26+03:00"
}
```
