Seoxpert.io
mediumBest Practices

No Imprint / Legal Notice Page Found

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

Why it matters

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.

Impact

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.

How it's detected

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.

Common causes

  • No imprint or legal notice page was created.
  • Imprint page exists but is not linked from the footer.
  • Imprint information is incomplete or missing required details.
  • Imprint page uses a non-standard URL or naming convention.
  • Site is unaware of regional legal requirements.
  • Imprint page is blocked by robots.txt or noindex meta tag.

How to fix it

Create a dedicated page (e.g., /imprint, /legal-notice, or /impressum) containing all legally required information: legal business name, registered address, contact details (email and phone), VAT and trade register numbers (if applicable), and the responsible person. Link to this page from the footer of every page on your site using a clear label (e.g., 'Imprint', 'Legal Notice', or 'Impressum'). Ensure the page is accessible to search engines (not blocked by robots.txt or noindex). Use a standard, easily discoverable URL and provide the information in all languages your site supports if you target multiple regions.

Code examples

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>

FAQ

Is an imprint page required for all websites?

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.

What information must be included on an imprint page?

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.

Can I use a different URL for my imprint page?

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.

Does the imprint page need to be accessible from every page?

Yes, the imprint page should be linked from the footer of every page to ensure easy access for users and compliance with legal requirements.

Can I block the imprint page from search engines?

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.

Do I need to provide the imprint page in multiple languages?

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.

Found this issue on your site?

Run a scan to see if No Imprint / Legal Notice Page Found affects your pages.

Scan my website →