yogajaya.ch

Website review yogajaya.ch

 Generated on February 09 2026 10:13 AM

Old data? UPDATE !

The score is 57/100

SEO Content

Title

Yoga in Bäretswil | Yogajaya - Yoga in Bäretswil | Yogajaya

Length : 59

Perfect, your title contains between 10 and 70 characters.

Description

YogaJaya – Raum für Körper, Atem und Geist.Yoga in Bäretswil. Ivana Stutz, dipl. Yogalehrerin BYV/EFYTA, Mitglied Yoga Schweiz

Length : 126

Great, your meta description contains between 70 and 160 characters.

Keywords

Very bad. We haven't found meta keywords on your page. Use this free online meta tags generator to create keywords.

Og Meta Properties

This page does not take advantage of Og Properties. This tags allows social crawler's better structurize your page. Use this free og properties generator to create them.

Headings

H1 H2 H3 H4 H5 H6
1 1 0 0 0 0
  • [H1] ... das, was Freude macht
  • [H2] am Anfang der teambox einfügen $(this).find('.teambox').prepend($(this).find('h2')); }) // If text is overflown $.fn.overflown=function(){ var e=this[0]; return e.scrollHeight>e.clientHeight||e.scrollWidth>e.clientWidth; } var teambox = teamelement.find('.teambox'); if (teambox.overflown()) { var read_more_link = $('weiterlesen ...'); teambox.after(read_more_link); teamelement.each(function(){ var teambox = $(this).find('.teambox'); var read_more = $(this).find('.weiterlesen'); read_more.bind("click touchstart", function(event){ //event.stopPropagation(); if (!$(this).hasClass('open_teambox')) { //alert('drin do open'); teambox.addClass('open_teambox'); $(this).addClass('open_teambox'); $(this).html('schliessen'); } else { //alert('drin do close'); teambox.removeClass('open_teambox'); $(this).removeClass('open_teambox'); $(this).html('weiterlesen ...'); } }); }) } } /*********************************************************************************************************** * Das gleiche auch für Listelemente * -------------------- * HN: 25.Juni.2018 ***********************************************************************************************************/ /* if ($('body').hasClass('nav_yogajaya') || $('body').hasClass('nav_stundenplan') ) { var listelement = $('.ce_text.listelement'); listelement.each(function(){ // alle in teambox zusammenfassen $(this).find('p').wrapAll(""); // am Anfang der teambox einfügen $(this).find('.listbox').prepend($(this).find('h2')); }) // If text is overflown $.fn.overflown=function(){ var e=this[0]; return e.scrollHeight>e.clientHeight||e.scrollWidth>e.clientWidth; } var listbox = listelement.find('.listbox'); if (listbox.overflown()) { var read_more_link = $('weiterlesen ...'); listbox.after(read_more_link); listelement.each(function(){ var listbox = $(this).find('.listbox'); var read_more = $(this).find('.weiterlesen'); read_more.bind("click touchstart", function(event){ //event.stopPropagation(); if (!$(this).hasClass('open_listbox')) { //alert('drin do open'); listbox.addClass('open_listbox'); $(this).addClass('open_listbox'); $(this).html('schliessen ...'); } else { //alert('drin do close'); listbox.removeClass('open_listbox'); $(this).removeClass('open_listbox'); $(this).html('weiterlesen ...'); } }); }) } } */ }); function resizeHeaderElements(is_mobile) { /****************************************************************** * Bildschirmbreiten, die zu berückscihtigen sind * ------------------------------------------------------------ * 1680 * 1280 * 1024 * 960 (kein Rand) mehr * ------------------------------------------------------------ * HN: 06.02.2018 ******************************************************************/ /****************************************************************** * 1.) Wendepunkt berechnen * er liegt auf halber Headerkurvenhöhe * und halber Bildschirmbreite ******************************************************************/ var headerkurve = $('svg#header_kurve'); var width_headerkurve = headerkurve.innerWidth(); var height_headerkurve = headerkurve.innerHeight(); if ($('body').hasClass('ie')){ // IE kennt die Höhe nicht, da das Verhältnis aber // immer gleich bleibt, kann man es ausrechnen. width_headerkurve = window.innerWidth; height_headerkurve = (width_headerkurve/3.677); } var wendepunkt_y = (width_headerkurve/2); var wendepunkt_x = (height_headerkurve/2); var inhalt_breite = 960; var inhalt_breite_mobile = 300; //console.log("width " + width_headerkurve + " height " + height_headerkurve); /****************************************************************** * 2.) Headerbild links und oben positionieren * - dazu den header_inside nach oben verschieben, * wo das Bild beginnen soll ******************************************************************/ var headerbild = $('#header_bild img'); var header_inside = $('header').find('.inside'); var headerbild_div = $('#header_bild'); var headerlogo = $('svg#logo'); var nav_main = $('#nav_main'); var header = $('header'); var footer = $('footer'); var header_bild_breite_max = 600; var header_bild_breite_min = 350; var header_bild_breite = 0; var header_bild_margin_left = 0; var logo_breite = 0; var nav_padding_top = 0; var nav_main_breite = 0; //****************************************************************** //* Margin top berechnen //******************************************************************/ var header_inside_margin_top = -(height_headerkurve-((height_headerkurve/2)/2)); //****************************************************************** //* Inhaltsbreite auslesen (960px oder kleiner?) //* - je nach Fensterbreite //******************************************************************/ var inhalt_breite_aktuell = header_inside.width(); //****************************************************************** //* Im IE ist header.inside ganz oben, //* also hier den Margin von oben berechnen //******************************************************************/ if ($('body').hasClass('ie')){ header_inside_margin_top = (height_headerkurve/2)/2; //console.log("height ie " + height_headerkurve); //console.log("header_inside margin-top ie " + header_inside_margin_top); } //****************************************************************** //* Headerbild oben setzen //******************************************************************/ header_inside.css("margin-top", header_inside_margin_top + 'px'); //console.log("header_inside margin-top " + header_inside_margin_top); /****************************************************************** * 3.) Bildschirmbreiten abhängige Abstände * - Bildbreite Headerbild * - Bildbreite Logo, Navigation, Leerelement macht "flexbox" * - Margin-Left Headerbild * - Position Navigation * - Position Logo ******************************************************************/ switch(true) { case (width_headerkurve > 2500): header_bild_margin_left = -(width_headerkurve - inhalt_breite)/4; nav_padding_top = height_headerkurve/6.5; //console.log('drin >1680'); break; case (width_headerkurve > 1680 && width_headerkurve 1280 && width_headerkurve 1024 && width_headerkurve 960 && width_headerkurve 600 && width_headerkurve 80) { //****************************************************************** //* Wenn der Abstand neben Text gross genug margin vom äußeren Rand //******************************************************************/ header_bild_margin_left = -(width_headerkurve - inhalt_breite_aktuell)/4; //console.log('width_headerkurve - inhalt_breite '+ (width_headerkurve - inhalt_breite_aktuell)); } else { header_bild_margin_left = 0; } nav_padding_top = height_headerkurve/20; //console.log('drin

