Hallo zusammen,
Ich habe soeben festgestellt, dass meine Website https://www.kleine-koerbchen.de durch die robots.txt komplett blockiert ist. Ich habe heute Abend per ftp eine index.tpl in unserem Theme-Order abgelegt mit unten folgendem Code. Wenn ich nun die robots.txt durch den Browser aufrufe kommt der Inhalt: User-agent: * Disallow: /
Was mache ich falsch? Kann jemand helfen?
Vielen Dank, Anna.
{extends file=„parent:frontend/robots_txt/index.tpl“}
{block name=„frontend_robots_txt_user_agent“}
User-agent: *
{/block}
{block name=„frontend_robots_txt_disallows“}
Disallow: {url controller=compare fullPath=false}
Disallow: {url controller=checkout fullPath=false}
Disallow: {url controller=register fullPath=false}
Disallow: {url controller=account fullPath=false}
Disallow: {url controller=address fullPath=false}
Disallow: {url controller=note fullPath=false}
Disallow: {url controller=widgets fullPath=false}
Disallow: {url controller=listing fullPath=false}
Disallow: {url controller=ticket fullPath=false}
{/block}
{block name=„frontend_robots_txt_allows“}
Allow: {url module=widgets controller=emotion fullPath=false}
{/block}
{block name=„frontend_robots_txt_sitemap“}
Sitemap: {url controller=index}sitemap_index.xml
{/block}
{*
@deprecated
Will be removed in 5.6 without alternative
*}
{block name=„frontend_robots_txt_sitemap_mobile“}{/block}
{/extends}