# robots.txt suggestion for https://plikashome.gr/ User-agent: * Allow: / # Helpful discovery files Sitemap: https://plikashome.gr/sitemap_index.xml Sitemap: https://plikashome.gr/wp-sitemap.xml # LLM discovery files Allow: /llms.txt Allow: /llms-full.txt # Reduce crawl waste on transactional and filtered URLs Disallow: /cart/ Disallow: /checkout/ Disallow: /my-account/ Disallow: /wishlist/ Disallow: /*?add-to-cart= Disallow: /*?orderby= Disallow: /*?filter_ Disallow: /*&filter_ Disallow: /*?query_type_ Disallow: /*&query_type_ Disallow: /*?per_page= Disallow: /*&per_page= Disallow: /*?s= Disallow: /*&s= # Optional: block internal account endpoints if they exist Disallow: /wc-api/ Disallow: /?wc-ajax= # Keep static assets crawlable Allow: /wp-content/uploads/ Allow: /wp-content/themes/ Allow: /wp-content/plugins/ # Notes: # 1) Keep only the sitemap URL(s) that actually exist on the server. # 2) If the store uses a different account slug, replace /my-account/ accordingly. # 3) Test the wildcard rules in Google Search Console after deployment.