Skip to main content

Why are my full size images getting indexed?

Comments

1 comment

  • Shirly Manor

    Hi,

    I looked at your  source and it seems that you are using the original image as your og:image: 

    <meta property="og:image" content="http://res.cloudinary.com/fy/image/upload/v1515642161/tikrwz7fd897lwuhi3rj.jpg">

     

    Furthermore, In the metadata it using the original too:

    <script type="application/ld+json">
    {
      "@type": "Event",
      "context": "http://schema.org",
      "name":"Forrest Yoga Workshops, Melbourne, Australia 2018.",
      "startDate":"2018-Feb-23",
      "location": {
      "@type": "Place",
      "name": "Forrest Yoga",
      "address": {
      "@type": "PostalAddress",
      "streetAddress": "260 Nicholson Street",
      "addressLocality": "Seddon",
      "postalCode": "3011",
      "addressRegion": "Victoria",
      "addressCountry": "Australia"
      }
      },
      "image":"http://res.cloudinary.com/fy/image/upload/v1515642161/tikrwz7fd897lwuhi3rj.jpg",
      "description":"Join Ana Forrest &amp;amp; Jose Calarco for 3 incredible Forrest Yoga Workshops in February Melbourne, Australia 2018."
      }
     
    </script>

     Can you please change it to the transformed URL and see if that helps?  
     

     

     

    0

Post is closed for comments.