diff --git a/app/views/courses/show.html.haml b/app/views/courses/show.html.haml index 20014ee..2d4199e 100644 --- a/app/views/courses/show.html.haml +++ b/app/views/courses/show.html.haml @@ -1,3 +1,15 @@ +%script{type: "application/ld+json"} + { + "@context": "https://schema.org", + "@type": "Course", + "name": "#{@course.name}", + "provider": { + "@type": "Organization", + "name": "yoga mit véronique", + "sameAs": "https://online.yogamitveronique.de" + } + } + .level .level-left .level-item