-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aff4771
commit e80d9db
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Allow all search engines to index public pages | ||
User-agent: * | ||
Disallow: /admin | ||
Disallow: /login | ||
Disallow: /forms | ||
Disallow: /delete | ||
Disallow: /account | ||
Disallow: /warranty | ||
Disallow: /warranty-form | ||
Disallow: /supplier-form | ||
Disallow: /spareparts-form | ||
Disallow: /blogs-form | ||
Disallow: /exhibition-form | ||
Disallow: /users | ||
Disallow: /settings | ||
|
||
# Block query parameters (optional, but prevents potential duplicate content issues) | ||
Disallow: /*? | ||
|
||
# Allow search engines to crawl important sections | ||
Allow: /blogs | ||
Allow: /blogs/* | ||
Allow: /suppliers | ||
Allow: /suppliers/* | ||
Allow: /spareparts | ||
Allow: /spareparts/* | ||
Allow: /exhibitions | ||
Allow: /exhibitions/* | ||
Allow: /products | ||
Allow: /products/* | ||
|
||
# Sitemap location | ||
Sitemap: https://www.farmec.ie/sitemap.xml |