Skip to content

Commit

Permalink
🔍 Improve SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Apr 12, 2023
1 parent 3c45229 commit f716352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /
4 changes: 4 additions & 0 deletions src/layout/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ const DefaultLayout = (props: LayoutProps) => {
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="640" />
<meta property="og:type" content="website" />
<meta
name="google-site-verification"
content="sG4QDkC8g2oxKSopgJdIe2hQ_SaJDaEaBjwCXZNkNWA"
/>
<link rel="icon" href="/favicon.ico" />
</Head>
<DottedGridBackground>{props.children}</DottedGridBackground>
Expand Down

0 comments on commit f716352

Please sign in to comment.