Struktutrierte Daten erweitert und die Darstellung korrigiert

modified:   pandocTemplate/cwsvJudo.amp.pandocTemplate
	modified:   pandocTemplate/cwsvJudo.html5.pandocTemplate
	modified:   src/jsonSd/cwsvDojoAsSportsActivityLocation.json
	modified:   src/jsonSd/cwsvJudo.json
This commit is contained in:
marko
2018-08-24 10:19:28 +02:00
parent 30d8b6da40
commit b4946571c5
4 changed files with 47 additions and 7 deletions

View File

@@ -18,7 +18,11 @@
galleryRedirector();
$if(phpTitleString)$
PHPCount::AddHit($phpTitleString$." (Amp)");?>
$else$
PHPCount::AddHit("$title$ (Amp)");?>
$endif$
<!DOCTYPE html>
<html amp$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
<head>
@@ -102,6 +106,31 @@ $for(header-includes)$
$endfor$
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-sidebar" src="https://cdn.ampproject.org/v0/amp-sidebar-0.1.js"></script>
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "WebSite",
$if(phpTitleString)$
"name": "<?php echo( $phpTitleString$ );?>",
$else$
"name": "$title$",
$endif$
"alternateName": "$description$",
$if(canonicalLink)$
"url": "$canonicalLink$",
$else$
"url": "http://cwsvjudo.bplaced.net",
$endif$
"image": "http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.256w.png"
}
</script>
$if(jsonSdFiles)$
$for(jsonSdFiles)$
<script type='application/ld+json'>
<?php include($$basePath."/ressourcen/structuredData/json/$jsonSdFiles$");?>
</script>
$endfor$
$endif$
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
</head>
<body>

View File

@@ -93,11 +93,11 @@ $endif$
}
</script>
$if(jsonSdFiles)$
<script type='application/ld+json'>
$for(jsonSdFiles)$
<script type='application/ld+json'>
<?php include($$basePath."/ressourcen/structuredData/json/$jsonSdFiles$");?>
$endfor$
</script>
$endfor$
$endif$
$if(jsLibs)$
$for(jsLibs)$

View File

@@ -1,10 +1,17 @@
{
"@context": "http://schema.org",
"@type": "SportsActivityLocation",
"name": "Dojo des Chemnitzer WSV",
"name": "Dojo des Chemnitzer WSV e.V.",
"address":{
"@type": "PostalAddress",
"name": "Dojo Sportplatz Str. Usti nad Labem 42, 09120 Chemnitz"
},
"image": "http://img.webme.com/pic/c/cwsv-sport/dsc_1410.jpg"
"telephone": "+493712823370",
"email": "cwsv.sb@web.de",
"image": "http://img.webme.com/pic/c/cwsv-sport/dsc_1410.jpg",
"geo": {
"@type": "GeoCoordinates",
"latitude": "50.8078180",
"longitude": "12.881849"
}
}

View File

@@ -5,7 +5,11 @@
"url": "http://cwsvjudo.bplaced.net",
"image": "http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogo.x512.png",
"email": "cwsv.sb@web.de",
"telephone": "+49 (0) 371 28 23 370",
"telephone": "+493712823370",
"sameAs": [
"http://cwsvjudo.bplaced.net",
"https://www.facebook.com/CWSV-eV-149983928431116/"
],
"openingHours": [ "Mi 16:00-17:45", "Fr 16:00-17:45", "Fr 17:15-19:15"],
"address": {
"@type": "PostalAddress",
@@ -26,11 +30,11 @@
"url": "http://cwsv-sport.de",
"image": "http://img.webme.com/pic/c/cwsv-sport/cwsvLogo.x300.png",
"email": "cwsv.sb@web.de",
"telephone": "+49 (0) 371 28 23 370",
"telephone": "+493712823370",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+49 (0) 371 28 23 370",
"telephone": "+493712823370",
"contactType": "customer service"
}
],