{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.aragonmetaltraders.com/#organization",
      "name": "Aragon Metal Traders",
      "url": "https://www.aragonmetaltraders.com",
      "logo": "https://www.aragonmetaltraders.com/images/logo.png",
      "description": "Premium metal trading platform offering precious and industrial metals with secure, fast transactions",
      "sameAs": [
        "https://www.facebook.com/aragonmetaltraders",
        "https://www.linkedin.com/company/aragon-metal-traders",
        "https://twitter.com/aragonmetals"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "Customer Support",
        "telephone": "+1-800-METALS-1",
        "email": "support@aragonmetaltraders.com",
        "areaServed": "Worldwide",
        "availableLanguage": ["en", "es", "fr", "de"]
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "123 Metal Trading Way",
        "addressLocality": "New York",
        "addressRegion": "NY",
        "postalCode": "10001",
        "addressCountry": "US"
      },
      "foundingDate": "2015",
      "foundingLocation": "New York, USA",
      "numberOfEmployees": {
        "@type": "QuantitativeValue",
        "value": "150"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://www.aragonmetaltraders.com/#website",
      "url": "https://www.aragonmetaltraders.com",
      "name": "Aragon Metal Traders",
      "description": "Premium metal trading platform",
      "publisher": {
        "@id": "https://www.aragonmetaltraders.com/#organization"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://www.aragonmetaltraders.com/search?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://www.aragonmetaltraders.com/#localbusiness",
      "name": "Aragon Metal Traders",
      "url": "https://www.aragonmetaltraders.com",
      "image": "https://www.aragonmetaltraders.com/images/storefront.jpg",
      "description": "Premier destination for metal trading",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "123 Metal Trading Way",
        "addressLocality": "New York",
        "addressRegion": "NY",
        "postalCode": "10001",
        "addressCountry": "US"
      },
      "telephone": "+1-800-METALS-1",
      "email": "info@aragonmetaltraders.com",
      "priceRange": "$$",
      "areaServed": "Worldwide",
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
          "opens": "09:00",
          "closes": "18:00"
        },
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": ["Saturday"],
          "opens": "10:00",
          "closes": "16:00"
        }
      ],
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.8",
        "reviewCount": "847",
        "bestRating": "5",
        "worstRating": "1"
      }
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://www.aragonmetaltraders.com/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://www.aragonmetaltraders.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Products",
          "item": "https://www.aragonmetaltraders.com/products"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Blog",
          "item": "https://www.aragonmetaltraders.com/blog"
        }
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://www.aragonmetaltraders.com/faq/#faqpage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Is Aragon Metal Traders legitimate?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes, Aragon Metal Traders is a fully licensed and certified precious metals dealer with over 10 years of industry experience. We maintain memberships with major industry associations and hold appropriate licenses in all jurisdictions."
          }
        },
        {
          "@type": "Question",
          "name": "What metals do you offer?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "We offer a comprehensive range including precious metals (gold, silver, platinum, palladium), base metals (copper, aluminum, steel, zinc, lead), and specialty metals (titanium, molybdenum, tungsten)."
          }
        },
        {
          "@type": "Question",
          "name": "How is metal purity guaranteed?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "All our metals come with certificates of authenticity and are tested using industry-standard assay methods. Each product is accompanied by documentation certifying weight, purity, and origin."
          }
        },
        {
          "@type": "Question",
          "name": "What are your shipping options?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "We offer fully insured shipping via DHL, FedEx, and UPS. Orders are securely packaged and can be delivered worldwide with tracking available 24/7."
          }
        },
        {
          "@type": "Question",
          "name": "Do you offer bulk discounts?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes, we offer competitive bulk pricing for orders over 10kg. Contact our bulk trading department for custom quotes."
          }
        }
      ]
    },
    {
      "@type": "Product",
      "@id": "https://www.aragonmetaltraders.com/products/gold-ingots/#product",
      "name": "Premium Gold Ingots 99.9% Pure",
      "image": "https://www.aragonmetaltraders.com/images/gold-ingots.jpg",
      "description": "Premium grade gold ingots for investment and industrial use. Certified 99.9% pure with international assay certification.",
      "url": "https://www.aragonmetaltraders.com/products/gold-ingots",
      "sku": "GOLD-INGOT-001",
      "brand": "Aragon Metal Traders",
      "offers": {
        "@type": "AggregateOffer",
        "lowPrice": "1950",
        "highPrice": "2450",
        "priceCurrency": "USD",
        "offerCount": "3",
        "availability": "https://schema.org/InStock"
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.9",
        "reviewCount": "156"
      },
      "review": [
        {
          "@type": "Review",
          "reviewRating": {
            "@type": "Rating",
            "ratingValue": "5"
          },
          "reviewBody": "Excellent quality gold ingots. Fast delivery and great customer service.",
          "author": {
            "@type": "Person",
            "name": "John Smith"
          },
          "datePublished": "2026-07-01"
        }
      ]
    },
    {
      "@type": "Product",
      "@id": "https://www.aragonmetaltraders.com/products/silver-bars/#product",
      "name": "High-Purity Silver Bars Investment Grade",
      "image": "https://www.aragonmetaltraders.com/images/silver-bars.jpg",
      "description": "Investment-grade silver bars suitable for trading and long-term storage. 99.9% purity certified.",
      "url": "https://www.aragonmetaltraders.com/products/silver-bars",
      "sku": "SILVER-BAR-001",
      "brand": "Aragon Metal Traders",
      "offers": {
        "@type": "AggregateOffer",
        "lowPrice": "22",
        "highPrice": "32",
        "priceCurrency": "USD",
        "offerCount": "4",
        "availability": "https://schema.org/InStock"
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.8",
        "reviewCount": "203"
      }
    },
    {
      "@type": "Product",
      "@id": "https://www.aragonmetaltraders.com/products/copper-sheets/#product",
      "name": "Industrial-Grade Copper Sheets",
      "image": "https://www.aragonmetaltraders.com/images/copper-sheets.jpg",
      "description": "High-purity industrial-grade copper sheets suitable for construction and manufacturing applications.",
      "url": "https://www.aragonmetaltraders.com/products/copper-sheets",
      "sku": "COPPER-SHEET-001",
      "brand": "Aragon Metal Traders",
      "offers": {
        "@type": "AggregateOffer",
        "lowPrice": "6.50",
        "highPrice": "8.50",
        "priceCurrency": "USD",
        "offerCount": "3",
        "availability": "https://schema.org/InStock"
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.7",
        "reviewCount": "89"
      }
    },
    {
      "@type": "BlogPosting",
      "@id": "https://www.aragonmetaltraders.com/blog/metal-market-trends-2026/#blogarticle",
      "headline": "Metal Market Trends 2026: What You Need to Know",
      "image": "https://www.aragonmetaltraders.com/images/blog/trends-2026.jpg",
      "datePublished": "2026-07-07T10:30:00Z",
      "dateModified": "2026-07-07T10:30:00Z",
      "author": {
        "@type": "Person",
        "name": "Aragon Trading Team",
        "url": "https://www.aragonmetaltraders.com/team/trading-team"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Aragon Metal Traders",
        "logo": {
          "@type": "ImageObject",
          "url": "https://www.aragonmetaltraders.com/images/logo.png"
        }
      },
      "description": "Discover the key metal market trends shaping 2026. From precious metals to industrial commodities, we break down what's driving prices.",
      "articleBody": "The metal markets are experiencing significant shifts in 2026...",
      "articleSection": "Market Analysis",
      "keywords": ["metal market", "trends", "trading", "gold", "copper", "silver"],
      "url": "https://www.aragonmetaltraders.com/blog/metal-market-trends-2026"
    },
    {
      "@type": "BlogPosting",
      "@id": "https://www.aragonmetaltraders.com/blog/investing-in-gold/#blogarticle",
      "headline": "The Complete Guide to Investing in Gold in 2026",
      "image": "https://www.aragonmetaltraders.com/images/blog/gold-guide.jpg",
      "datePublished": "2026-07-06T14:20:00Z",
      "dateModified": "2026-07-06T14:20:00Z",
      "author": {
        "@type": "Person",
        "name": "Investment Advisor",
        "url": "https://www.aragonmetaltraders.com/team/investment-advisor"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Aragon Metal Traders",
        "logo": {
          "@type": "ImageObject",
          "url": "https://www.aragonmetaltraders.com/images/logo.png"
        }
      },
      "description": "Learn everything about gold investment strategies from physical gold to ETFs.",
      "articleBody": "Gold investment doesn't have to be complicated...",
      "articleSection": "Investment Guide",
      "keywords": ["gold", "investment", "trading", "precious metals"],
      "url": "https://www.aragonmetaltraders.com/blog/investing-in-gold"
    }
  ]
}
