Seo tags for google search (#914)

* Seo tags for google search

* changes

* changes
This commit is contained in:
Harshith pabbati
2019-03-22 02:20:24 +05:30
committed by Jeffrey Warren
parent 32bd372139
commit 9ffd60c707

View File

@@ -10,6 +10,12 @@
<meta name="theme-color" content="#428bca">
<link rel="icon" sizes="192x192" href="../icons/ic_192.png">
<link rel="manifest" href="manifest.json">
<!--Adding meta Tag for search engine optimisation-->
<meta property="og:description" content="A pure JavaScript sequential image processing system, inspired by storyboards. Instead of modifying the original image, it creates a new image at each step in a sequence.">
<meta property="og:site_name" content="sequencer.publiclab.org">
<meta property="og:url" content="https://sequencer.publiclab.org">
<meta property="og:title" content="Image Sequencer">
<title>Image Sequencer</title>