Webpage Certification Framework
Usage
Provides verification of authenticity, content integrity, security compliance, and legitimate ownership for websites, preventing fraud, phishing, and misinformation online.
Framework ID
webpage
URI format
url:<canonical-url>
Examples :
url:wakweli.comfor https://wakweli.com/
Expected data parameters (optional)
description: Free text describing the requestresources[]: add extra ressources to the requesttype: Resource's mime-typeurl: IPFS URL of the resourcedescription: Free text describing the ressource
{
"image": "", // IPFS url of the image
"description": "<description>", // Free text describing the request
"resources": [
{
"type": "", // Resource's mime-type
"url": "", // IPFS URL of the resource
"description": "" // Free text describing the ressource
}
]
}