Skip to content

Commit

Permalink
IAI-37 - add schema.org website properties for name and url
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Feb 28, 2025
1 parent 5e7955b commit f96fe19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/META-INF/resources/content/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<head>
<meta name="title" content="Publikationsserver des Ibero-Amerikanischen Instituts Stiftung Preußischer Kulturbesitz"/>
<meta name="description" content="Auf den Seiten des Publikationsservers haben Sie Open Access zu den meisten eigenen Publikationen des IAI (Sammelbände, Monographien, Working Paper, Ausstellungskataloge und mehr)." />
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Publikationsserver des Ibero-Amerikanischen Instituts",
"alternateName" : "Publikationsserver des IAI",
"url" : "https://publications.iai.spk-berlin.de/"
}
</script>
</head>
<div class="row">
<div class="col-12">
Expand Down

0 comments on commit f96fe19

Please sign in to comment.