Cookie Schema ld+json
SEO Help and Tips
Cookie Schema ld+json
SEO Performanance Optimize Json Schema. Fix No Index issues, Valid items detected by Google Rich Results.
There are many essential Schema in my site, Please use them to get better SEO performance.
Note. Use this Schema Example by change your "Website name", "Url", "Description" ,"Mail Address".
<script type="application/ld+json">{ "$schema": "https://json-schema.org/draft-07/schema#", "@type":"Cookie","title": "Cookie", "description": "Schema for representing cookie data", "type": "object", "properties": { "name": { "type": "string", "description": "Your Website" }, "value": { "type": "string", "description": "The value of the cookie" }, "domain": { "type": "string", "description": "example.com" }, "path": { "type": "string", "description": "The path within the domain where the cookie is valid" }, "expires": { "type": "string", "format": "date-time", "description": "12/12/2050. 12:00" }, "secure": { "type": "boolean", "description": "Specifies if the cookie should only be transmitted over secure (HTTPS) connections" }, "httpOnly": { "type": "boolean", "description": "Specifies if the cookie should be accessible only through HTTP requests and not JavaScript" }, "sameSite": { "type": "string", "enum": ["Strict", "Lax", "None"], "description": "Specifies the SameSite attribute of the cookie (Strict, Lax, or None)" } }, "required": ["name", "value"] }</script>
Comments
Post a Comment
Thanks for your Comments.