Hello,
Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.
If you’re selling images on your platform than you can use Product Schema where ever applicable. I would also go with image meta data schema which lists various things like copyright, credit, creator etc. You can learn more about this schema here: https://developers.google.com/search/docs/appearance/structured-data/image-license-metadata
Apart from these you can also add Schema for Sitelink Searchbox, Local SEO.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Thank you
thanks for your answer.
The site does not sell images, it only provides free, copyright-free images for download.
And I wanted to know what kind of schema to insert?
this is the site:
I try to insert the site link but it does not appear publicly
Hello,
Please note that Sitelink is a bit different from Sitelink Searchbox. The Sitelink is an automatic process and you don’t need to add schema for that. The Searchbox however can be enabled in our plugin by using following this quick guide: https://rankmath.com/kb/sitelinks-searchbox-schema/
For a website that provides free, copyright-free images for download, you may want to use the https://schema.org/ImageObject markup. This markup can be used to describe an image and its properties, such as the image URL, height, width, and caption. This schema markup is provided by Rank Math by default.
Here’s an example implementation:
{
"@context": "https://schema.org/",
"@type": "ImageObject",
"contentUrl": "https://example.com/images/image.jpg",
"height": "800",
"width": "1200",
"caption": "A beautiful landscape photo",
"description": "This is a stunning photo of a mountain range at sunset.",
"author": {
"@type": "Person",
"name": "John Smith"
},
"license": {
"@type": "CreativeWork",
"name": "Public Domain"
}
}
If you need to customize it further, you need the PRO version to allow you to edit the schema.
Hope that helps.
Thank you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.