{
  "entity_type": "unit_conversion_page",
  "id": "meters-to-yards",
  "name": "Meters to Yards",
  "title": "Meters to Yards Converter (m to yd)",
  "description": "Convert meters to yards: 1 m = 1.09361 yd. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "length",
  "quantity_name": "Length",
  "base_unit": "m",
  "from_unit": {
    "symbol": "m",
    "display": "m",
    "name": "meters",
    "singular": "meter"
  },
  "to_unit": {
    "symbol": "yd",
    "display": "yd",
    "name": "yards",
    "singular": "yard"
  },
  "linear": true,
  "factor": 1.093613298,
  "inverse_factor": 0.9144,
  "formula": "yards = meters × 1.093613298",
  "reverse_formula": "meters = yards × 0.9144",
  "unit_relation": "1 m = 1.09361 yd",
  "examples": [
    {
      "value": 5,
      "result": 5.46807,
      "text": "5 m = 5.46807 yd"
    },
    {
      "value": 12.5,
      "result": 13.6702,
      "text": "12.5 m = 13.6702 yd"
    },
    {
      "value": 100,
      "result": 109.361,
      "text": "100 m = 109.361 yd"
    }
  ],
  "table": [
    {
      "m": 1,
      "yd": 1.09361
    },
    {
      "m": 2,
      "yd": 2.18723
    },
    {
      "m": 3,
      "yd": 3.28084
    },
    {
      "m": 4,
      "yd": 4.37445
    },
    {
      "m": 5,
      "yd": 5.46807
    },
    {
      "m": 6,
      "yd": 6.56168
    },
    {
      "m": 7,
      "yd": 7.65529
    },
    {
      "m": 8,
      "yd": 8.74891
    },
    {
      "m": 9,
      "yd": 9.84252
    },
    {
      "m": 10,
      "yd": 10.9361
    },
    {
      "m": 15,
      "yd": 16.4042
    },
    {
      "m": 20,
      "yd": 21.8723
    },
    {
      "m": 25,
      "yd": 27.3403
    },
    {
      "m": 30,
      "yd": 32.8084
    },
    {
      "m": 40,
      "yd": 43.7445
    },
    {
      "m": 50,
      "yd": 54.6807
    },
    {
      "m": 75,
      "yd": 82.021
    },
    {
      "m": 100,
      "yd": 109.361
    },
    {
      "m": 200,
      "yd": 218.723
    },
    {
      "m": 250,
      "yd": 273.403
    },
    {
      "m": 500,
      "yd": 546.807
    },
    {
      "m": 1000,
      "yd": 1093.61
    }
  ],
  "faq": [
    {
      "q": "How many yards are in one meter?",
      "a": "1 m = 1.09361 yd. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert meters to yards?",
      "a": "Multiply the value in meters by 1.093613298: yards = meters × 1.093613298. For example, 5 m = 5.46807 yd."
    },
    {
      "q": "How do I convert yards back to meters?",
      "a": "Multiply by the inverse factor 0.9144 (meters = yards × 0.9144), or use the yards-to-meters page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=m&to_unit=yd",
    "calculator": "https://tttkmbb.com/api/v1/calculate/length?value=5&from_unit=m&to_unit=yd",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "m",
      "to_unit": "yd"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/meters-to-yards",
    "markdown": "https://tttkmbb.com/conversion/meters-to-yards.md",
    "json": "https://tttkmbb.com/conversion/meters-to-yards.json",
    "reverse": "https://tttkmbb.com/conversion/yards-to-meters",
    "quantity_converter": "https://tttkmbb.com/conversion/length",
    "units": "https://tttkmbb.com/api/v1/units?quantity=length"
  },
  "timestamp": "2026-09-24"
}