{"id":225,"date":"2025-07-12T16:17:06","date_gmt":"2025-07-12T16:17:06","guid":{"rendered":"https:\/\/validon.eu\/?page_id=225"},"modified":"2025-07-21T17:23:56","modified_gmt":"2025-07-21T17:23:56","slug":"csrd-preverjanje-obsega-skladnosti","status":"publish","type":"page","link":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/","title":{"rendered":"Preverjanje skladnosti obsega CSRD"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull has-tertiary-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<style>\n    \/* Import Google Font - Lora (Keep this from your original form's style if it's not already site-wide) *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');\n\n    \/* --- COMMON STYLING FOR FORMS (REUSED FROM #vat-check-form design principles) --- *\/\n    \/* Applied to the new ESG form's container *\/\n    #esg-reporting-checker-form-container { \/* NEW ID for ESG container *\/\n        max-width: 600px; \/* Consistent max-width *\/\n        padding: 40px; \/* Consistent padding *\/\n        background-color: transparent; \/* Consistent transparent background *\/\n        border: none; \/* Consistent no border *\/\n        box-shadow: none; \/* Consistent no shadow *\/\n        border-radius: 4px; \/* Consistent slight rounding *\/\n        font-family: 'Lora', serif; \/* Consistent font family *\/\n        color: #5c4525; \/* Base text color *\/\n        margin: 30px auto; \/* Center the form and give some vertical space *\/\n    }\n\n    #esg-reporting-checker-form-container h2 {\n        text-align: left;\n        color: #5c4525; \/* Consistent darker heading color *\/\n        font-size: 2em;\n        margin-bottom: 40px;\n        font-family: 'Lora', serif;\n        font-weight: 600;\n    }\n\n    \/* Styling for general paragraphs within the form container *\/\n    #esg-reporting-checker-form-container p {\n        margin-top: 15px;\n        color: #5c4525;\n        font-size: 1em;\n        font-family: 'Lora', serif;\n        line-height: 1.5;\n    }\n\n    \/* Styling for labels (general to the form, excluding radio\/checkbox labels within .radio-option) *\/\n    #esg-reporting-checker-form-container label:not(.radio-option label) {\n        display: block;\n        margin: 0 0 8px;\n        color: #5c4525; \/* Consistent darker label color *\/\n        font-size: 1.2em;\n        font-family: 'Lora', serif;\n        font-weight: 600;\n    }\n\n    \/* Styling for text inputs and select dropdowns *\/\n    #esg-reporting-checker-form-container input[type=\"text\"],\n    #esg-reporting-checker-form-container select {\n        width: calc(100% - 22px);\n        padding: 10px;\n        margin-bottom: 15px; \/* Consistent space below inputs *\/\n        font-size: 1em;\n        background: #fff;\n        border: 1px solid #bbb;\n        box-shadow: none;\n        color: #333;\n        border-radius: 4px;\n        font-family: 'Lora', serif;\n    }\n\n    \/* Styling for number inputs *\/\n    #esg-reporting-checker-form-container input[type=\"number\"] {\n        width: calc(100% - 22px);\n        padding: 10px;\n        margin-bottom: 15px;\n        font-size: 1.1em;\n        background: #fff;\n        border: 1px solid #bbb;\n        box-shadow: none;\n        color: #333;\n        border-radius: 4px;\n        font-family: 'Lora', serif;\n    }\n\n    \/* Styling for the submit button *\/\n    #esg-reporting-checker-form-container button[type=\"submit\"] {\n        margin-top: 30px;\n        background: #7d6545;\n        color: white;\n        padding: 12px 35px;\n        border: none;\n        font-size: 1.1em;\n        cursor: pointer;\n        border-radius: 4px;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.15);\n        font-family: 'Lora', serif;\n        font-weight: 600;\n    }\n\n    #esg-reporting-checker-form-container button[type=\"submit\"]:hover {\n        background: #6a5334;\n    }\n\n    \/* --- SPECIFIC STYLING FOR ADVISOR FORM ELEMENTS (QUESTION GROUPS, RADIO BUTTONS) --- *\/\n\n    .esg-question-group { \/* NEW CLASS for question groups *\/\n        margin-bottom: 20px;\n        padding: 15px;\n        border-radius: 5px;\n        background-color: rgba(255, 255, 255, 0.5);\n    }\n\n    .esg-radio-option {\n        margin-bottom: 8px;\n        display: flex;\n        align-items: center;\n        font-size: 1em;\n        color: #5c4525;\n    }\n\n    .esg-radio-option input[type=\"radio\"] {\n        width: auto; \n        margin-right: 8px;\n        margin-bottom: 8px;\n    }\n\n    .esg-radio-option label { \n        margin-bottom: 0;\n        display: inline;\n        cursor: pointer;\n        color: #5c4525;\n        \/* THIS IS THE KEY CHANGE TO MAKE OPTIONS NON-BOLD *\/\n        font-weight: normal !important; \n    }\n\n    \/* Result and Loading Styles *\/\n    #esg-reporting-result { \/* NEW ID for result display *\/\n        margin-top: 30px;\n        padding: 20px;\n        border: 1px solid #d4edda;\n        background-color: #d4edda;\n        border-radius: 5px;\n        display: none;\n        font-size: 1.1em;\n        line-height: 1.6;\n        color: #155724;\n    }\n    #esg-reporting-result p { \n        margin-top: 0.5em;\n        margin-bottom: 0.5em;\n    }\n    #esg-reporting-result strong { \n        font-weight: bold;\n    }\n    #esg-reporting-result.error {\n        border-color: #f5c6cb;\n        background-color: #f8d7da;\n        color: #721c24;\n    }\n    .esg-loading-spinner { \/* NEW CLASS for loading spinner *\/\n        display: none;\n        text-align: center;\n        margin-top: 20px;\n        color: #5c4525;\n    }\n    .esg-loading-spinner .spinner {\n        border: 4px solid rgba(0,0,0,.1);\n        border-left-color: #7d6545;\n        border-radius: 50%;\n        width: 24px;\n        height: 24px;\n        animation: spin 1s linear infinite;\n        display: inline-block;\n        vertical-align: middle;\n        margin-right: 10px;\n    }\n    @keyframes spin {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n\n    \/* Disclaimer styling *\/\n    .esg-disclaimer { \/* NEW CLASS for disclaimer *\/\n        font-size: 0.85em;\n        text-align: center;\n        margin-top: 30px;\n        color: #777;\n    }\n<\/style>\n\n<div id=\"esg-reporting-checker-form-container\">\n    <h2>EU ESG Reporting Readiness Checker<\/h2>\n    <p>This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU&#8217;s Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS).<\/p>\n    <p>Please provide information based on your <strong>last two consecutive financial years<\/strong> to ensure accuracy.<\/p>\n\n    <form id=\"esg-reporting-checker-form\">\n        <div class=\"esg-question-group\">\n            <label for=\"company-employees\">1. Average number of employees:<\/label>\n            <input type=\"number\" id=\"company-employees\" name=\"employees\" min=\"0\" required placeholder=\"e.g., 251\">\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label for=\"company-turnover\">2. Net turnover (\u20ac):<\/label>\n            <input type=\"number\" id=\"company-turnover\" name=\"turnover\" min=\"0\" required placeholder=\"e.g., 40000001\">\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label for=\"company-balance-sheet\">3. Balance sheet total (\u20ac):<\/label>\n            <input type=\"number\" id=\"company-balance-sheet\" name=\"balance_sheet\" min=\"0\" required placeholder=\"e.g., 20000001\">\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label>4. Is your company listed on an EU regulated market?<\/label>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"listed-yes\" name=\"is_listed\" value=\"yes\" required>\n                <label for=\"listed-yes\">Yes<\/label>\n            <\/div>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"listed-no\" name=\"is_listed\" value=\"no\">\n                <label for=\"listed-no\">No<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label>5. Is your company a credit institution or an insurance undertaking?<\/label>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"financial-yes\" name=\"is_financial\" value=\"yes\" required>\n                <label for=\"financial-yes\">Yes<\/label>\n            <\/div>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"financial-no\" name=\"is_financial\" value=\"no\">\n                <label for=\"financial-no\">No<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label>6. Is your company a <strong>non-EU company<\/strong> with a net turnover > \u20ac150 million in the EU in each of the last two consecutive financial years?<\/label>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"non-eu-large-yes\" name=\"is_non_eu_large\" value=\"yes\" required>\n                <label for=\"non-eu-large-yes\">Yes (and operating in the EU)<\/label>\n            <\/div>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"non-eu-large-no\" name=\"is_non_eu_large\" value=\"no\">\n                <label for=\"non-eu-large-no\">No (or EU company)<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label>7. Are you part of a <strong>large EU group<\/strong> (parent company is a large undertaking or listed in the EU)?<\/label>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"eu-group-yes\" name=\"is_eu_group\" value=\"yes\" required>\n                <label for=\"eu-group-yes\">Yes<\/label>\n            <\/div>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"eu-group-no\" name=\"is_eu_group\" value=\"no\">\n                <label for=\"eu-group-no\">No<\/label>\n            <\/div>\n        <\/div>\n\n        <button type=\"submit\">Check ESG Scope<\/button>\n    <\/form>\n\n    <div class=\"esg-loading-spinner\">\n        <span class=\"spinner\"><\/span> Assessing scope&#8230;\n    <\/div>\n\n    <div id=\"esg-reporting-result\">\n    <\/div>\n\n    <p class=\"esg-disclaimer\">\n        <strong>Disclaimer:<\/strong> This tool provides general guidance only and is not legal or sustainability advice. CSRD and ESRS are complex, and specific situations may require expert consultation. Regulations can change.\n    <\/p>\n<\/div>\n\n\n<div id=\"esg-reporting-checker-form-container\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-background-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\">\n<p class=\"has-text-align-center wp-block-paragraph\">Missing a feature? Feel free to send us a requets<\/p>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-8e3405df wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">info@validon.eu<\/a><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>EU ESG Reporting Readiness Checker This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU&#8217;s Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS). Please provide information based on your last two consecutive financial years to ensure accuracy. 1. Average number of employees: 2. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"no-title","meta":{"footnotes":""},"class_list":["post-225","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"EU ESG Reporting Readiness Checker This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU&#039;s Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS). Please provide information based on your last two consecutive financial years to ensure accuracy. 1. Average number of employees: 2.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"sl_SI\" \/>\n\t\t<meta property=\"og:site_name\" content=\"EU VAT Validation, Rates &amp; Compliance Tools | Validon.eu - Online VAT number validation using VIES integration\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"CSRD Compliance Scope Checker - EU VAT Validation, Rates &amp; Compliance Tools | Validon.eu\" \/>\n\t\t<meta property=\"og:description\" content=\"EU ESG Reporting Readiness Checker This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU&#039;s Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS). Please provide information based on your last two consecutive financial years to ensure accuracy. 1. Average number of employees: 2.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/validon.eu\/wp-content\/uploads\/2025\/06\/validoneu-high-resolution-logo-transparent.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/validon.eu\/wp-content\/uploads\/2025\/06\/validoneu-high-resolution-logo-transparent.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t\t<meta property=\"og:image:height\" content=\"356\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-07-12T16:17:06+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-07-21T17:23:56+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61577292757311\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"CSRD Compliance Scope Checker - EU VAT Validation, Rates &amp; Compliance Tools | Validon.eu\" \/>\n\t\t<meta name=\"twitter:description\" content=\"EU ESG Reporting Readiness Checker This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU&#039;s Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS). Please provide information based on your last two consecutive financial years to ensure accuracy. 1. Average number of employees: 2.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/validon.eu\/wp-content\/uploads\/2025\/06\/validoneu-high-resolution-logo-transparent.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/csrd-preverjanje-obsega-skladnosti\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/validon.eu\\\/sl#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/validon.eu\\\/sl\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/csrd-preverjanje-obsega-skladnosti\\\/#listItem\",\"name\":\"CSRD Compliance Scope Checker\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/csrd-preverjanje-obsega-skladnosti\\\/#listItem\",\"position\":2,\"name\":\"CSRD Compliance Scope Checker\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/validon.eu\\\/sl#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/#organization\",\"name\":\"EU VAT Validation, Rates & Compliance Tools | Validon.eu\",\"description\":\"Online VAT number validation using VIES integration\",\"url\":\"https:\\\/\\\/validon.eu\\\/sl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/validon.eu\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/cropped-favicon.png\",\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/csrd-preverjanje-obsega-skladnosti\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/csrd-preverjanje-obsega-skladnosti\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61577292757311\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/csrd-preverjanje-obsega-skladnosti\\\/#webpage\",\"url\":\"https:\\\/\\\/validon.eu\\\/sl\\\/csrd-preverjanje-obsega-skladnosti\\\/\",\"name\":\"CSRD Compliance Scope Checker - EU VAT Validation, Rates & Compliance Tools | Validon.eu\",\"description\":\"EU ESG Reporting Readiness Checker This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU's Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS). Please provide information based on your last two consecutive financial years to ensure accuracy. 1. Average number of employees: 2.\",\"inLanguage\":\"sl-SI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/csrd-preverjanje-obsega-skladnosti\\\/#breadcrumblist\"},\"datePublished\":\"2025-07-12T16:17:06+00:00\",\"dateModified\":\"2025-07-21T17:23:56+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/#website\",\"url\":\"https:\\\/\\\/validon.eu\\\/sl\\\/\",\"name\":\"EU VAT Validation, Rates & Compliance Tools | Validon.eu\",\"description\":\"Online VAT number validation using VIES integration\",\"inLanguage\":\"sl-SI\",\"publisher\":{\"@id\":\"https:\\\/\\\/validon.eu\\\/sl\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Preverjanje skladnosti CSRD - Orodja za potrjevanje, stopnje in skladnost DDV v EU | Validon.eu","description":"Orodje za preverjanje pripravljenosti na poro\u010danje o EU ESG To orodje vam pomaga oceniti, ali va\u0161e podjetje verjetno spada v okvir obveznega poro\u010danja o trajnostnem razvoju v skladu z direktivo EU o trajnostnem poro\u010danju podjetij (CSRD) in evropskimi standardi poro\u010danja o trajnostnem razvoju (ESRS). Za zagotovitev to\u010dnosti navedite informacije, ki temeljijo na va\u0161ih zadnjih dveh zaporednih poslovnih letih. 1. Povpre\u010dno \u0161tevilo zaposlenih: 2.","canonical_url":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/validon.eu\/sl#listItem","position":1,"name":"Home","item":"https:\/\/validon.eu\/sl","nextItem":{"@type":"ListItem","@id":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/#listItem","name":"CSRD Compliance Scope Checker"}},{"@type":"ListItem","@id":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/#listItem","position":2,"name":"CSRD Compliance Scope Checker","previousItem":{"@type":"ListItem","@id":"https:\/\/validon.eu\/sl#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/validon.eu\/sl\/#organization","name":"EU VAT Validation, Rates & Compliance Tools | Validon.eu","description":"Online VAT number validation using VIES integration","url":"https:\/\/validon.eu\/sl\/","logo":{"@type":"ImageObject","url":"https:\/\/validon.eu\/wp-content\/uploads\/2025\/06\/cropped-favicon.png","@id":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61577292757311"]},{"@type":"WebPage","@id":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/#webpage","url":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/","name":"CSRD Compliance Scope Checker - EU VAT Validation, Rates & Compliance Tools | Validon.eu","description":"EU ESG Reporting Readiness Checker This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU's Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS). Please provide information based on your last two consecutive financial years to ensure accuracy. 1. Average number of employees: 2.","inLanguage":"sl-SI","isPartOf":{"@id":"https:\/\/validon.eu\/sl\/#website"},"breadcrumb":{"@id":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/#breadcrumblist"},"datePublished":"2025-07-12T16:17:06+00:00","dateModified":"2025-07-21T17:23:56+00:00"},{"@type":"WebSite","@id":"https:\/\/validon.eu\/sl\/#website","url":"https:\/\/validon.eu\/sl\/","name":"EU VAT Validation, Rates & Compliance Tools | Validon.eu","description":"Online VAT number validation using VIES integration","inLanguage":"sl-SI","publisher":{"@id":"https:\/\/validon.eu\/sl\/#organization"}}]},"og:locale":"sl_SI","og:site_name":"EU VAT Validation, Rates &amp; Compliance Tools | Validon.eu - Online VAT number validation using VIES integration","og:type":"article","og:title":"CSRD Compliance Scope Checker - EU VAT Validation, Rates &amp; Compliance Tools | Validon.eu","og:description":"EU ESG Reporting Readiness Checker This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU's Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS). Please provide information based on your last two consecutive financial years to ensure accuracy. 1. Average number of employees: 2.","og:url":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/","og:image":"https:\/\/validon.eu\/wp-content\/uploads\/2025\/06\/validoneu-high-resolution-logo-transparent.png","og:image:secure_url":"https:\/\/validon.eu\/wp-content\/uploads\/2025\/06\/validoneu-high-resolution-logo-transparent.png","og:image:width":2000,"og:image:height":356,"article:published_time":"2025-07-12T16:17:06+00:00","article:modified_time":"2025-07-21T17:23:56+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=61577292757311","twitter:card":"summary_large_image","twitter:title":"CSRD Compliance Scope Checker - EU VAT Validation, Rates &amp; Compliance Tools | Validon.eu","twitter:description":"EU ESG Reporting Readiness Checker This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU's Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS). Please provide information based on your last two consecutive financial years to ensure accuracy. 1. Average number of employees: 2.","twitter:image":"https:\/\/validon.eu\/wp-content\/uploads\/2025\/06\/validoneu-high-resolution-logo-transparent.png"},"aioseo_meta_data":{"post_id":"225","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-07-12 15:24:16","updated":"2025-07-21 17:30:05","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/validon.eu\/sl\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCSRD Compliance Scope Checker\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/validon.eu\/sl"},{"label":"CSRD Compliance Scope Checker","link":"https:\/\/validon.eu\/sl\/csrd-preverjanje-obsega-skladnosti\/"}],"_links":{"self":[{"href":"https:\/\/validon.eu\/sl\/wp-json\/wp\/v2\/pages\/225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/validon.eu\/sl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/validon.eu\/sl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/validon.eu\/sl\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/validon.eu\/sl\/wp-json\/wp\/v2\/comments?post=225"}],"version-history":[{"count":8,"href":"https:\/\/validon.eu\/sl\/wp-json\/wp\/v2\/pages\/225\/revisions"}],"predecessor-version":[{"id":251,"href":"https:\/\/validon.eu\/sl\/wp-json\/wp\/v2\/pages\/225\/revisions\/251"}],"wp:attachment":[{"href":"https:\/\/validon.eu\/sl\/wp-json\/wp\/v2\/media?parent=225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}