mischaimhofmemorial.ch

Website review mischaimhofmemorial.ch

 Generated on December 18 2025 16:46 PM

Old data? UPDATE !

The score is 65/100

SEO Content

Title

Mischa Imhof Memorial: Fussballtradition und Nachwuchsförderung

Length : 63

Perfect, your title contains between 10 and 70 characters.

Description

Willkommen auf der Seite des nationalen U12 Fussballturniers Mischa Imhof Memorial MIM. Am 14. Juni 2025 findet die 28. Austragung auf dem Sportplatz Mühleye in Visp im wunderschönen Wallis statt. Das U12 Fussballturnier hat sich seit 1996 zu einem festen Bestandteil im Kalender vieler Nachwuchsmannschaften entwickelt. Hier haben junge Talente die Möglichkeit, ihr Können unter Beweis zu stellen und sich mit anderen Teams zu messen. Erleben Sie spannende Spiele, beeindruckende Nachwuchstalente und eine unvergessliche Atmosphäre vor der atemberaubenden Kulisse der Alpen.

Length : 575

Ideally, your meta description should contain between 70 and 160 characters (spaces included). Use this free tool to calculate text length.

Keywords

Fussball Turnier Junioren Schweiz Wallis Alpen FC Visp U12 Elite FE12 D Junioren Andreas Stöpfer Patrick Budmiger Riccardo Williner Claudio Millius Gattlen Pascal Nachwuchsförderung Fussballturnier Turnier Nachwuchs FC Concordia Basel,FC Aarau,FC Solothurn,Borussia Dortmund,ALFA Modrica,Team Limmattal,FC Sion,FC St,Gallen,FC Luzern,FC Basel,YB Bern,FC Visp,FC Varen,FC Sierre,ФК Борац,FK Borac Banja Luka,FC Zürich,Lausanne Sports

Good, your page contains meta keywords.

Og Meta Properties

Good, your page take advantage of Og Properties.

Property Content
title Mischa Imhof Memorial: Fussballtradition und Nachwuchsförderung
description Willkommen auf der Seite des nationalen U12 Fussballturniers Mischa Imhof Memorial MIM. Am 14. Juni 2025 findet die 28. Austragung auf dem Sportplatz Mühleye in Visp im wunderschönen Wallis statt. Das U12 Fussballturnier hat sich seit 1996 zu einem festen Bestandteil im Kalender vieler Nachwuchsmannschaften entwickelt. Hier haben junge Talente die Möglichkeit, ihr Können unter Beweis zu stellen und sich mit anderen Teams zu messen. Erleben Sie spannende Spiele, beeindruckende Nachwuchstalente und eine unvergessliche Atmosphäre vor der atemberaubenden Kulisse der Alpen.
image https://mischaimhofmemorial.ch/gallery_gen/cf6b7050bf385089ce560bb93076bb2d_fit.png
type article
url https://mischaimhofmemorial.ch/

Headings

