Skip to content

Commit

Permalink
Merge pull request #35 from BjornMelin/feat/1.0.1/app-preview
Browse files Browse the repository at this point in the history
feat(layout): Add Open Graph and Twitter metadata for improved SEO and sharing
  • Loading branch information
BjornMelin authored Jan 29, 2025
2 parents 9a0791d + 3e427f7 commit 4e6d618
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added public/screenshots/hero-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@ export const metadata: Metadata = {
icon: '/headshot/headshot-2024.jpg',
apple: '/headshot/headshot-2024.jpg',
},
openGraph: {
type: 'website',
title: 'Bjorn Melin - Senior Data Scientist & Cloud Solutions Architect',
description: 'Senior Data Scientist and Cloud Solutions Architect specializing in AI/ML, GenAI innovation, cloud architecture, and modern development.',
images: [{
url: '/screenshots/hero-preview.png',
width: 1200,
height: 630,
alt: 'Bjorn Melin - Portfolio Hero Section'
}]
},
twitter: {
card: 'summary_large_image',
title: 'Bjorn Melin - Senior Data Scientist & Cloud Solutions Architect',
description: 'Senior Data Scientist and Cloud Solutions Architect specializing in AI/ML, GenAI innovation, cloud architecture, and modern development.',
images: ['/screenshots/hero-preview.png']
},
keywords: [
"Neuro-symbolic AI",
"Deep Learning",
Expand Down

0 comments on commit 4e6d618

Please sign in to comment.