Skip to content

Commit 53289fa

Browse files
committed
feat: add German localization and automate SEO and language switcher updates across site locales
1 parent 12a3924 commit 53289fa

3 files changed

Lines changed: 0 additions & 117 deletions

File tree

de/index.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,45 +1012,6 @@ <h5 class="title">Unsere Partner | Our Partners</h5>
10121012
}
10131013
</script>-->
10141014

1015-
<!--<script type="application/ld+json">
1016-
{
1017-
"@context": "https://schema.org/",
1018-
"@type": "AggregateRating",
1019-
"itemReviewed": {
1020-
"@type": "Restaurant",
1021-
"image": "https://www.example.com/seafood-restaurant.jpg",
1022-
"name": "Legal Seafood",
1023-
"telephone": "1234567",
1024-
"address" : {
1025-
"@type": "PostalAddress",
1026-
"streetAddress": "123 William St",
1027-
"addressLocality": "New York",
1028-
"addressRegion": "NY",
1029-
"postalCode": "10038",
1030-
"addressCountry": "US"
1031-
}
1032-
},
1033-
"ratingValue": "88",
1034-
"bestRating": "100",
1035-
"ratingCount": "20"
1036-
}
1037-
</script>-->
1038-
1039-
<!-- <script type="application/ld+json">
1040-
{
1041-
"@context": "http://schema.org",
1042-
"@type": "Service",
1043-
"name": "Name Ihres Dienstes",
1044-
"description": "Beschreibung Ihres Dienstes",
1045-
"url": "URL Ihres Dienstes",
1046-
"provider": {
1047-
"@type": "Organization",
1048-
"name": "Name Ihrer Organisation",
1049-
"url": "URL Ihrer Website",
1050-
"logo": "URL Ihres Organisationslogos"
1051-
}
1052-
}
1053-
</script> -->
10541015
</body>
10551016

10561017
</html>

en/index.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,45 +1044,6 @@ <h5 class="title">Our Partners</h5>
10441044
}
10451045
</script>-->
10461046

1047-
<!--<script type="application/ld+json">
1048-
{
1049-
"@context": "https://schema.org/",
1050-
"@type": "AggregateRating",
1051-
"itemReviewed": {
1052-
"@type": "Restaurant",
1053-
"image": "https://www.example.com/seafood-restaurant.jpg",
1054-
"name": "Legal Seafood",
1055-
"telephone": "1234567",
1056-
"address" : {
1057-
"@type": "PostalAddress",
1058-
"streetAddress": "123 William St",
1059-
"addressLocality": "New York",
1060-
"addressRegion": "NY",
1061-
"postalCode": "10038",
1062-
"addressCountry": "US"
1063-
}
1064-
},
1065-
"ratingValue": "88",
1066-
"bestRating": "100",
1067-
"ratingCount": "20"
1068-
}
1069-
</script>-->
1070-
1071-
<!-- <script type="application/ld+json">
1072-
{
1073-
"@context": "http://schema.org",
1074-
"@type": "Service",
1075-
"name": "Назва вашого сервісу",
1076-
"description": "Опис вашого сервісу",
1077-
"url": "URL вашого сервісу",
1078-
"provider": {
1079-
"@type": "Organization",
1080-
"name": "Назва вашої організації",
1081-
"url": "URL вашого веб-сайту",
1082-
"logo": "URL логотипу вашої організації"
1083-
}
1084-
}
1085-
</script> -->
10861047
</body>
10871048

10881049
</html>

ru/index.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,45 +1060,6 @@ <h5 class="title">Наши партнеры | Our Partners</h5>
10601060
}
10611061
</script>-->
10621062

1063-
<!--<script type="application/ld+json">
1064-
{
1065-
"@context": "https://schema.org/",
1066-
"@type": "AggregateRating",
1067-
"itemReviewed": {
1068-
"@type": "Restaurant",
1069-
"image": "https://www.example.com/seafood-restaurant.jpg",
1070-
"name": "Legal Seafood",
1071-
"telephone": "1234567",
1072-
"address" : {
1073-
"@type": "PostalAddress",
1074-
"streetAddress": "123 William St",
1075-
"addressLocality": "New York",
1076-
"addressRegion": "NY",
1077-
"postalCode": "10038",
1078-
"addressCountry": "US"
1079-
}
1080-
},
1081-
"ratingValue": "88",
1082-
"bestRating": "100",
1083-
"ratingCount": "20"
1084-
}
1085-
</script>-->
1086-
1087-
<!-- <script type="application/ld+json">
1088-
{
1089-
"@context": "http://schema.org",
1090-
"@type": "Service",
1091-
"name": "Назва вашого сервісу",
1092-
"description": "Опис вашого сервісу",
1093-
"url": "URL вашого сервісу",
1094-
"provider": {
1095-
"@type": "Organization",
1096-
"name": "Назва вашої організації",
1097-
"url": "URL вашого веб-сайту",
1098-
"logo": "URL логотипу вашої організації"
1099-
}
1100-
}
1101-
</script> -->
11021063
</body>
11031064

11041065
</html>

0 commit comments

Comments
 (0)