H1 H2 H3 H4 H5 H6
1 12 0 1 6 0
  • [H1] MIM in Zahlen
  • [H2] Das Traditionsturnier für unsere Nachwuchstalente
  • [H2] Das MIM Turnier in den Medien
  • [H2] Das Fussballturnier für Junioren 
  • [H2] im Herzen der Schweizer Alpen
  • [H2] Das Mischa Imhof Memorial 
  • [H2] Turnier in den Medien
  • [H2] Rekordsieger
  • [H2] Rekordsieger
  • [H2] Rekordsieger
  • [H2] Austragungen
  • [H2] Rekordteilnehmer
  • [H2] Längste Anreise
  • [H4] ').text(cookiePolicyCustomizeButtonText) ); var modalContent = $('').addClass('modal-body').css({maxHeight: '80vh', overflow: 'auto'}); cookiePolicyList.map(function (cookie) { modalContent.append( $('') .attr('data-cookies', cookie.name) .addClass('checkbox material-switch') .append( $('') .attr('id', 'cookie' + cookie.name) .attr('type', 'checkbox') .attr('value', 1) .attr('checked', true) .attr('name', cookie.name) .attr('disabled', cookie.necessary ? true : null) ) .append($('') .attr('for', 'cookie' + cookie.name) ) .append( $('') .addClass('text-left material-switch-label') .append( $('') .css({display: 'inline-block', textAlign: 'left'}) .append(cookie.name ? $('') .text(cookie.displayName ? cookie.displayName : cookie.name) .append(cookie.necessary ? '' : '') : '' ) .append(cookie.description ? $('').addClass('small').html(cookie.description) : '') ) ) ); }); var modalFooter = $('').addClass('modal-footer').append( $('') .text(cookiePolicyButtonText) ); var modal = $('').addClass('modal cookie-policy-modal fade').attr('role', 'dialog').append( $('').addClass('modal-dialog modal-md').attr('role', 'document').append( $('').addClass('modal-content form-horizontal') .append(modalHeader) .append(modalContent) .append(modalFooter) .submit(function (e) { e.preventDefault(); var names = cookiePolicyList.filter(cookie => cookie.necessary).map(function (field) { return field.name.split(',').map(function (item) { return item.trim(); }); }).flat(); var selectedNames = $(e.target).serializeArray().map(function (field) { if (typeof field.name === 'string') { return field.name.split(',').map(function (item) { return item.trim(); }); } return field.name; }).flat(); if (document.cookieChangedCategories) { document.cookieChangedCategories(1, names.concat(selectedNames)); } modal.modal('hide'); modal.on('hidden.bs.modal', function () { block.remove(); }); document.location.reload(); return false; }) ) ).appendTo('body'); } if (cookiePolicyRejectButtonText) { $('') .attr({type: 'button'}) .css({ backgroundColor: "#cccccc", color: "#ffffff", fontFamily: "'Nunito Sans',Arial,sans-serif", fontSize: 14, marginRight: '5px', marginLeft: '5px' }) .text(cookiePolicyRejectButtonText) .on('click', function() { if (cookiePolicyList && cookiePolicyList.length && cookiePolicyCustomizeButtonText) { var names = cookiePolicyList.filter(cookie => cookie.necessary).map(function (field) { return field.name.split(',').map(function (item) { return item.trim(); }); }).flat(); // Save only required cookies if (document.cookieChangedCategories) document.cookieChangedCategories(1, names); } else { // Save no cookies if (document.cookieChangedCategories) document.cookieChangedCategories(0, []); } block.remove(); document.location.reload(); }) .appendTo(btnWrapper); } if (cookiePolicyList && cookiePolicyList.length && cookiePolicyCustomizeButtonText) { $('') .attr({type: 'button'}) .css({ backgroundColor: "#5cb85c", color: "#ffffff", fontFamily: "'Nunito Sans',Arial,sans-serif", fontSize: 14, marginRight: '5px', marginLeft: '5px' }) .text(cookiePolicyCustomizeButtonText) .on('click', function () { modal.modal('toggle'); }) .appendTo(btnWrapper); } if (cookiePolicyButtonText) { $('') .attr({type: 'button'}) .css({ backgroundColor: "#5cb85c", color: "#ffffff", fontFamily: "'Nunito Sans',Arial,sans-serif", fontSize: 14, marginRight: '5px', marginLeft: '5px' }) .text(cookiePolicyButtonText) .on('click', function () { if ($('#customCookiesForm').length) { $('#customCookiesForm').submit(); return; } if (document.cookieChangedCategories) { document.cookieChangedCategories(1, ['*']); } block.remove(); document.location.reload(); }) .appendTo(btnWrapper); } $(document.body).append(block); if (block.height() >= $(window).height() * 0.4) { block.addClass('center'); } } }); $(function () { }); HomeÜber unsHall of FameZum TurnierUnsere PartnerHomeÜber unsHall of FameZum TurnierUnsere PartnerMischa Imhof Memorial
  • [H5] Titel
  • [H5] Titel
  • [H5] Titel
  • [H5] Turniere
  • [H5] Teilnahmen
  • [H5] km

Images

We found 21 images on this web page.

2 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 : 3%

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

Too Bad, you have Iframes on the web pages, this mean that content in an Iframe cannot be indexed.

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 7 links including 0 link(s) to files

Anchor Type Juice
Home Internal Passing Juice
Über uns Internal Passing Juice
Hall of Fame Internal Passing Juice
Zum Turnier Internal Passing Juice
Unsere Partner Internal Passing Juice
Partner werden Internal Passing Juice
Impressum /  Internal Passing Juice

SEO Keywords

Keywords Cloud

turnier mischa fame zum über hall memorial imhof titel partner

Keywords Consistency

Keyword Content Title Keywords Description Headings
turnier 7
mischa 6
memorial 6
imhof 6
partner 4

Usability

Url

Domain : mischaimhofmemorial.ch

Length : 22

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

Warning! At least one email address has been found in the plain text. Use free antispam protector to hide email from spammers.

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.
Great, your website has few CSS files.
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://mischaimhofmemorial.ch/sitemap.xml

Robots.txt

http://mischaimhofmemorial.ch/robots.txt

Great, your website has a robots.txt file.

Analytics

Great, your website has an analytics tool.

   Google Analytics

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.