Search code examples
opencartopencart2.xopencart2.3

Opencart remove demo catalog


when paste my web site link to Facebook time line the demo banner image appear in the preview although i removed them enter image description here


Solution

  • You have to use facebook open graph markup. Using this you can set title, description and image. To set an image, use this

    <meta property="og:image" content="IMAGE_URL" /> 
    

    Use those tags inside <head>. May be helpful, try this open graph markup