yogajaya.ch

Analisi sito web yogajaya.ch

 Generato il Febbraio 09 2026 10:13 AM

Statistiche non aggiornate? AGGIORNA !

Il punteggio e 57/100

SEO Content

Title

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

Lunghezza : 59

Perfetto, il tuo title contiene tra 10 e 70 caratteri.

Description

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

Lunghezza : 126

Grande, la tua meta description contiene tra 70 e 160 caratteri.

Keywords

Molto male. Non abbiamo trovato meta keywords nella tua pagina. Usa questo generatore gratuito online di meta tags per creare keywords.

Og Meta Properties

Questa pagina non sfrutta i vantaggi Og Properties. Questi tags consentono ai social crawler di strutturare meglio la tua pagina. Use questo generatore gratuito di og properties per crearli.

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

Abbiamo trovato 1 immagini in questa pagina web.

1 attributi alt sono vuoti o mancanti. Aggiungi testo alternativo in modo tale che i motori di ricerca possano comprendere meglio il contenuto delle tue immagini.

Text/HTML Ratio

Ratio : 2%

Il rapporto testo/codice HTML di questa pagina e inferiore a 15 percento, questo significa che il tuo sito web necessita probabilmente di molto piu contenuto.

Flash

Perfetto, non e stato rilevato contenuto Flash in questa pagina.

Iframe

Grande, non sono stati rilevati Iframes in questa pagina.

URL Rewrite

Buono. I tuoi links appaiono friendly!

Underscores in the URLs

Perfetto! Non sono stati rilevati underscores nei tuoi URLs.

In-page links

Abbiamo trovato un totale di 20 links inclusi 0 link(s) a files

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

SEO Keywords

Keywords Cloud

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

Consistenza Keywords

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

Usabilita

Url

Dominio : yogajaya.ch

Lunghezza : 11

Favicon

Grande, il tuo sito usa una favicon.

Stampabilita

Non abbiamo riscontrato codice CSS Print-Friendly.

Lingua

Buono. La tua lingua dichiarata de.

Dublin Core

Questa pagina non sfrutta i vantaggi di Dublin Core.

Documento

Doctype

HTML 5

Encoding

Perfetto. Hai dichiarato che il tuo charset e UTF-8.

Validita W3C

Errori : 0

Avvisi : 0

Email Privacy

Grande. Nessun indirizzo mail e stato trovato in plain text!

Deprecated HTML

Grande! Non abbiamo trovato tags HTML deprecati nel tuo codice.

Suggerimenti per velocizzare

Eccellente, il tuo sito web non utilizza nested tables.
Molto male, il tuo sito web utilizza stili CSS inline.
Molto male, il tuo sito web ha troppi file CSS files (piu di 4).
Perfetto, il tuo sito web ha pochi file JavaScript.
Perfetto, il vostro sito si avvale di gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Ottimizzazione

XML Sitemap

Grande, il vostro sito ha una sitemap XML.

https://yogajaya.ch/sitemap.xml

Robots.txt

http://yogajaya.ch/robots.txt

Grande, il vostro sito ha un file robots.txt.

Analytics

Non trovato

Non abbiamo rilevato uno strumento di analisi installato su questo sito web.

Web analytics consentono di misurare l'attività dei visitatori sul tuo sito web. Si dovrebbe avere installato almeno un strumento di analisi, ma può anche essere buona per installare una seconda, al fine di un controllo incrociato dei dati.

PageSpeed Insights


Dispositivo
Categorie

Website-SEO-Überprüfung

Website-SEO-Überprüfung e uno strumento di ottimizzazione per i motori di ricerca (seo tool) che serve per analizzare le tue pagine web