{
  "entity_type": "unit_conversion_page",
  "id": "square-meters-to-square-yards",
  "name": "Square meters to Square yards",
  "title": "Square meters to Square yards Converter (m² to yd²)",
  "description": "Convert square meters to square yards: 1 m² = 1.19599 yd². 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": "m2",
    "display": "m²",
    "name": "square meters",
    "singular": "square meter"
  },
  "to_unit": {
    "symbol": "yd2",
    "display": "yd²",
    "name": "square yards",
    "singular": "square yard"
  },
  "linear": true,
  "factor": 1.195990046,
  "inverse_factor": 0.83612736,
  "formula": "square yards = square meters × 1.195990046",
  "reverse_formula": "square meters = square yards × 0.83612736",
  "unit_relation": "1 m² = 1.19599 yd²",
  "examples": [
    {
      "value": 5,
      "result": 5.97995,
      "text": "5 m² = 5.97995 yd²"
    },
    {
      "value": 12.5,
      "result": 14.9499,
      "text": "12.5 m² = 14.9499 yd²"
    },
    {
      "value": 100,
      "result": 119.599,
      "text": "100 m² = 119.599 yd²"
    }
  ],
  "table": [
    {
      "m2": 1,
      "yd2": 1.19599
    },
    {
      "m2": 2,
      "yd2": 2.39198
    },
    {
      "m2": 3,
      "yd2": 3.58797
    },
    {
      "m2": 4,
      "yd2": 4.78396
    },
    {
      "m2": 5,
      "yd2": 5.97995
    },
    {
      "m2": 6,
      "yd2": 7.17594
    },
    {
      "m2": 7,
      "yd2": 8.37193
    },
    {
      "m2": 8,
      "yd2": 9.56792
    },
    {
      "m2": 9,
      "yd2": 10.7639
    },
    {
      "m2": 10,
      "yd2": 11.9599
    },
    {
      "m2": 15,
      "yd2": 17.9399
    },
    {
      "m2": 20,
      "yd2": 23.9198
    },
    {
      "m2": 25,
      "yd2": 29.8998
    },
    {
      "m2": 30,
      "yd2": 35.8797
    },
    {
      "m2": 40,
      "yd2": 47.8396
    },
    {
      "m2": 50,
      "yd2": 59.7995
    },
    {
      "m2": 75,
      "yd2": 89.6993
    },
    {
      "m2": 100,
      "yd2": 119.599
    },
    {
      "m2": 200,
      "yd2": 239.198
    },
    {
      "m2": 250,
      "yd2": 298.998
    },
    {
      "m2": 500,
      "yd2": 597.995
    },
    {
      "m2": 1000,
      "yd2": 1195.99
    }
  ],
  "faq": [
    {
      "q": "How many square yards are in one square meter?",
      "a": "1 m² = 1.19599 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 square meters to square yards?",
      "a": "Multiply the value in square meters by 1.195990046: square yards = square meters × 1.195990046. For example, 5 m² = 5.97995 yd²."
    },
    {
      "q": "How do I convert square yards back to square meters?",
      "a": "Multiply by the inverse factor 0.83612736 (square meters = square yards × 0.83612736), or use the square yards-to-square 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=m2&to_unit=yd2",
    "calculator": "https://tttkmbb.com/api/v1/calculate/area?value=5&from_unit=m2&to_unit=yd2",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "m2",
      "to_unit": "yd2"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/square-meters-to-square-yards",
    "markdown": "https://tttkmbb.com/conversion/square-meters-to-square-yards.md",
    "json": "https://tttkmbb.com/conversion/square-meters-to-square-yards.json",
    "reverse": "https://tttkmbb.com/conversion/square-yards-to-square-meters",
    "quantity_converter": "https://tttkmbb.com/conversion/area",
    "units": "https://tttkmbb.com/api/v1/units?quantity=area"
  },
  "timestamp": "2026-09-24"
}