Further SEO crap

main
Keir Finlow-Bates 2 years ago
parent ffb7b65953
commit fab5850576

@ -7,7 +7,7 @@
[web]
bundler = "webpack"
title = "Redwood App"
title = "Snowglobs"
port = 8910
apiUrl = "/.redwood/functions" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths
includeEnvironmentVariables = [

@ -1,5 +1,5 @@
import { routes } from '@redwoodjs/router'
import { MetaTags } from '@redwoodjs/web'
import { Head } from '@redwoodjs/web'
import { useEffect, useState } from 'react'
import {
@ -111,14 +111,30 @@ const HomePage = () => {
return (
<>
<MetaTags
title="Snowglobs for everyone!"
description="The snowglobs website for all your snowglob needs."
ogUrl="https://www.snowglobs.com"
ogContentUrl="https://www.snowglobs.com/snowglobs-logo.jpg"
ogImage="https://www.snowglobs.com/snowglobs-logo.jpg"
robots={['nofollow']}
/>
<Head>
<meta charset="UTF-8"></meta>
<meta name="viewport" content="width=device-width,initial-scale=1"></meta>
<link rel="icon" type="image/png" href="/favicon.png"></link>
<script defer="defer" src="/static/js/runtime-app.0482a9db.js"></script>
<script defer="defer" src="/static/js/app.3eed73ce.js"></script>
<link href="/static/css/app.17717d38.css" rel="stylesheet"></link>
<style data-emotion="css-global" data-s=""></style>
<style data-emotion="css-global" data-s=""></style>
<style data-emotion="css-global" data-s=""></style>
<title>Snowglobs for everyone! | Redwood App</title>
<meta name="title" property="og:title" content="Snowglobs for everyone!" data-rh="true" />
<meta property="twitter:title" content="Snowglobs for everyone!" data-rh="true" />
<meta name="twitter:description" content="The snowglobs website for all your snowglob needs." data-rh="true" />
<meta name="description" property="og:description" content="The snowglobs website for all your snowglob needs." data-rh="true" />
<meta property="og:url" content="https://www.snowglobs.com" data-rh="true" />
<meta property="og:type" content="website" data-rh="true" />
<meta name="image" property="og:image" content="https://www.snowglobs.com/snowglobs-logo.jpg" data-rh="true" />
<meta property="twitter:card" content="summary_large_image" data-rh="true" />
<meta property="twitter:image" content="https://www.snowglobs.com/snowglobs-logo.jpg" data-rh="true" />
<meta name="robots" content="nofollow" data-rh="true" />
<style data-emotion="css" data-s=""></style>
</Head>
<Center>
<Box p={4} maxW='580px' overflow='hidden'>
<div>

Loading…
Cancel
Save