Kak Irudini

Catatan Belajar, Kuliah, Kerja, dll.

Showing posts with label metadata. Show all posts
Showing posts with label metadata. Show all posts

2022/01/24

RDFa for LocalBusiness

Posted by Kak Irudini on 2022/01/24 11:19 AM in metadata

IRUDINI.ID -


RDFa or Resource Description Framework in Attributes is a W3C Recommendation that adds a set of attribute-level extensions to HTML, XHTML and various XML-based document types for embedding rich metadata within Web documents. The Resource Description Framework (RDF) data-model mapping enables its use for embedding RDF subject-predicate-object expressions within XHTML documents. It also enables the extraction of RDF model triples by compliant user agents.

Reference:
https://en.wikipedia.org/wiki/RDFa

2022/01/23

Microdata for LocalBusiness

Posted by Kak Irudini on 2022/01/23 9:47 PM in metadata

IRUDINI.ID -


Microdata is a WHATWG HTML specification used to nest metadata within existing content on web pages. Search engines, web crawlers, and browsers can extract and process Microdata from a web page and use it to provide a richer browsing experience for users. Search engines benefit greatly from direct access to this structured data because it allows them to understand the information on web pages and provide more relevant results to users.

Reference:
https://en.wikipedia.org/wiki/Microdata_(HTML)