@oothkoo/seo-js
Version:
A simple vanilla JavaScript SEO library for SPAs (Single Page Applications).
25 lines (23 loc) • 633 B
HTML
<html lang="en">
<head>
<title>Seo.js</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head>
<body>
<style type="text/css">
.header {
margin: 10px 0px 10px 0px;
}
.results {
}
</style>
<script src="dist/seo-1.0.5.min.js" type="text/javascript"></script>
<script src="demo/index.js" type="text/javascript"></script>
<div class="header">
Seo.js - Open devtools console to see all html generated tags
</div>
<div class="results"></div>
</body>
</html>