Skip to content

Commit f2e88ee

Browse files
authored
fix: update LinkedIn profile links across multiple pages for consistency
1 parent bf5e208 commit f2e88ee

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

public/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Tools: Google Search Console, Google Analytics 4, Ahrefs, Screaming Frog, Hotjar
6464
- Location: Miami, Florida, USA
6565
- Email: itsavaab@gmail.com
6666
- Booking: https://cal.com/avaabrazzaq
67-
- LinkedIn: https://linkedin.com/in/ar10dev
67+
- LinkedIn: https://linkedin.com/in/avaab-razzaq-937b89366
6868
- GitHub: https://github.com/AR10Dev
6969
- Website: https://avaabrazzaq.com
7070
- Response Time: Under 24 hours

src/pages/about/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ const structuredData = {
9191
jobTitle: "AI Growth Engineer",
9292
description: description,
9393
url: siteUrl,
94-
image: new URL("/og-ai-growth-engineer.svg", siteUrl).toString(),
94+
image: new URL("/og-ai-growth-engineer.png", siteUrl).toString(),
9595
sameAs: [
9696
"https://github.com/AR10Dev",
97-
"https://linkedin.com/in/avaabrazzaq",
97+
"https://linkedin.com/in/avaab-razzaq-937b89366",
9898
"https://twitter.com/itsmeAvaab",
9999
],
100100
address: {
@@ -207,7 +207,7 @@ const icons: Record<string, string> = {
207207
<h2 class="text-xl font-bold text-[var(--text-strong)]">Avaab Razzaq</h2>
208208
<p class="text-sm text-[var(--text-muted)]">Miami, Florida</p>
209209
<div class="mt-4 flex justify-center gap-3">
210-
<a href="https://linkedin.com/in/ar10dev" target="_blank" rel="noopener noreferrer" class="rounded-lg border border-[var(--border-strong)] p-2 text-[var(--text-muted)] hover:border-[var(--accent-strong)] hover:text-[var(--accent-strong)]" aria-label="LinkedIn Profile">
210+
<a href="https://linkedin.com/in/avaab-razzaq-937b89366" target="_blank" rel="noopener noreferrer" class="rounded-lg border border-[var(--border-strong)] p-2 text-[var(--text-muted)] hover:border-[var(--accent-strong)] hover:text-[var(--accent-strong)]" aria-label="LinkedIn Profile">
211211
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"/></svg>
212212
</a>
213213
<a href="https://github.com/AR10Dev" target="_blank" rel="noopener noreferrer" class="rounded-lg border border-[var(--border-strong)] p-2 text-[var(--text-muted)] hover:border-[var(--accent-strong)] hover:text-[var(--accent-strong)]" aria-label="GitHub Profile">

src/pages/blog/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const structuredDataGraph: Record<string, unknown>[] = [
186186
jobTitle: "AI Growth Engineer",
187187
sameAs: [
188188
"https://github.com/AR10Dev",
189-
"https://linkedin.com/in/avaabrazzaq",
189+
"https://linkedin.com/in/avaab-razzaq-937b89366",
190190
],
191191
},
192192
{

src/pages/blog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const structuredData = {
6464
jobTitle: "AI Growth Engineer",
6565
sameAs: [
6666
"https://github.com/AR10Dev",
67-
"https://linkedin.com/in/avaabrazzaq",
67+
"https://linkedin.com/in/avaab-razzaq-937b89366",
6868
"https://twitter.com/itsmeAvaab",
6969
],
7070
},

src/pages/contact/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const structuredData = {
7878
},
7979
sameAs: [
8080
"https://github.com/AR10Dev",
81-
"https://linkedin.com/in/avaabrazzaq",
81+
"https://linkedin.com/in/avaab-razzaq-937b89366",
8282
"https://twitter.com/itsmeAvaab",
8383
],
8484
},

src/pages/portfolio/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const structuredData = {
6161
jobTitle: "AI Growth Engineer",
6262
sameAs: [
6363
"https://github.com/AR10Dev",
64-
"https://linkedin.com/in/avaabrazzaq",
64+
"https://linkedin.com/in/avaab-razzaq-937b89366",
6565
"https://twitter.com/itsmeAvaab",
6666
],
6767
},

src/pages/services/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const structuredData = {
9292
jobTitle: "AI Growth Engineer",
9393
sameAs: [
9494
"https://github.com/AR10Dev",
95-
"https://linkedin.com/in/avaabrazzaq",
95+
"https://linkedin.com/in/avaab-razzaq-937b89366",
9696
"https://twitter.com/itsmeAvaab",
9797
],
9898
},

0 commit comments

Comments
 (0)