Hat das schon mal jemand umgesetzt oder könnte das? (Link nur für registrierte Nutzer sichtbar.) Muss man da echt nur seine DOmain einbauen?? Beispiel Code HTML: <div itemscope itemtype="http://schema.org/WebSite"> <meta itemprop="url" content="https://www.example.com/"/> <form itemprop="potentialAction" itemscope itemtype="http://schema.org/SearchAction"> <meta itemprop="target" content="https://www.example.com/search?q={search_term}"/> <input itemprop="query-input" type="text" name="search_term" required/> <input type="submit"/> </form> </div>