Skip to content

Commit

Permalink
feat: update seo
Browse files Browse the repository at this point in the history
- remove outdated links
- add canonical tag
- update description to 160 characters
  • Loading branch information
kevelopment committed Nov 7, 2023
1 parent dfb1a59 commit fa8a260
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Expand Up @@ -25,7 +25,7 @@ module.exports = {
],
lang: "en",
description:
"Kevin Adam - the Freelance Web Developer from Oldenburg ready for your Project. You're a Start up looking for someone who can drive forward your MVP? Search no more and hit me up!",
"Kevin Adam - the Freelance Web Developer from Oldenburg ready for your Project. You're a Start up looking for someone who can drive forward your MVP? Hit me up!",
},
plugins: [
"gatsby-plugin-sass",
Expand Down
2 changes: 0 additions & 2 deletions src/components/References.jsx
Expand Up @@ -49,7 +49,6 @@ const projects = [
{
name: "Cryptohunt",
client: "Aircooled Ventures, Inc.",
homepage: "https://www.cryptohunt.it",
// description:
// "Lorem ipsizzle dolor fizzle shizzle my nizzle crocodizzle, cool adipiscing elit. Yippiyo fo shizzle velizzle, away volutpizzle, bling bling quizzle, gravida vel, da bomb. Lorem ipsizzle dolor fizzle shizzle my nizzle crocodizzle",
image: (
Expand All @@ -70,7 +69,6 @@ const projects = [
{
name: "Hitcap.gg",
client: "Hitcap eSports GmbH",
homepage: "https://www.hitcap.gg",
image: (
<StaticImage
alt="hitcap application"
Expand Down
5 changes: 2 additions & 3 deletions src/components/seo/Head.jsx
@@ -1,7 +1,7 @@
import React from "react";
import useSeoData from "../../hooks/useSeoData";

export default function Head({ children }) {
export default function Head() {
const { title, author, lang, description, keywords, siteUrl } = useSeoData();

return (
Expand Down Expand Up @@ -40,8 +40,7 @@ export default function Head({ children }) {
/>
<meta name="twitter:card" content="summary" />

{/* Any additional Tags or Overrides */}
{children}
<link rel="canonical" href="https://kevelopment.dev/" />
</>
);
}

1 comment on commit fa8a260

@vercel
Copy link

@vercel vercel bot commented on fa8a260 Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.