{"id":5937,"date":"2025-09-22T19:09:57","date_gmt":"2025-09-22T19:09:57","guid":{"rendered":"https:\/\/nnparts.lv\/privacy-policy\/"},"modified":"2026-05-10T21:12:37","modified_gmt":"2026-05-10T21:12:37","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/nnparts.lv\/en\/privacy-policy\/","title":{"rendered":"Privacy policy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5937\" class=\"elementor elementor-5937 elementor-3\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1916808a e-flex e-con-boxed e-con e-parent\" data-id=\"1916808a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24b250f8 elementor-widget elementor-widget-text-editor\" data-id=\"24b250f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n  <title>Privacy Policy | NNParts.lv<\/title>\n\n  <style>\n    :root {\n      --text-color: #000;\n      --muted-color: #555;\n      --border-color: #ddd;\n      --bg-alt: #f7f7f7;\n      --radius-lg: 12px;\n      --radius-sm: 6px;\n      --gap-section: 3rem;\n      --gap-block: 1.25rem;\n      --font-body: system-ui, -apple-system, BlinkMacSystemFont, \"Inter\", \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    }\n\n    body {\n      margin: 0;\n      background-color: #fff;\n    }\n\n    .privacy-page {\n      color: var(--text-color);\n      font-family: var(--font-body);\n      line-height: 1.6;\n      margin: 0 auto;\n      font-size: 16px;\n      background-color: #fff;\n      padding: 2rem 1rem 4rem;\n    }\n\n    .privacy-hero {\n      background-color: var(--bg-alt);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 2rem 1.5rem;\n      text-align: center;\n      margin-bottom: var(--gap-section);\n    }\n\n    .privacy-heading {\n      font-size: clamp(1.6rem, 1vw + 1rem, 2rem);\n      font-weight: 600;\n      margin: 0 0 0.5rem;\n      line-height: 1.3;\n      color: var(--text-color);\n    }\n\n    .privacy-meta {\n      font-size: 0.9rem;\n      color: var(--muted-color);\n      margin: 0;\n    }\n\n    .divider {\n      width: 60px;\n      height: 2px;\n      background-color: var(--text-color);\n      border-radius: 2px;\n      margin: 1rem auto 0;\n    }\n\n    .privacy-section {\n      margin-bottom: var(--gap-section);\n    }\n\n    .privacy-section h2 {\n      font-size: 1.125rem;\n      line-height: 1.4;\n      margin: 0 0 1rem;\n      font-weight: 600;\n      display: flex;\n      align-items: baseline;\n      gap: 0.5rem;\n      flex-wrap: wrap;\n    }\n\n    .privacy-section h2 .section-label {\n      font-size: 0.8rem;\n      font-weight: 400;\n      color: var(--muted-color);\n    }\n\n    .privacy-section p {\n      margin: 0 0 var(--gap-block);\n      color: var(--text-color);\n    }\n\n    .list-clean {\n      list-style: none;\n      padding: 0;\n      margin: 0 0 var(--gap-block);\n    }\n\n    .list-clean li {\n      padding-left: 1.25rem;\n      position: relative;\n      margin-bottom: 0.5rem;\n    }\n\n    .list-clean li::before {\n      content: \"\u2013\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: var(--text-color);\n    }\n\n    .grid-2col {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1.5rem;\n      margin-bottom: var(--gap-block);\n    }\n\n    @media (max-width: 640px) {\n      .grid-2col {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .grid-block {\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-sm);\n      background-color: #fff;\n      padding: 1rem;\n    }\n\n    .grid-block-title {\n      font-weight: 600;\n      font-size: 0.95rem;\n      margin-bottom: 0.5rem;\n      line-height: 1.4;\n      color: var(--text-color);\n    }\n\n    .grid-block p {\n      margin: 0;\n      font-size: 0.9rem;\n      color: var(--text-color);\n    }\n\n    .accordion {\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background-color: #fff;\n    }\n\n    .accordion-item + .accordion-item {\n      border-top: 1px solid var(--border-color);\n    }\n\n    .accordion-header {\n      width: 100%;\n      background: #fff;\n      border: 0;\n      text-align: left;\n      padding: 1rem 3rem 1rem 1.25rem;\n      font-size: 0.95rem;\n      line-height: 1.4;\n      font-weight: 600;\n      cursor: pointer;\n      position: relative;\n      color: var(--text-color);\n      list-style: none;\n    }\n\n    .accordion-header::-webkit-details-marker {\n      display: none;\n    }\n\n    .accordion-header::after {\n      content: \"+\";\n      position: absolute;\n      right: 1.25rem;\n      top: 1rem;\n      font-weight: 400;\n      color: var(--muted-color);\n    }\n\n    .accordion-item[open] .accordion-header::after {\n      content: \"\u2013\";\n    }\n\n    .accordion-content {\n      padding: 0 1.25rem 1rem;\n      font-size: 0.9rem;\n      color: var(--text-color);\n      line-height: 1.5;\n    }\n\n    .accordion-content p {\n      margin: 0.5rem 0 0;\n    }\n\n    .privacy-note {\n      font-size: 0.9rem;\n      color: var(--muted-color);\n      margin-top: 1rem;\n    }\n\n    .retention-table {\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      font-size: 0.9rem;\n      margin-bottom: var(--gap-block);\n    }\n\n    .ret-row {\n      display: flex;\n      flex-wrap: wrap;\n      border-top: 1px solid var(--border-color);\n    }\n\n    .ret-row:first-child {\n      border-top: 0;\n      background-color: var(--bg-alt);\n      font-weight: 600;\n    }\n\n    .ret-col {\n      flex: 1 1 50%;\n      padding: 0.75rem 1rem;\n      min-width: 200px;\n      border-right: 1px solid var(--border-color);\n      box-sizing: border-box;\n    }\n\n    .ret-col:last-child {\n      border-right: 0;\n    }\n\n    .privacy-footer {\n      text-align: center;\n      font-size: 0.8rem;\n      color: var(--muted-color);\n      margin-top: 4rem;\n    }\n\n    .privacy-footer p {\n      margin: 0.5rem 0;\n    }\n\n    a {\n      color: var(--text-color);\n      text-decoration: underline;\n      text-underline-offset: 2px;\n    }\n\n    a:hover {\n      text-decoration-thickness: 2px;\n    }\n  <\/style>\n<\/head>\n<body>\n  <main class=\"privacy-page\">\n    <header class=\"privacy-hero\">\n      <h1 class=\"privacy-heading\">Privacy Policy<\/h1>\n      <p class=\"privacy-meta\">Last updated: November 2025<\/p>\n      <div class=\"divider\" aria-hidden=\"true\"><\/div>\n    <\/header>\n\n    <section id=\"who-we-are\" class=\"privacy-section\">\n      <h2>Who We Are <span class=\"section-label\">\/ Data Controller<\/span><\/h2>\n      <p>This is the privacy policy of <strong>NNParts.lv<\/strong>. The website <strong>NNParts.lv<\/strong> is operated by <strong>Nikolass Kalni\u0146\u0161<\/strong> hereinafter referred to as the \u201cData Controller\u201d.<\/p>\n      <p>If you have any questions about the processing of personal data, please contact us:<\/p>\n      <p>Email: <a href=\"mailto:info@nnparts.lv\">info@nnparts.lv<\/a><\/p>\n      <p>We respect your privacy and are committed to protecting your personal data in accordance with the European Union General Data Protection Regulation (GDPR) and applicable Latvian laws.<\/p>\n    <\/section>\n\n    <section id=\"what-this-document-is\" class=\"privacy-section\">\n      <h2>What This Document Is <span class=\"section-label\">\/ Purpose<\/span><\/h2>\n      <p>This Privacy Policy explains how we collect, use, and protect personal data when you visit our website <strong>NNParts.lv<\/strong> or use our services.<\/p>\n      <p>By visiting our website or making a purchase, you agree to the terms described in this policy. If you do not agree to these terms, please do not use our website.<\/p>\n    <\/section>\n\n    <section id=\"principles\" class=\"privacy-section\">\n      <h2>Data Processing Principles<\/h2>\n      <ul class=\"list-clean\">\n        <li>Data is collected only for lawful, clear, and specific purposes.<\/li>\n        <li>Only necessary data is collected.<\/li>\n        <li>We ensure that data is accurate and kept up to date.<\/li>\n        <li>Data is protected against unauthorised access, loss, or misuse.<\/li>\n        <li>Data is not stored longer than necessary for the purposes of processing.<\/li>\n        <li>Data is not transferred to third parties without a legal basis.<\/li>\n      <\/ul>\n    <\/section>\n\n    <section id=\"data-sources\" class=\"privacy-section\">\n      <h2>How We Obtain Data<\/h2>\n      <div class=\"grid-2col\">\n        <div class=\"grid-block\">\n          <div class=\"grid-block-title\">You provide data yourself<\/div>\n          <p>For example, when placing an order, registering, contacting us, and similar activities.<\/p>\n        <\/div>\n\n        <div class=\"grid-block\">\n          <div class=\"grid-block-title\">Automatic technical data<\/div>\n          <p>Through cookies and analytics technologies.<\/p>\n        <\/div>\n\n        <div class=\"grid-block\">\n          <div class=\"grid-block-title\">Third parties<\/div>\n          <p>Payment processors, delivery service providers, and others, where you have given consent.<\/p>\n        <\/div>\n\n        <div class=\"grid-block\">\n          <div class=\"grid-block-title\">Communication with us<\/div>\n          <p>Data generated through email correspondence and customer support.<\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"processing-and-purpose\" class=\"privacy-section\">\n      <h2>What Information We Process and Why<\/h2>\n\n      <div class=\"accordion\">\n        <details class=\"accordion-item\" open>\n          <summary class=\"accordion-header\">Order processing and communication<\/summary>\n          <div class=\"accordion-content\">Data categories: first name, last name, address, email address, and phone number.<\/div>\n        <\/details>\n\n        <details class=\"accordion-item\">\n          <summary class=\"accordion-header\">Product delivery<\/summary>\n          <div class=\"accordion-content\">Data categories: first name, last name, delivery address, and phone number.<\/div>\n        <\/details>\n\n        <details class=\"accordion-item\">\n          <summary class=\"accordion-header\">Payment processing<\/summary>\n          <div class=\"accordion-content\">Payment information processed through secure payment service providers.<\/div>\n        <\/details>\n\n        <details class=\"accordion-item\">\n          <summary class=\"accordion-header\">Improving website performance<\/summary>\n          <div class=\"accordion-content\">IP address, browser type, and device information.<\/div>\n        <\/details>\n\n        <details class=\"accordion-item\">\n          <summary class=\"accordion-header\">Direct marketing only with your consent<\/summary>\n          <div class=\"accordion-content\">Email address and IP address, used to send news and offers.<\/div>\n        <\/details>\n\n        <details class=\"accordion-item\">\n          <summary class=\"accordion-header\">Customer support<\/summary>\n          <div class=\"accordion-content\">Correspondence history and contact information, used to resolve your questions.<\/div>\n        <\/details>\n      <\/div>\n\n      <p class=\"privacy-note\">We do not request or process sensitive data, such as health or religious data.<\/p>\n    <\/section>\n\n    <section id=\"marketing\" class=\"privacy-section\">\n      <h2>Direct Marketing<\/h2>\n      <p>We may send news or offers only if you have given clear consent.<\/p>\n      <p>You may unsubscribe from receiving news at any time by using:<\/p>\n      <ul class=\"list-clean\">\n        <li>The \u201cUnsubscribe\u201d link at the end of an email;<\/li>\n        <li>Or by sending us a message at <a href=\"mailto:info@nnparts.lv\">info@nnparts.lv<\/a>.<\/li>\n      <\/ul>\n      <p>Withdrawal of consent does not affect the lawfulness of processing carried out before the withdrawal.<\/p>\n    <\/section>\n\n    <section id=\"cookies\" class=\"privacy-section\">\n      <h2>Cookies<\/h2>\n      <p>Our website uses cookies to ensure the proper operation of the website and improve the user experience.<\/p>\n      <p>Cookies may collect the following technical data:<\/p>\n      <ul class=\"list-clean\">\n        <li>IP address<\/li>\n        <li>Browser type<\/li>\n        <li>Device information<\/li>\n        <li>Visit time and frequency<\/li>\n      <\/ul>\n      <p>Types of cookies:<\/p>\n      <ul class=\"list-clean\">\n        <li><strong>Necessary cookies<\/strong> \u2013 enable the basic functions of the website.<\/li>\n        <li><strong>Functional cookies<\/strong> \u2013 remember your choices and settings.<\/li>\n        <li><strong>Analytics cookies<\/strong> \u2013 help us understand how users use the website.<\/li>\n        <li><strong>Marketing cookies<\/strong> \u2013 provide personalised content and advertisements.<\/li>\n      <\/ul>\n      <p>You can control the use of cookies in your browser settings.<\/p>\n      <p>More information: <a href=\"https:\/\/www.allaboutcookies.org\" target=\"_blank\" rel=\"noopener noreferrer\">www.allaboutcookies.org<\/a><\/p>\n    <\/section>\n\n    <section id=\"third-parties\" class=\"privacy-section\">\n      <h2>Who We May Share Your Data With<\/h2>\n      <p>Personal data may be shared only with trusted partners:<\/p>\n      <ul class=\"list-clean\">\n        <li>Hosting and email service providers;<\/li>\n        <li>Delivery and payment service providers;<\/li>\n        <li>Marketing and analytics partners only with your consent;<\/li>\n        <li>Public authorities, where required by law.<\/li>\n      <\/ul>\n      <p>All our partners comply with strict data protection requirements.<\/p>\n    <\/section>\n\n    <section id=\"retention\" class=\"privacy-section\">\n      <h2>Data Retention Period<\/h2>\n      <div class=\"retention-table\" role=\"table\" aria-label=\"Data retention periods\">\n        <div class=\"ret-row\" role=\"row\">\n          <div class=\"ret-col\" role=\"columnheader\">Type of Data<\/div>\n          <div class=\"ret-col\" role=\"columnheader\">Retention Period<\/div>\n        <\/div>\n\n        <div class=\"ret-row\" role=\"row\">\n          <div class=\"ret-col\" role=\"cell\">Order data<\/div>\n          <div class=\"ret-col\" role=\"cell\">Up to 5 years after the last purchase<\/div>\n        <\/div>\n\n        <div class=\"ret-row\" role=\"row\">\n          <div class=\"ret-col\" role=\"cell\">Marketing data<\/div>\n          <div class=\"ret-col\" role=\"cell\">Until consent is withdrawn, but no longer than 5 years<\/div>\n        <\/div>\n\n        <div class=\"ret-row\" role=\"row\">\n          <div class=\"ret-col\" role=\"cell\">Cookie data<\/div>\n          <div class=\"ret-col\" role=\"cell\">In accordance with cookie settings<\/div>\n        <\/div>\n\n        <div class=\"ret-row\" role=\"row\">\n          <div class=\"ret-col\" role=\"cell\">Correspondence<\/div>\n          <div class=\"ret-col\" role=\"cell\">Up to 2 years after the last communication<\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"where-data-is-stored\" class=\"privacy-section\">\n      <h2>Where Data Is Stored<\/h2>\n      <p>All data is stored in the European Union or in countries that provide an adequate level of protection in accordance with European Commission decisions.<\/p>\n      <p>If data is transferred to third countries, additional security safeguards are applied.<\/p>\n    <\/section>\n\n    <section id=\"your-rights\" class=\"privacy-section\">\n      <h2>Your Rights<\/h2>\n      <p>You have the right to:<\/p>\n      <ul class=\"list-clean\">\n        <li>Receive information about the processing of your data;<\/li>\n        <li>Request the correction or deletion of your data;<\/li>\n        <li>Restrict the processing of your data;<\/li>\n        <li>Object to the processing of your data;<\/li>\n        <li>Transfer your data to another controller\u2019s system;<\/li>\n        <li>Submit a complaint to the Data State Inspectorate of Latvia at <a href=\"https:\/\/www.dvi.gov.lv\" target=\"_blank\" rel=\"noopener noreferrer\">www.dvi.gov.lv<\/a>.<\/li>\n      <\/ul>\n      <p>To exercise your rights, please write to <a href=\"mailto:info@nnparts.lv\">info@nnparts.lv<\/a>.<\/p>\n    <\/section>\n\n    <section id=\"policy-changes\" class=\"privacy-section\">\n      <h2>Changes to This Policy<\/h2>\n      <p>We reserve the right to update this Privacy Policy at any time by publishing the new version on our website.<\/p>\n      <p>If significant changes are made, we will inform you on the website or by email.<\/p>\n    <\/section>\n\n    <footer class=\"privacy-footer\">\n      <p>\u00a9 2025 NNParts.lv \u2013 All rights reserved.<\/p>\n    <\/footer>\n  <\/main>\n<\/body>\n<\/html>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&#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-5937","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Privacy policy | NNParts<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nnparts.lv\/en\/privacy-policy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Privacy policy\" \/>\n<meta property=\"og:description\" content=\"...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nnparts.lv\/en\/privacy-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"NNParts\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-10T21:12:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/privacy-policy\\\/\",\"url\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/privacy-policy\\\/\",\"name\":\"Privacy policy | NNParts\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/#website\"},\"datePublished\":\"2025-09-22T19:09:57+00:00\",\"dateModified\":\"2026-05-10T21:12:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/privacy-policy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nnparts.lv\\\/en\\\/privacy-policy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/privacy-policy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"S\u0101kums\",\"item\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Privacy policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/\",\"name\":\"NNParts\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/#organization\",\"name\":\"NNParts\",\"url\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/nnparts.lv\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/nnparts.lv_.webp\",\"contentUrl\":\"https:\\\/\\\/nnparts.lv\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/nnparts.lv_.webp\",\"width\":600,\"height\":128,\"caption\":\"NNParts\"},\"image\":{\"@id\":\"https:\\\/\\\/nnparts.lv\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Privacy policy | NNParts","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:\/\/nnparts.lv\/en\/privacy-policy\/","og_locale":"en_US","og_type":"article","og_title":"Privacy policy","og_description":"...","og_url":"https:\/\/nnparts.lv\/en\/privacy-policy\/","og_site_name":"NNParts","article_modified_time":"2026-05-10T21:12:37+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nnparts.lv\/en\/privacy-policy\/","url":"https:\/\/nnparts.lv\/en\/privacy-policy\/","name":"Privacy policy | NNParts","isPartOf":{"@id":"https:\/\/nnparts.lv\/en\/#website"},"datePublished":"2025-09-22T19:09:57+00:00","dateModified":"2026-05-10T21:12:37+00:00","breadcrumb":{"@id":"https:\/\/nnparts.lv\/en\/privacy-policy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nnparts.lv\/en\/privacy-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nnparts.lv\/en\/privacy-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"S\u0101kums","item":"https:\/\/nnparts.lv\/en\/"},{"@type":"ListItem","position":2,"name":"Privacy policy"}]},{"@type":"WebSite","@id":"https:\/\/nnparts.lv\/en\/#website","url":"https:\/\/nnparts.lv\/en\/","name":"NNParts","description":"","publisher":{"@id":"https:\/\/nnparts.lv\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nnparts.lv\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nnparts.lv\/en\/#organization","name":"NNParts","url":"https:\/\/nnparts.lv\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nnparts.lv\/en\/#\/schema\/logo\/image\/","url":"https:\/\/nnparts.lv\/wp-content\/uploads\/2025\/09\/nnparts.lv_.webp","contentUrl":"https:\/\/nnparts.lv\/wp-content\/uploads\/2025\/09\/nnparts.lv_.webp","width":600,"height":128,"caption":"NNParts"},"image":{"@id":"https:\/\/nnparts.lv\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/nnparts.lv\/en\/wp-json\/wp\/v2\/pages\/5937","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nnparts.lv\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nnparts.lv\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nnparts.lv\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nnparts.lv\/en\/wp-json\/wp\/v2\/comments?post=5937"}],"version-history":[{"count":0,"href":"https:\/\/nnparts.lv\/en\/wp-json\/wp\/v2\/pages\/5937\/revisions"}],"wp:attachment":[{"href":"https:\/\/nnparts.lv\/en\/wp-json\/wp\/v2\/media?parent=5937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}