Why are my full size images getting indexed?
I did a google image search for large files on my site:
I noticed that full size images are being indexed by google and adding to my bandwith...
However, when I go to the page of one of these images, I notice that the image is actually being transformed?
For some reason, my full size images are adding to my bandwith.
-
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; 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.
Comments
1 comment