Skip to content

Commit

Permalink
feat: empty serviceUrl in servizio schema org metatags when not avail…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
pnicolli committed Jul 5, 2023
1 parent 237feac commit 23602fd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const ServizioMetatag = ({ content }) => {
schemaOrg.availableChannel.serviceUrl = toPublicURL(
content.canale_digitale_link,
);
} else {
schemaOrg.availableChannel.serviceUrl = '';
}

if (content.ufficio_responsabile[0]) {
Expand Down

0 comments on commit 23602fd

Please sign in to comment.