Further SEO crap

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

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

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

Loading…
Cancel
Save