17 lines
372 B
Plaintext
17 lines
372 B
Plaintext
# Allow all search engines to access the entire site
|
|
User-agent: *
|
|
Disallow:
|
|
|
|
# Disallow certain directories or pages if needed (example)
|
|
# Disallow: /admin/
|
|
# Disallow: /private/
|
|
# Disallow: /cart/
|
|
|
|
# Allow specific user-agents (optional)
|
|
# User-agent: Googlebot
|
|
# Disallow: /no-google/
|
|
|
|
# Sitemap location (optional)
|
|
Sitemap: https://blog.odoo4projects.com/sitemap.xml
|
|
|