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:
@@ -18,7 +18,11 @@
|
|||||||
|
|
||||||
galleryRedirector();
|
galleryRedirector();
|
||||||
|
|
||||||
|
$if(phpTitleString)$
|
||||||
|
PHPCount::AddHit($phpTitleString$." (Amp)");?>
|
||||||
|
$else$
|
||||||
PHPCount::AddHit("$title$ (Amp)");?>
|
PHPCount::AddHit("$title$ (Amp)");?>
|
||||||
|
$endif$
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html amp$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
|
<html amp$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
|
||||||
<head>
|
<head>
|
||||||
@@ -102,6 +106,31 @@ $for(header-includes)$
|
|||||||
$endfor$
|
$endfor$
|
||||||
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
<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 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>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -93,11 +93,11 @@ $endif$
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
$if(jsonSdFiles)$
|
$if(jsonSdFiles)$
|
||||||
<script type='application/ld+json'>
|
|
||||||
$for(jsonSdFiles)$
|
$for(jsonSdFiles)$
|
||||||
|
<script type='application/ld+json'>
|
||||||
<?php include($$basePath."/ressourcen/structuredData/json/$jsonSdFiles$");?>
|
<?php include($$basePath."/ressourcen/structuredData/json/$jsonSdFiles$");?>
|
||||||
$endfor$
|
|
||||||
</script>
|
</script>
|
||||||
|
$endfor$
|
||||||
$endif$
|
$endif$
|
||||||
$if(jsLibs)$
|
$if(jsLibs)$
|
||||||
$for(jsLibs)$
|
$for(jsLibs)$
|
||||||
|
|||||||
@@ -1,10 +1,17 @@
|
|||||||
{
|
{
|
||||||
"@context": "http://schema.org",
|
"@context": "http://schema.org",
|
||||||
"@type": "SportsActivityLocation",
|
"@type": "SportsActivityLocation",
|
||||||
"name": "Dojo des Chemnitzer WSV",
|
"name": "Dojo des Chemnitzer WSV e.V.",
|
||||||
"address":{
|
"address":{
|
||||||
"@type": "PostalAddress",
|
"@type": "PostalAddress",
|
||||||
"name": "Dojo Sportplatz Str. Usti nad Labem 42, 09120 Chemnitz"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,11 @@
|
|||||||
"url": "http://cwsvjudo.bplaced.net",
|
"url": "http://cwsvjudo.bplaced.net",
|
||||||
"image": "http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogo.x512.png",
|
"image": "http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogo.x512.png",
|
||||||
"email": "cwsv.sb@web.de",
|
"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"],
|
"openingHours": [ "Mi 16:00-17:45", "Fr 16:00-17:45", "Fr 17:15-19:15"],
|
||||||
"address": {
|
"address": {
|
||||||
"@type": "PostalAddress",
|
"@type": "PostalAddress",
|
||||||
@@ -26,11 +30,11 @@
|
|||||||
"url": "http://cwsv-sport.de",
|
"url": "http://cwsv-sport.de",
|
||||||
"image": "http://img.webme.com/pic/c/cwsv-sport/cwsvLogo.x300.png",
|
"image": "http://img.webme.com/pic/c/cwsv-sport/cwsvLogo.x300.png",
|
||||||
"email": "cwsv.sb@web.de",
|
"email": "cwsv.sb@web.de",
|
||||||
"telephone": "+49 (0) 371 28 23 370",
|
"telephone": "+493712823370",
|
||||||
"contactPoint": [
|
"contactPoint": [
|
||||||
{
|
{
|
||||||
"@type": "ContactPoint",
|
"@type": "ContactPoint",
|
||||||
"telephone": "+49 (0) 371 28 23 370",
|
"telephone": "+493712823370",
|
||||||
"contactType": "customer service"
|
"contactType": "customer service"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user