No imprint or legal notice page was detected on your website. This page is legally required for EU-based businesses and German-language sites, especially those
By Seoxpert Editorial · Published · Updated
An imprint (Impressum) page is a legal obligation for many EU businesses and all German-language commercial websites. It provides transparency about the site's ownership and legal accountability. Failing to provide this information can result in fines, cease-and-desist orders, and reputational harm, particularly in jurisdictions with strict requirements like Germany.
Missing an imprint page exposes your business to legal risks, including fines and lawsuits. It can also erode user trust, as visitors may question the legitimacy of your site. Search engines and compliance checkers may flag your site as non-compliant, affecting your reputation and potentially your rankings in regions where this is a legal requirement.
Automated crawlers and SEO audits scan for standard imprint URLs (e.g., /imprint, /legal-notice, /impressum) and check for links to these pages in the site footer. They may also analyze page content for required legal information. If no such page or link is found, or if the content is incomplete, the issue is flagged.
Example of a compliant imprint page (HTML)
<html>
<head>
<title>Imprint</title>
</head>
<body>
<h1>Imprint</h1>
<p>Company Name: Example GmbH</p>
<p>Address: Musterstraße 1, 12345 Berlin, Germany</p>
<p>Contact: info@example.com | +49 30 1234567</p>
<p>VAT ID: DE123456789</p>
<p>Trade Register: Amtsgericht Berlin, HRB 123456</p>
<p>Responsible Person: Max Mustermann</p>
</body>
</html>Footer link to imprint page (HTML)
<footer>
<a href="/imprint">Imprint</a>
<!-- or for German-language sites: -->
<a href="/impressum">Impressum</a>
</footer>Incorrect: Imprint page not linked from footer
<!-- No link to imprint page in the footer -->
<footer>
<a href="/privacy-policy">Privacy Policy</a>
</footer>No, imprint pages are legally required for business websites operating in the EU, especially those targeting German-speaking countries. Personal blogs or non-commercial sites may be exempt, but it's best to consult local regulations.
Typically, you must include your legal business name, registered address, contact details (email and phone), VAT and trade register numbers (if applicable), and the name of the person responsible for the content.
It's best practice to use standard URLs like /imprint, /legal-notice, or /impressum. Non-standard URLs may not be detected by automated compliance tools or users looking for legal information.
Yes, the imprint page should be linked from the footer of every page to ensure easy access for users and compliance with legal requirements.
No, the imprint page should not be blocked by robots.txt or a noindex meta tag, as it must be publicly accessible for legal compliance.
If your site targets users in multiple languages or regions, you should provide the imprint information in each relevant language to ensure compliance and accessibility.
Run a scan to see if No Imprint / Legal Notice Page Found affects your pages.
Scan my website →