Skip to content

Commit

Permalink
Merge pull request #311 from DTS-STN/dcterms-service-meta-tag
Browse files Browse the repository at this point in the history
Add dcterms.service meta tag
  • Loading branch information
sebastien-comeau authored Feb 7, 2023
2 parents 9481329 + 1815893 commit 6d7629b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next-seo.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const getDefaultConfig: GetNextSEOConfig = (appBaseUri, router) => ({
lang: 'fr',
content: 'fra',
},
{ name: 'dcterms.service', content: 'ESDC-EDSC_PASC-VEDP' },
{ name: 'dcterms.spatial', content: 'Canada' },
{
name: 'dcterms.subject',
Expand Down Expand Up @@ -121,6 +122,7 @@ export const getEnglishConfig: GetNextSEOConfig = (appBaseUri, router) => ({
content: 'Employment and Social Development Canada',
},
{ name: 'dcterms.language', content: 'eng' },
{ name: 'dcterms.service', content: 'ESDC-EDSC_PASC-VEDP' },
{ name: 'dcterms.spatial', content: 'Canada' },
{
name: 'dcterms.subject',
Expand Down Expand Up @@ -157,6 +159,7 @@ export const getFrenchConfig: GetNextSEOConfig = (appBaseUri, router) => ({
content: 'Emploi et Développement social Canada',
},
{ name: 'dcterms.language', content: 'fra' },
{ name: 'dcterms.service', content: 'ESDC-EDSC_PASC-VEDP' },
{ name: 'dcterms.spatial', content: 'Canada' },
{
name: 'dcterms.subject',
Expand Down

0 comments on commit 6d7629b

Please sign in to comment.