Skip to content

Commit

Permalink
Improved SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
FANMixco committed Mar 8, 2024
1 parent f34db35 commit f76b500
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 18 deletions.
53 changes: 37 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://fanmixco.github.io/toastmasters-timer-material-design/">
<meta property="og:url" content="https://tmtimer.federiconavarrete.com">
<meta property="og:title" content="Toastmasters Timer">
<meta property="og:description" content="Toastmasters Timer">
<meta property="og:image" content="img/preview.jpg">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://fanmixco.github.io/toastmasters-timer-material-design/">
<meta property="twitter:url" content="https://tmtimer.federiconavarrete.com">
<meta property="twitter:title" content="Toastmasters Timer">
<meta property="twitter:description" content="Toastmasters Timer">
<meta property="twitter:image" content="img/preview.jpg">
Expand Down Expand Up @@ -515,22 +515,43 @@ <h4 class="hCustom" data-tag="timeMaximum"></h4>

<style>
@media (max-width: 312px) {
body {
/* Set the transform origin to the center of the element */
transform-origin: 50% 50%;
/* Scale down the element by a factor of 0.8 */
transform: scale(0.8);
}
body {
/* Set the transform origin to the center of the element */
transform-origin: 50% 50%;
/* Scale down the element by a factor of 0.8 */
transform: scale(0.8);
}

#playControl {
transform-origin: 40% 10%;
transform: scale(0.8);
}
#playControl {
transform-origin: 40% 10%;
transform: scale(0.8);
}

.mdl-textfield__label {
left: 15px;
}
}
.mdl-textfield__label {
left: 15px;
}
}
</style>

<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "service",
"name": "Toastmasters Timer,
"url": "https://tmtimer.federiconavarrete.com/",
"image": "https://tmtimer.federiconavarrete.com/img/preview.jpg",
"jobTitle": "Toastmasters Timer,
"worksFor": {
"@type": "Organization",
"name": "Supernova IC"
},
"sameAs": [
"https://play.google.com/store/apps/details?id=tk.supernova.tmtimer.tk.supernova.tmtimer",
"https://www.microsoft.com/en-us/p/toastmasters-timer-pro/9n9rhqms0nwg",
"https://appgallery.huawei.com/app/C101284337",
"https://galaxystore.samsung.com/detail/tk.supernova.tmtimer.tk.supernova.tmtimer"
]
}
</script>
</body>
</html>
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"lang": "da",
"name": "Toastmasters Timer",
"version": "2.4.0.0",
"scope": "https://fanmixco.github.io/toastmasters-timer/",
"scope": "https://tmtimer.federiconavarrete.com/",
"display": "standalone",
"display_override": [
"standalone",
"minimal-ui",
"window-controls-overlay",
"fullscreen"
],
"start_url": "https://fanmixco.github.io/toastmasters-timer/",
"start_url": "https://tmtimer.federiconavarrete.com/",
"short_name": "TM Timer",
"theme_color": "#ffffff",
"description": "It's a simple PWA empowering Toastmasters all over the world, helping them to have effective and productive Timer for their meetings. It was developed with JavaScript by Federico Navarrete from The Leader Ship Toastmasters in Łódź, Poland.",
Expand Down
16 changes: 16 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->


<url>
<loc>https://tmtimer.federiconavarrete.com/</loc>
<lastmod>2024-03-08T07:55:17+00:00</lastmod>
</url>


</urlset>

0 comments on commit f76b500

Please sign in to comment.