Skip to content

Commit 93d2279

Browse files
arenmarsdenCopilot
andauthored
Develop (#16)
* Add description for SEO (#12) * add description: Signed-off-by: Aren Marsden <aren.marsden6@gmail.com> * Update src/layouts/Layout.astro Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: Aren Marsden <aren.marsden6@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add metadata tags, sitemap and icons (#13) * Add metadata tags for OpenGraph & Twitter Signed-off-by: Aren Marsden <aren.marsden6@gmail.com> * fix twitter card Signed-off-by: Aren Marsden <aren.marsden6@gmail.com> * add icons Signed-off-by: Aren Marsden <aren.marsden6@gmail.com> * add icons Signed-off-by: Aren Marsden <aren.marsden6@gmail.com> * add astro sitemap Signed-off-by: Aren Marsden <aren.marsden6@gmail.com> * Update src/layouts/Layout.astro Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/layouts/Layout.astro Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/layouts/Layout.astro Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: Aren Marsden <aren.marsden6@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * add google site verification (#15) Signed-off-by: Aren Marsden <aren.marsden6@gmail.com> --------- Signed-off-by: Aren Marsden <aren.marsden6@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b3fa963 commit 93d2279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ let activePage = `${Astro.url.pathname}`
1818
content="Expert backend engineer helping startups build scalable, secure infrastructure. Book a free consultation to boost your tech stack."
1919
/>
2020
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
21+
<meta name="google-site-verification" content="w_gftk-gpefkVDnSThKdAcUEgvvo8PvxhQ24ajC-MRo" />
2122
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
2223
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
2324
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />

0 commit comments

Comments
 (0)