Skip to content

Commit

Permalink
feat: add keywords metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Oct 30, 2023
1 parent 7cd5bfd commit 05a684f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/(public)/cv/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import { querySkills } from '@/queries/skills';
export const metadata = {
title: 'My CV | MartaCodes.it',
description: 'All about my software development skills and work experience.',
keywords:
'Marta Pancaldi,Software Engineer,CV,Resumé,Java,Kotlin,Booking.com,Resourcify,BJSS,UniBZ,University of Manchester',
};

const queryData = async () => {
Expand Down
2 changes: 2 additions & 0 deletions src/app/(public)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export const metadata = {
title: 'Marta Pancaldi | Martacodes.it',
description:
"I'm a software engineer who writes code for work and for fun. I love learning, experimenting with new tech stacks and solving complex problems.",
keywords:
'Marta Pancaldi,Software Engineer,Full-Stack Engineer,Backend,Full-Stack,Frontend,Java,React,Angular,Typescript,Python,Kotlin,C#',
};

const queryData = async () => {
Expand Down
2 changes: 2 additions & 0 deletions src/app/(public)/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { queryProjects } from '@/queries/projects';
export const metadata = {
title: 'Projects | MartaCodes.it',
description: 'A list of programming (and other) projects I worked on.',
keywords:
'Marta Pancaldi,Software Engineer,Full-Stack Engineer,CV,Portfolio,Java,Kotlin,Python,React,Angular,C#,Typescript,Booking.com,Resourcify,BJSS,UniBZ,University of Manchester',
};

const queryData = async () => {
Expand Down
2 changes: 2 additions & 0 deletions src/app/(public)/recruiters-info/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { queryRecruitersPage } from '@/queries/recruiters-page';
export const metadata = {
title: 'Recruiters Info | MartaCodes.it',
description: 'Information for Recruiters',
keywords:
'Marta Pancaldi,Software Engineer,Full-Stack Engineer,Backend Engineer,CV,Resumé,Remote working,WFH',
};

const queryData = async () => {
Expand Down

0 comments on commit 05a684f

Please sign in to comment.