Skip to content

Commit

Permalink
chore: 🔧 Add keywords and JSON-LD for a the author
Browse files Browse the repository at this point in the history
  • Loading branch information
Doreapp committed Oct 31, 2024
1 parent 1b832ab commit 4bcbf76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jekyll/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ matomo:
opt-out: true

# The keywords to associate the website, for SEO purposes
#keywords: "my,list,of,keywords"
keywords: "développeur,fullstack,freelance,web,react.js,next.js,nestjs"
job_title: Développeur Fullstack en Freelance

# Page generation configuration
# See https://github.com/avillafiorita/jekyll-datapage_gen
Expand Down
10 changes: 10 additions & 0 deletions jekyll/_includes/gtm_head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!-- "gtm_head" is the name for it to be included in the head -->
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "{{ site.author }}",
"jobTitle": "{{ site.job_title }}",
"url": "{{ site.url }}"
}
</script>

0 comments on commit 4bcbf76

Please sign in to comment.