<head> componentsο
- <head> components
shortcut icon
<title>
canonical link
core amp library: v0.js
story library: amp-story-1.0.js
Attention
Will need to correctly set title and canonical URL for each instance.
<!DOCTYPE html>
<html amp lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width"/>
<link rel="shortcut icon"
href="https://ontomatica.io/static/image/logo/onto-symbol-w252-h252.svg"/>
<title>
Knowledge Graph
</title>
<link rel="canonical"
href="https://directory/index.html" />
<script async
src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-story"
src="https://cdn.ampproject.org/v0/amp-story-1.0.js"></script>