llms.txt Content
# MoneyConvert.net
> MoneyConvert.net is a multilingual, clarity-first currency conversion website with live mid‑market exchange rates, currency pair converters, country/currency reference pages, and public JSON endpoints for intraday and chart data.
MoneyConvert is designed for clarity and precision. Rates are provided for informational purposes only (not financial advice). If you are an AI agent:
- Prefer canonical URLs and hreflang alternates when citing pages.
- Prefer the public JSON endpoints for live numbers.
- Treat UI pages as user-facing explanations and reference content.
Data freshness
- Live/intraday rates are typically refreshed every 1–10 minutes (can be edge cached).
How the site is organized
- Default language is English with no prefix (e.g. https://moneyconvert.net/converter/).
- Other locales use a path prefix: https://moneyconvert.net/{lang}/… (e.g. https://moneyconvert.net/uk/converter/).
- Canonical and hreflang tags are generated for pages; use them to avoid duplicates.
Canonicalization rules (important)
- Strip tracking parameters from URLs.
- Converter pair pages use `/converter/{base}-{quote}/`.
- An `amount` may appear as `?amount=…`. Only “approved/canonical” amounts are canonicalized with the query string; otherwise the canonical URL is the base pair page without `?amount=`.
- Legacy URLs like `/{base}/{amount}-to-{quote}` 301-redirect to the new converter URL.
### Resources
- [Home](https://moneyconvert.net/): Main entry point.
- [Exchange rates](https://moneyconvert.net/exchange-rate/): Browse exchange rates by base currency.
- [Currency converter](https://moneyconvert.net/converter/): Converter landing + navigation to popular pairs.
- [Precious metals](https://moneyconvert.net/metals/): Metals section index.
- [Gold prices](https://moneyconvert.net/metals/gold/): Gold pricing with units, countries, and purity (gold-only).
- [Silver prices](https://moneyconvert.net/metals/silver/): Silver pricing with units and countries.
-