{"id":4219,"date":"2026-06-25T02:19:55","date_gmt":"2026-06-25T02:19:55","guid":{"rendered":"https:\/\/naizilcanada.com\/main\/?page_id=4219"},"modified":"2026-07-08T01:47:36","modified_gmt":"2026-07-08T01:47:36","slug":"products","status":"publish","type":"page","link":"https:\/\/naizilcanada.com\/main\/products\/","title":{"rendered":"Products"},"content":{"rendered":"\n<style>\n  .naizil-products-landing { font-family: inherit; color: #1A1A1A; }\n  .naizil-products-landing a { color: #EB2026; text-decoration: none; transition: color 0.2s; }\n  .naizil-products-landing * { font-family: inherit !important; }\n  .naizil-section { padding: 80px 20px; }\n  .naizil-container { max-width: 1200px; margin: 0 auto; }\n\n  .naizil-hero {\n    background: #FAFAFA;\n    padding: 100px 20px 90px;\n    text-align: center;\n    border-bottom: 1px solid #EAEAEA;\n  }\n  .naizil-hero-accent {\n    width: 60px;\n    height: 4px;\n    background: #EB2026;\n    margin: 0 auto 32px;\n    border-radius: 2px;\n  }\n  .naizil-eyebrow {\n    color: #EB2026;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin: 0 0 16px;\n  }\n  .naizil-hero h1 { font-size: 48px; font-weight: 700; margin: 0 0 20px; line-height: 1.1; color: #1A1A1A !important; }\n  .naizil-hero p { font-size: 17px; line-height: 1.7; max-width: 720px; margin: 0 auto; color: #555 !important; }\n\n  .naizil-h2 { font-size: 34px; font-weight: 700; margin: 0 0 20px; line-height: 1.2; color: #1A1A1A; }\n  .naizil-body { font-size: 16px; line-height: 1.7; color: #444; margin: 0 0 16px; }\n\n  \/* Products grid *\/\n  .naizil-products-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 30px;\n    margin-top: 50px;\n  }\n\n  .naizil-product-card {\n    background: white;\n    border: 1px solid #EAEAEA;\n    border-radius: 12px;\n    overflow: hidden;\n    text-decoration: none !important;\n    color: inherit;\n    transition: all 0.25s;\n    display: flex;\n    flex-direction: column;\n  }\n  .naizil-product-card:hover {\n    border-color: #EB2026;\n    box-shadow: 0 12px 30px rgba(235, 32, 38, 0.1);\n    transform: translateY(-4px);\n  }\n\n  .naizil-product-card-icon-bar {\n    background: #1A1F36;\n    padding: 32px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    border-bottom: 4px solid #EB2026;\n  }\n  .naizil-product-icon {\n    width: 56px;\n    height: 56px;\n    border-radius: 50%;\n    background: rgba(235, 32, 38, 0.15);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  .naizil-product-card h3 {\n    color: white !important;\n    font-size: 20px;\n    font-weight: 700;\n    margin: 0;\n    line-height: 1.2;\n  }\n\n  .naizil-product-card-body {\n    padding: 32px;\n    display: flex;\n    flex-direction: column;\n    flex-grow: 1;\n  }\n  .naizil-product-card-body > p {\n    font-size: 15px;\n    line-height: 1.7;\n    color: #555 !important;\n    margin: 0 0 24px;\n    flex-grow: 1;\n  }\n\n  .naizil-product-features {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 28px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n  }\n  .naizil-product-features li {\n    font-size: 13px;\n    line-height: 1.5;\n    color: #555;\n    padding: 6px 0;\n    padding-left: 22px;\n    position: relative;\n  }\n  .naizil-product-features li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 12px;\n    width: 6px;\n    height: 6px;\n    background: #EB2026;\n    border-radius: 50%;\n  }\n\n  .naizil-product-learn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    color: #EB2026 !important;\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    text-transform: uppercase;\n    padding-top: 20px;\n    border-top: 1px solid #EAEAEA;\n    margin-top: auto;\n    transition: gap 0.2s;\n  }\n  .naizil-product-card:hover .naizil-product-learn {\n    gap: 14px;\n  }\n  .naizil-product-learn svg {\n    transition: transform 0.2s;\n  }\n  .naizil-product-card:hover .naizil-product-learn svg {\n    transform: translateX(4px);\n  }\n\n  \/* Approach section *\/\n  .naizil-approach {\n    background: #F5F5F5;\n    border-radius: 16px;\n    padding: 60px 50px;\n    margin-top: 70px;\n    text-align: center;\n  }\n  .naizil-approach h2 {\n    font-size: 30px;\n    font-weight: 700;\n    margin: 0 0 16px;\n    color: #1A1A1A;\n    line-height: 1.2;\n  }\n  .naizil-approach p {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #555;\n    margin: 0 auto;\n    max-width: 700px;\n  }\n\n  \/* CTA *\/\n  .naizil-cta-box {\n    background: #1A1F36;\n    border-radius: 12px;\n    padding: 60px 40px;\n    text-align: center;\n    margin-top: 50px;\n  }\n  .naizil-cta-box .eyebrow {\n    color: #EB2026 !important;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin: 0 0 16px;\n  }\n  .naizil-cta-box h3 {\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 14px;\n    color: white !important;\n  }\n  .naizil-cta-box p {\n    font-size: 16px;\n    color: #B8BCC8 !important;\n    margin: 0 0 28px;\n    line-height: 1.6;\n    max-width: 540px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .naizil-cta-buttons {\n    display: flex;\n    gap: 14px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n  .naizil-cta-primary {\n    display: inline-block;\n    background: #EB2026;\n    color: white !important;\n    padding: 14px 36px;\n    border-radius: 6px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 15px;\n    transition: all 0.2s;\n  }\n  .naizil-cta-primary:hover {\n    background: #C81A1F;\n    transform: translateY(-1px);\n    box-shadow: 0 4px 12px rgba(235, 32, 38, 0.25);\n  }\n  .naizil-cta-secondary {\n    display: inline-block;\n    background: transparent;\n    color: white !important;\n    padding: 13px 32px;\n    border-radius: 6px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 15px;\n    border: 1px solid rgba(255, 255, 255, 0.35);\n    transition: all 0.2s;\n  }\n  .naizil-cta-secondary:hover {\n    border-color: white;\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  @media (max-width: 1024px) {\n    .naizil-products-grid { grid-template-columns: 1fr; }\n    .naizil-hero h1 { font-size: 38px; }\n    .naizil-approach { padding: 45px 32px; }\n  }\n  @media (max-width: 768px) {\n    .naizil-section { padding: 60px 16px; }\n    .naizil-hero { padding: 70px 20px 60px; }\n    .naizil-hero h1 { font-size: 30px; }\n    .naizil-hero p { font-size: 16px; }\n    .naizil-product-card-icon-bar { padding: 24px; gap: 16px; }\n    .naizil-product-icon { width: 48px; height: 48px; }\n    .naizil-product-card h3 { font-size: 19px; }\n    .naizil-product-card-body { padding: 24px; }\n    .naizil-approach { padding: 36px 24px; }\n    .naizil-approach h2 { font-size: 24px; }\n    .naizil-cta-box { padding: 40px 24px; }\n    .naizil-cta-box h3 { font-size: 22px; }\n    .naizil-cta-buttons { flex-direction: column; align-items: center; }\n    .naizil-cta-primary, .naizil-cta-secondary { width: 100%; max-width: 280px; text-align: center; }\n  }\n<\/style>\n\n<div class=\"naizil-products-landing\">\n\n  <section class=\"naizil-hero\">\n    <div class=\"naizil-container\">\n      <div class=\"naizil-hero-accent\"><\/div>\n      <p class=\"naizil-eyebrow\">Our Products<\/p>\n      <h1>Custom-Engineered Coated Fabrics<\/h1>\n      <p>From custom-spec manufacturing to specialized treatments and waterproof outdoor fabrics \u2014 Naizil delivers the coated fabric your project requires.<\/p>\n    <\/div>\n  <\/section>\n\n  <section class=\"naizil-section\">\n    <div class=\"naizil-container\">\n\n      <div class=\"naizil-products-grid\">\n\n        <!-- Custom Made -->\n        <a href=\"https:\/\/naizilcanada.com\/main\/products\/custom-made\/\" class=\"naizil-product-card\">\n          <div class=\"naizil-product-card-icon-bar\">\n            <div class=\"naizil-product-icon\">\n              <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#EB2026\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 20h9\"><\/path><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"><\/path><\/svg>\n            <\/div>\n            <h3>Custom Made<\/h3>\n          <\/div>\n          <div class=\"naizil-product-card-body\">\n            <p>Every fabric engineered to your exact specifications. Weight, width, color, finish, and performance \u2014 built around your project requirements, not the other way around.<\/p>\n            <ul class=\"naizil-product-features\">\n              <li>Tailored specifications<\/li>\n              <li>Direct engineering support<\/li>\n              <li>Custom widths &amp; weights<\/li>\n              <li>Color matching<\/li>\n            <\/ul>\n            <span class=\"naizil-product-learn\">\n              Learn More\n              <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n            <\/span>\n          <\/div>\n        <\/a>\n\n        <!-- Fabric Treatments -->\n        <a href=\"https:\/\/naizilcanada.com\/main\/products\/fabric-treatments\/\" class=\"naizil-product-card\">\n          <div class=\"naizil-product-card-icon-bar\">\n            <div class=\"naizil-product-icon\">\n              <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#EB2026\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><polyline points=\"9 12 11 14 15 10\"><\/polyline><\/svg>\n            <\/div>\n            <h3>Fabric Treatments<\/h3>\n          <\/div>\n          <div class=\"naizil-product-card-body\">\n            <p>Fire retardancy and premium UV protection engineered into every fabric. Certified to NFPA 701, CAN\/ULC, and California Fire Marshall standards.<\/p>\n            <ul class=\"naizil-product-features\">\n              <li>Fire retardant (3 certifications)<\/li>\n              <li>PVDF coatings (shiny or matte)<\/li>\n              <li>Long-lasting UV resistance<\/li>\n              <li>Combinable treatments<\/li>\n            <\/ul>\n            <span class=\"naizil-product-learn\">\n              Learn More\n              <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n            <\/span>\n          <\/div>\n        <\/a>\n\n        <!-- Waterproof Fabrics -->\n        <a href=\"https:\/\/naizilcanada.com\/main\/products\/waterproof\/\" class=\"naizil-product-card\">\n          <div class=\"naizil-product-card-icon-bar\">\n            <div class=\"naizil-product-icon\">\n              <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#EB2026\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"><\/path><\/svg>\n            <\/div>\n            <h3>Waterproof Fabrics<\/h3>\n          <\/div>\n          <div class=\"naizil-product-card-body\">\n            <p>Engineered for the toughest outdoor environments. Waterproof, UV resistant, cold and heat stable, with the tear and abrasion durability outdoor applications demand.<\/p>\n            <ul class=\"naizil-product-features\">\n              <li>100% waterproof<\/li>\n              <li>UV stable<\/li>\n              <li>\u221255\u00b0C cold rated<\/li>\n              <li>Tear resistant<\/li>\n            <\/ul>\n            <span class=\"naizil-product-learn\">\n              Learn More\n              <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n            <\/span>\n          <\/div>\n        <\/a>\n\n      <\/div>\n\n      <div class=\"naizil-approach\">\n        <h2>One Manufacturer, Built Around You<\/h2>\n        <p>Every Naizil product line shares the same approach: custom-engineered specifications, certified quality standards, and North American manufacturing from start to finish. Whether your project needs a fire-retardant truck tarp or a waterproof outdoor cover, we build the fabric to match your application.<\/p>\n      <\/div>\n\n      <div class=\"naizil-cta-box\">\n        <p class=\"eyebrow\">Get Started<\/p>\n        <h3>Need help choosing the right product?<\/h3>\n        <p>Our sales and engineering teams work directly with you to identify the right product line and specifications for your application.<\/p>\n        <div class=\"naizil-cta-buttons\">\n          <a href=\"https:\/\/naizilcanada.com\/main\/contact-us\/\" class=\"naizil-cta-primary\">Get a Quote \u2192<\/a>\n          <a href=\"https:\/\/naizilcanada.com\/main\/request-a-sample\/\" class=\"naizil-cta-secondary\">Request a Sample<\/a>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Our Products Custom-Engineered Coated Fabrics From custom-spec manufacturing to specialized treatments and waterproof outdoor fabrics \u2014 Naizil delivers&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4219","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Coated Fabric Products &amp; Treatments | Naizil Canada<\/title>\n<meta name=\"description\" content=\"Explore Naizil&#039;s custom-engineered coated fabrics \u2014 waterproof, fire-retardant, UV-resistant and specialty treatments for demanding industrial applications.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/naizilcanada.com\/main\/products\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Coated Fabric Products &amp; Treatments | Naizil Canada\" \/>\n<meta property=\"og:description\" content=\"Explore Naizil&#039;s custom-engineered coated fabrics \u2014 waterproof, fire-retardant, UV-resistant and specialty treatments for demanding industrial applications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/naizilcanada.com\/main\/products\/\" \/>\n<meta property=\"og:site_name\" content=\"Naizil Canada\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-08T01:47:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/naizilcanada.com\/main\/wp-content\/uploads\/2026\/05\/Naizil_Logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"539\" \/>\n\t<meta property=\"og:image:height\" content=\"214\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/products\\\/\",\"url\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/products\\\/\",\"name\":\"Coated Fabric Products & Treatments | Naizil Canada\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/#website\"},\"datePublished\":\"2026-06-25T02:19:55+00:00\",\"dateModified\":\"2026-07-08T01:47:36+00:00\",\"description\":\"Explore Naizil's custom-engineered coated fabrics \u2014 waterproof, fire-retardant, UV-resistant and specialty treatments for demanding industrial applications.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/products\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/naizilcanada.com\\\/main\\\/products\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/products\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Products\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/#website\",\"url\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/\",\"name\":\"Naizil Canada\",\"description\":\"Custom Coated Fabrics, Engineered in Canada\",\"publisher\":{\"@id\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/#organization\"},\"alternateName\":\"Naizil\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/#organization\",\"name\":\"Naizil Canada\",\"alternateName\":\"Naizil\",\"url\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-Naizil_Logo.png\",\"contentUrl\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-Naizil_Logo.png\",\"width\":539,\"height\":214,\"caption\":\"Naizil Canada\"},\"image\":{\"@id\":\"https:\\\/\\\/naizilcanada.com\\\/main\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Coated Fabric Products & Treatments | Naizil Canada","description":"Explore Naizil's custom-engineered coated fabrics \u2014 waterproof, fire-retardant, UV-resistant and specialty treatments for demanding industrial applications.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/naizilcanada.com\/main\/products\/","og_locale":"en_US","og_type":"article","og_title":"Coated Fabric Products & Treatments | Naizil Canada","og_description":"Explore Naizil's custom-engineered coated fabrics \u2014 waterproof, fire-retardant, UV-resistant and specialty treatments for demanding industrial applications.","og_url":"https:\/\/naizilcanada.com\/main\/products\/","og_site_name":"Naizil Canada","article_modified_time":"2026-07-08T01:47:36+00:00","og_image":[{"width":539,"height":214,"url":"https:\/\/naizilcanada.com\/main\/wp-content\/uploads\/2026\/05\/Naizil_Logo.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/naizilcanada.com\/main\/products\/","url":"https:\/\/naizilcanada.com\/main\/products\/","name":"Coated Fabric Products & Treatments | Naizil Canada","isPartOf":{"@id":"https:\/\/naizilcanada.com\/main\/#website"},"datePublished":"2026-06-25T02:19:55+00:00","dateModified":"2026-07-08T01:47:36+00:00","description":"Explore Naizil's custom-engineered coated fabrics \u2014 waterproof, fire-retardant, UV-resistant and specialty treatments for demanding industrial applications.","breadcrumb":{"@id":"https:\/\/naizilcanada.com\/main\/products\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/naizilcanada.com\/main\/products\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/naizilcanada.com\/main\/products\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/naizilcanada.com\/main\/"},{"@type":"ListItem","position":2,"name":"Products"}]},{"@type":"WebSite","@id":"https:\/\/naizilcanada.com\/main\/#website","url":"https:\/\/naizilcanada.com\/main\/","name":"Naizil Canada","description":"Custom Coated Fabrics, Engineered in Canada","publisher":{"@id":"https:\/\/naizilcanada.com\/main\/#organization"},"alternateName":"Naizil","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/naizilcanada.com\/main\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/naizilcanada.com\/main\/#organization","name":"Naizil Canada","alternateName":"Naizil","url":"https:\/\/naizilcanada.com\/main\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/naizilcanada.com\/main\/#\/schema\/logo\/image\/","url":"https:\/\/naizilcanada.com\/main\/wp-content\/uploads\/2026\/05\/cropped-Naizil_Logo.png","contentUrl":"https:\/\/naizilcanada.com\/main\/wp-content\/uploads\/2026\/05\/cropped-Naizil_Logo.png","width":539,"height":214,"caption":"Naizil Canada"},"image":{"@id":"https:\/\/naizilcanada.com\/main\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/naizilcanada.com\/main\/wp-json\/wp\/v2\/pages\/4219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/naizilcanada.com\/main\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/naizilcanada.com\/main\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/naizilcanada.com\/main\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/naizilcanada.com\/main\/wp-json\/wp\/v2\/comments?post=4219"}],"version-history":[{"count":2,"href":"https:\/\/naizilcanada.com\/main\/wp-json\/wp\/v2\/pages\/4219\/revisions"}],"predecessor-version":[{"id":4252,"href":"https:\/\/naizilcanada.com\/main\/wp-json\/wp\/v2\/pages\/4219\/revisions\/4252"}],"wp:attachment":[{"href":"https:\/\/naizilcanada.com\/main\/wp-json\/wp\/v2\/media?parent=4219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}