katkım olsun, image görseller için mutlaka schema kullanın ve lisans sayfanız olsun. Hem daha hızlı indexlenir hem de kişisel kullanım için lisanslanabilir hale gelir. Google tarafından doğrulanmış, geçerli kullanımım şöyle:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ImageObject",
"name": "...",
"description": "...",
"contentUrl": "https://phpc.x/x.png",
"mainEntityOfPage": "https://phpc.x/",
"fileFormat": "image/png",
"uploadDate": "2025-06-05",
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"acquireLicensePage": "https://phpc.x/licensing",
"copyrightNotice": "© 2025 Phpc. Licensed for personal, non-commercial use only.",
"creditText": "Image created by Phpc.x",
"creator": {
"@type": "Organization",
"name": "Phpc.x"
},
"author": {
"@type": "Organization",
"name": "Phpc.x"
}
}
</script>