Fix seo paths
This commit is contained in:
+3
-3
@@ -14,10 +14,10 @@
|
|||||||
|
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:title" content="TramTrack!" />
|
<meta property="og:title" content="TramTrack!" />
|
||||||
<meta property="og:url" content="https://passidel.github.io/tramtrack/#/" />
|
<meta property="og:url" content="https://passidel.github.io/tramtrack/" />
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="https://passidel.github.io/tramtrack/#/android-chrome-512x512.png"
|
content="https://passidel.github.io/tramtrack/android-chrome-512x512.png"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="twitter:image"
|
name="twitter:image"
|
||||||
content="https://passidel.github.io/tramtrack/#/android-chrome-512x512.png"
|
content="https://passidel.github.io/tramtrack/android-chrome-512x512.png"
|
||||||
/>
|
/>
|
||||||
<meta name="robots" content="index, follow" />
|
<meta name="robots" content="index, follow" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
"short_name": "TramTrack",
|
"short_name": "TramTrack",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "https://passidel.github.io/tramtrack/#/android-chrome-192x192.png",
|
"src": "https://passidel.github.io/tramtrack/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "https://passidel.github.io/tramtrack/#/android-chrome-512x512.png",
|
"src": "https://passidel.github.io/tramtrack/android-chrome-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user