Images

We found 1 images on this web page.

1 alt attributes are empty or missing. Add alternative text so that search engines can better understand the content of your images.

Text/HTML Ratio

Ratio : 2%

This page's ratio of text to HTML code is below 15 percent, this means that your website probably needs more text content.

Flash

Perfect, no Flash content has been detected on this page.

Iframe

Great, there are no Iframes detected on this page.

URL Rewrite

Good. Your links looks friendly!

Underscores in the URLs

Perfect! No underscores detected in your URLs.

In-page links

We found a total of 20 links including 0 link(s) to files

Anchor Type Juice
Navigation überspringen Internal Passing Juice
Yogajaya Internal Passing Juice
Stundenplan Internal Passing Juice
Vertiefung Internal Passing Juice
Raum Internal Passing Juice
Kontakt Internal Passing Juice
Navigation überspringen Internal Passing Juice
yoga Internal Passing Juice
yoga stile Internal Passing Juice
team Internal Passing Juice
preise Internal Passing Juice
yogaretreat Internal Passing Juice
ayur yoga therapie Internal Passing Juice
access bars Internal Passing Juice
vermietung Internal Passing Juice
anfahrt Internal Passing Juice
Impressum Internal Passing Juice
Datenschutz Internal Passing Juice
Impressum Internal Passing Juice
Datenschutz Internal Passing Juice

SEO Keywords

Keywords Cloud

zürcher stutz macht ivana bäretswil yogajaya copyright freude transformmatrix100137746591702 yoga

Keywords Consistency

Keyword Content Title Keywords Description Headings
yoga 3
bäretswil 3
yogajaya 3
transformmatrix100137746591702 1
freude 1

Usability

Url

Domain : yogajaya.ch

Length : 11

Favicon

Great, your website has a favicon.

Printability

We could not find a Print-Friendly CSS.

Language

Good. Your declared language is de.

Dublin Core

This page does not take advantage of Dublin Core.

Document

Doctype

HTML 5

Encoding

Perfect. Your declared charset is UTF-8.

W3C Validity

Errors : 0

Warnings : 0

Email Privacy

Great no email address has been found in plain text!

Deprecated HTML

Great! We haven't found deprecated HTML tags in your HTML.

Speed Tips

Excellent, your website doesn't use nested tables.
Too bad, your website is using inline styles.
Too bad, your website has too many CSS files (more than 4).
Perfect, your website has few JavaScript files.
Perfect, your website takes advantage of gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Optimization

XML Sitemap

Great, your website has an XML sitemap.

https://yogajaya.ch/sitemap.xml

Robots.txt

http://yogajaya.ch/robots.txt

Great, your website has a robots.txt file.

Analytics

Missing

We didn't detect an analytics tool installed on this website.

Web analytics let you measure visitor activity on your website. You should have at least one analytics tool installed, but It can also be good to install a second in order to cross-check the data.

PageSpeed Insights


Device
Categories

Website-SEO-Überprüfung

Website-SEO-Überprüfung is a free SEO tool which provides you content analysis of the website.