Viewing 1 replies (of 1 total)
  • Are you using a page on your sidebar, because if you have added rich snippet to you contact page, it might be coming from your contact page.

    A fix which you can use to hide the snippet box in sidebar:
    Add the following code in your style.css

    #sidebar #snippet-box {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Content displayed on sidebar’ is closed to new replies.