# llms.txt
## About
https://aceaironline.com/: Based on the information provided, the website https://aceaironline.com/ is currently not displaying its actual content and instead shows a message requiring users to enable JavaScript and cookies to continue. Due to this, I am unable to access or summarize the specific services or offerings of the website. For a proper summary, please allow the page to load its content or provide additional details.
## 1. LLM Directives
- User-agent: *
- Allow: /
- Disallow: /register
- Disallow: /checkout
- Disallow: /login
- Disallow: /api/
- Disallow: /wp-admin
- Disallow: /wp-login.php
- Crawl-delay: 5
- Sitemap: https://aceaironline.com/sitemap_index.xml
## 2. Site Structure
Of course! Please provide the set of URLs you want formatted.
## 3. Pages to Avoid
Avoid crawling any paths that:
- Require authentication or sessions (/account/, /dashboard, /admin/, /wp-login.php, etc.)
- Are checkout/cart related or intermediate forms
- Include query string heavy endpoints (?, search, filters, session IDs)
- Are asset-heavy (e.g., images, CSS/JS aggressively) to focus LLM bandwidth on text
## 4. Guidance for Developers
- Ensure XML sitemap is up-to-date and accessible at /sitemap.xml or /sitemap_index.xml
- Steer clear of overly dynamic URLs; prefer human-readable static URLs
- Embed contextual metadata (e.g., schema.org Product, Breadcrumbs) to improve semantic parsing
- Group content into clear sections (Products, Services, About, Blog, Careers) for structured LLM consumption
- Include on priority pages
- For non-priority/form pages, use or server-side restrictions
- Regularly monitor server logs for crawler behavior; tune Crawl-delay or disallowed paths as needed
- Log and monitor LLM crawl behavior
- Ensure consistency with robots.txt and sitemap.xml
- Version control this llms.txt alongside robots.txt and sitemap.xml to align site-crawling policies
## 5. Summary and Best Practices
- **Permit** LLM crawling for all public, content‑rich pages.
- **Prevent** crawling of private or form‑filled endpoints.
- Use **Crawl‑delay** and **Clean‑param** to protect server load and avoid duplicate content.
- Keep **__priority list__** in sync with sitemap updates.
- **Document and version** llms.txt for alignment across SEO, dev, and content teams.
**Last Updated:** 6 Oct 2025