Skip to content
Snippets Groups Projects
Commit 92ce1fe5 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Merge branch 'seo' into 'main'

improve seo with nuxt-seo

See merge request !225
parents d49549d6 6746d4e0
No related branches found
No related tags found
1 merge request!225improve seo with nuxt-seo
Pipeline #125930 waiting for manual action with stages
in 8 minutes and 51 seconds
......@@ -9,15 +9,11 @@ export default defineNuxtConfig({
'@pinia/nuxt',
'nuxt-meilisearch',
'@nuxtjs/plausible',
'@nuxtjs/seo',
],
app: {
head: {
script: [
{
defer: true,
"data-domaim": "defense-finder.dev.pasteur.cloud",
src: "https://plausible.dev.pasteur.cloud/js/script.js"
},
{
defer: true,
"data-domaim": "defense-finder.dev.pasteur.cloud",
......@@ -28,6 +24,12 @@ export default defineNuxtConfig({
]
}
},
site: {
url: 'https://defensefinder.mdmlab.fr',
name: 'DefenseFinder webservice and knowledge base',
description: 'On this site, you can freely use (without any login) the DefenseFinder webservice (see below) and get help to navigate the ever expanding world of defense systems.There is a collaborative knowledge base of defense systems that provide essential information on any given defense systems',
defaultLocale: 'en', // not needed if you have @nuxtjs/i18n installed
},
content: {
documentDriven: {
injectPage: false,
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment