<%
var contactPageSchema = {
"@context": "https://schema.org",
"@type": "ContactPage",
"name": "Request a Forklift Quote from China",
"description": "Request a factory-direct forklift quotation from YanX Forklift, a China-based manufacturer supplying electric forklifts and warehouse equipment with export support.",
"url": full_url_for("/contact/"),
"mainEntity": {
"@type": "Organization",
"name": "YanX Forklift",
"legalName": "Jiangsu Zhongyan Forklift Manufacturing Co., Ltd.",
"url": full_url_for("/"),
"email": "sales@yanx-forklift.com",
"telephone": "+86 182 2135 8606",
"address": {
"@type": "PostalAddress",
"addressLocality": "Taixing",
"addressRegion": "Jiangsu",
"addressCountry": "CN"
}
}
};
var contactBreadcrumbSchema = {
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": full_url_for("/")
},
{
"@type": "ListItem",
"position": 2,
"name": "Request a Quote",
"item": full_url_for("/contact/")
}
]
};
%>