mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-07-27 13:28:00 +02:00
Fix SEO
This commit is contained in:
parent
1f624a8259
commit
c06587cf0a
3 changed files with 5 additions and 2 deletions
|
@ -68,7 +68,9 @@ function SEO({ description, lang, meta, title }) {
|
||||||
content: metaDescription,
|
content: metaDescription,
|
||||||
},
|
},
|
||||||
].concat(meta)}
|
].concat(meta)}
|
||||||
></Helmet>
|
>
|
||||||
|
<script defer data-domain="unkn0wncat.net" src="https://analytics.kevink.dev/js/plausible.js"></script>
|
||||||
|
</Helmet>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ import { StaticImage } from "gatsby-plugin-image";
|
||||||
import {Steam, Twitch, Twitter, Youtube} from "@icons-pack/react-simple-icons";
|
import {Steam, Twitch, Twitter, Youtube} from "@icons-pack/react-simple-icons";
|
||||||
|
|
||||||
const IndexPage = ({ data }) => <Layout topBarHome={true}>
|
const IndexPage = ({ data }) => <Layout topBarHome={true}>
|
||||||
|
<SEO description="Unkn0wnCat - Gamer, Coder, Video Producer - Learn more about me here!" title="Unkn0wnCat" />
|
||||||
<div className={styles.heroOuter}>
|
<div className={styles.heroOuter}>
|
||||||
<div className={styles.hero}>
|
<div className={styles.hero}>
|
||||||
<div className={styles.heroHalo}></div>
|
<div className={styles.heroHalo}></div>
|
||||||
|
|
|
@ -20,7 +20,7 @@ const makeStyle = function (image) {
|
||||||
|
|
||||||
const VideoPage = ({ data }) => {
|
const VideoPage = ({ data }) => {
|
||||||
return <Layout>
|
return <Layout>
|
||||||
<SEO title="Videos" />
|
<SEO title="Videos" description="Unkn0wnCat's newest Videos, fresh from the oven!" />
|
||||||
<div className={styles.videos}>
|
<div className={styles.videos}>
|
||||||
<div>
|
<div>
|
||||||
<h1>Videos</h1>
|
<h1>Videos</h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue