{
  "entity_type": "unit_conversion_page",
  "id": "square-yards-to-square-meters",
  "name": "Square yards to Square meters",
  "title": "Square yards to Square meters Converter (yd² to m²)",
  "description": "Convert square yards to square meters: 1 yd² = 0.836127 m². Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "area",
  "quantity_name": "Area",
  "base_unit": "m2",
  "from_unit": {
    "symbol": "yd2",
    "display": "yd²",
    "name": "square yards",
    "singular": "square yard"
  },
  "to_unit": {
    "symbol": "m2",
    "display": "m²",
    "name": "square meters",
    "singular": "square meter"
  },
  "linear": true,
  "factor": 0.83612736,
  "inverse_factor": 1.195990046,
  "formula": "square meters = square yards × 0.83612736",
  "reverse_formula": "square yards = square meters × 1.195990046",
  "unit_relation": "1 yd² = 0.836127 m²",
  "examples": [
    {
      "value": 5,
      "result": 4.18064,
      "text": "5 yd² = 4.18064 m²"
    },
    {
      "value": 12.5,
      "result": 10.4516,
      "text": "12.5 yd² = 10.4516 m²"
    },
    {
      "value": 100,
      "result": 83.6127,
      "text": "100 yd² = 83.6127 m²"
    }
  ],
  "table": [
    {
      "yd2": 1,
      "m2": 0.836127
    },
    {
      "yd2": 2,
      "m2": 1.67225
    },
    {
      "yd2": 3,
      "m2": 2.50838
    },
    {
      "yd2": 4,
      "m2": 3.34451
    },
    {
      "yd2": 5,
      "m2": 4.18064
    },
    {
      "yd2": 6,
      "m2": 5.01676
    },
    {
      "yd2": 7,
      "m2": 5.85289
    },
    {
      "yd2": 8,
      "m2": 6.68902
    },
    {
      "yd2": 9,
      "m2": 7.52515
    },
    {
      "yd2": 10,
      "m2": 8.36127
    },
    {
      "yd2": 15,
      "m2": 12.5419
    },
    {
      "yd2": 20,
      "m2": 16.7225
    },
    {
      "yd2": 25,
      "m2": 20.9032
    },
    {
      "yd2": 30,
      "m2": 25.0838
    },
    {
      "yd2": 40,
      "m2": 33.4451
    },
    {
      "yd2": 50,
      "m2": 41.8064
    },
    {
      "yd2": 75,
      "m2": 62.7096
    },
    {
      "yd2": 100,
      "m2": 83.6127
    },
    {
      "yd2": 200,
      "m2": 167.225
    },
    {
      "yd2": 250,
      "m2": 209.032
    },
    {
      "yd2": 500,
      "m2": 418.064
    },
    {
      "yd2": 1000,
      "m2": 836.127
    }
  ],
  "faq": [
    {
      "q": "How many square meters are in one square yard?",
      "a": "1 yd² = 0.836127 m². 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 square yards to square meters?",
      "a": "Multiply the value in square yards by 0.83612736: square meters = square yards × 0.83612736. For example, 5 yd² = 4.18064 m²."
    },
    {
      "q": "How do I convert square meters back to square yards?",
      "a": "Multiply by the inverse factor 1.195990046 (square yards = square meters × 1.195990046), or use the square meters-to-square yards 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=yd2&to_unit=m2",
    "calculator": "https://tttkmbb.com/api/v1/calculate/area?value=5&from_unit=yd2&to_unit=m2",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "yd2",
      "to_unit": "m2"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/square-yards-to-square-meters",
    "markdown": "https://tttkmbb.com/conversion/square-yards-to-square-meters.md",
    "json": "https://tttkmbb.com/conversion/square-yards-to-square-meters.json",
    "reverse": "https://tttkmbb.com/conversion/square-meters-to-square-yards",
    "quantity_converter": "https://tttkmbb.com/conversion/area",
    "units": "https://tttkmbb.com/api/v1/units?quantity=area"
  },
  "timestamp": "2026-09-24"
}