Skip to content

Instantly share code, notes, and snippets.

View mcka-dev's full-sized avatar

Andrei Krasutski mcka-dev

View GitHub Profile
@mcka-dev
mcka-dev / schema-org-structured-data-markup-using-microdata.html
Last active December 2, 2017 16:02 — forked from milanaryal/schema-org-structured-data-markup-using-microdata.html
An example of how to mark up a HTML5 webpage using the schema.org schemas and microdata.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Site Title</title>
<link rel="stylesheet" href="/assets/css/style.min.css">