{"id":2581,"date":"2025-12-04T18:46:43","date_gmt":"2025-12-04T18:46:43","guid":{"rendered":"https:\/\/lxa.webennet.nl\/nieuws\/ons-nieuws\/"},"modified":"2026-03-13T19:32:16","modified_gmt":"2026-03-13T19:32:16","slug":"our-news","status":"publish","type":"nieuws","link":"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/","title":{"rendered":"Our news"},"content":{"rendered":"\n\n<script>\n\tjQuery(document).ready(function($) {\n\t\t\/\/ FILTER\n\t\tvar currentLanguage = $('body').attr('id');\n\t\tvar hostWebsite = window.location.host;\n\t\t\n\n\t\tvar urlToAssign = '';\n\t\tif( currentLanguage == 'nl' ) {\n\t\t\tif( hostWebsite == 'localhost' ) {\n\t\t\t\turlToAssign = hostWebsite + '\/lxa\/nieuws\/ons-nieuws';\n\t\t\t} else {\n\t\t\t\turlToAssign = hostWebsite + '\/nieuws\/ons-nieuws';\n\t\t\t}\n\t\t} else if( currentLanguage == 'en') {\n\t\t\tif( hostWebsite == 'localhost' ) {\n\t\t\t\turlToAssign = hostWebsite + '\/lxa\/en\/news\/our-news';\n\t\t\t} else {\n\t\t\t\turlToAssign = hostWebsite + '\/en\/news\/our-news';\n\t\t\t}\n\t\t} \n\t\t\n\t\t\n\t\tvar existingSelectedLegalAreaNews = JSON.parse(sessionStorage.getItem(\"selectedLegalAreaNews\"));\n\t\tif(existingSelectedLegalAreaNews == null) existingSelectedLegalAreaNews = [];\n\n\t\tvar existingSelectedSpecialtyNews = JSON.parse(sessionStorage.getItem(\"selectedSpecialtyNews\"));\n\t\tif(existingSelectedSpecialtyNews == null) existingSelectedSpecialtyNews = [];\n\n\t\tvar existingSelectedSectorNews = JSON.parse(sessionStorage.getItem(\"selectedSectorNews\"));\n\t\tif(existingSelectedSectorNews == null) existingSelectedSectorNews = [];\n\n\n\n\t\t\/\/ SET SELECTED LEGAL AREA\n\t\t$(document).on('click', '#page-news-overview-filter-wrapper .page-news-overview-filter-legal-area-container li', function () {\n\/\/\t\t$('#page-news-overview-filter-wrapper .page-news-overview-filter-legal-area-container li').click(function() {\n\t\t\t$.removeCookie('selectedLegalAreaNews');\n\t\t\tsessionStorage.clear('selectedLegalAreaNews');\n\t\t\texistingSelectedLegalAreaNews = [];\n\t\t\t$('#page-news-overview-filter-wrapper .page-news-overview-filter-legal-area-container li').removeClass('active');\n\n\t\t\tvar id = $(this).attr('id');\n\t\t\texistingSelectedLegalAreaNews.push(id);\n\t\t\tsessionStorage.setItem(\"selectedLegalAreaNews\", JSON.stringify(existingSelectedLegalAreaNews));\n\n\t\t\t$(this).addClass('active');\n\n\t\t\t$.cookie('selectedLegalAreaNews', JSON.parse(sessionStorage.getItem(\"selectedLegalAreaNews\")), { path: '\/' } ); \n\t\t\t\n\t\t\t\/\/ Alleen het nieuws overview wrapper verversen\n\t\t\t$('.page-news-overview-filter-legal-area-title-container').load(urlToAssign + ' .page-news-overview-filter-legal-area-title-container > *');\n\/\/\t\t\t$('#page-news-overview-all-items-wrapper').load(urlToAssign + ' #page-news-overview-all-items-wrapper > *');\n\/\/\t\t\tsetTimeout(() => {\n\/\/\t\t\t  $('.page-news-overview-filter-legal-area-title-container')\n\/\/\t\t\t\t.load(urlToAssign + ' .page-news-overview-filter-legal-area-title-container > *');\n\n\/\/\t\t\t  $('#page-news-overview-all-items-wrapper')\n\/\/\t\t\t\t.load(urlToAssign + ' #page-news-overview-all-items-wrapper > *');\n\/\/\t\t\t}, 50);\n\n\t\t\tconsole.log('REFRESH!!!');\n\t\t\t\n\t\t});\n\t\n\n\t\t\/\/ SET SELECTED SPECIALTIES\n\t\t$('#page-news-overview-filter-wrapper .page-news-overview-filter-specialty-container li').click(function() {\n\t\t\t$.removeCookie('selectedSpecialtyNews');\n\t\t\tsessionStorage.clear('selectedSpecialtyNews');\n\t\t\texistingSelectedSpecialtyNews = [];\n\t\t\t$('#page-news-overview-filter-wrapper .page-news-overview-filter-specialty-container li').removeClass('active');\n\n\t\t\tvar id = $(this).attr('id');\n\t\t\texistingSelectedSpecialtyNews.push(id);\n\t\t\tsessionStorage.setItem(\"selectedSpecialtyNews\", JSON.stringify(existingSelectedSpecialtyNews));\n\n\t\t\t$(this).addClass('active');\n\t\t\t\n\t\t\t$.cookie('selectedSpecialtyNews', JSON.parse(sessionStorage.getItem(\"selectedSpecialtyNews\")), { path: '\/' } ); \n\n\t\t\t\/\/ Alleen het nieuws overview wrapper verversen\n\t\t\t$('.page-news-overview-filter-specialty-title-container').load(urlToAssign + ' .page-news-overview-filter-specialty-title-container > *');\n\t\t\/\/\t$('#page-news-overview-all-items-wrapper').load(urlToAssign + ' #page-news-overview-all-items-wrapper > *');\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t});\n\t\n\t\n\t\n\t\t\/\/ SET SELECTED SECTOR\n\t\t$('#page-news-overview-filter-wrapper .page-news-overview-filter-sector-container li').click(function() {\n\t\t\t$.removeCookie('selectedSectorNews');\n\t\t\tsessionStorage.clear('selectedSectorNews');\n\t\t\texistingSelectedSectorNews = [];\n\t\t\t$('#page-news-overview-filter-wrapper .page-news-overview-filter-sector-container li').removeClass('active');\n\n\t\t\tvar id = $(this).attr('id');\n\t\t\texistingSelectedSectorNews.push(id);\n\t\t\tsessionStorage.setItem(\"selectedSectorNews\", JSON.stringify(existingSelectedSectorNews));\n\n\t\t\t$(this).addClass('active');\n\n\t\t\t$.cookie('selectedSectorNews', JSON.parse(sessionStorage.getItem(\"selectedSectorNews\")), { path: '\/' } ); \n\n\t\t\t\/\/ Alleen het nieuws overview wrapper verversen\n\t\t\t$('.page-news-overview-filter-sector-title-container').load(urlToAssign + ' .page-news-overview-filter-sector-title-container > *');\n\t\t\/\/\t$('#page-news-overview-all-items-wrapper').load(urlToAssign + ' #page-news-overview-all-items-wrapper > *');\n\t\t});\n\t});\n<\/script>\n\n\n\n\n\n<div id=\"page-news-overview-wrapper\">\n\t\n\t<div id=\"page-news-overview-header-wrapper\">\n\t\t<div class=\"container\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12\">\n\t\t\t\t\t<div id=\"page-news-overview-header-image-content-wrapper\">\n\n\t\t\t\t\t\t<div id=\"page-news-overview-header-image-content-image-wrapper\">\n\t\t\t\t\t\t\t<div class=\"page-news-overview-image-content-image\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div id=\"page-news-overview-image-content-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"page-news-overview-image-content-content-container\">\n\t\t\t\t\t\t\t\t<div id=\"page-news-overview-breadcrumb-page-title-wrapper\">\n\t\t\t\t\t\t\t\t\t<div class=\"page-news-overview-page-breadcrumb-container\">\n\t\t\t\t\t\t\t\t\t\t<p id=\"breadcrumbs\"><span><span><a href=\"https:\/\/lxa.webennet.nl\/en\/\">Home<\/a><\/span> \/ <span class=\"breadcrumb_last\" aria-current=\"page\">&#8230;<\/span><\/span><\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<h1 class=\"page-news-overview-page-title-container\">Our news<\/h1>\n\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div id=\"page-news-overview-sidebar-content-backdrop-wrapper\">\n\t\t<div id=\"page-news-overview-content-wrapper\" class=\"container\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12\">\n\t\t\t\t\t\n\t\t\t\t\t<div id=\"page-news-overview-filter-wrapper\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"page-news-overview-filter-legal-area-container\">\n\t\t\t\t\t\t\t<div class=\"page-news-overview-filter-legal-area-title-container\"><div class=\"page-news-overview-filter-legal-area-title\">Practice Areas<\/div><\/div><div class=\"page-news-overview-filter-legal-area-select-list-container\"><div class=\"page-news-overview-filter-legal-area-select-list-items\"><li>Practice Areas<\/li><li id=\"84\">Commercial contracts<\/li><li id=\"85\">Corporate \/ M&amp;A<\/li><li id=\"83\">Employment Law<\/li><li id=\"94\">Insolvency &amp; Restructuring<\/li><li id=\"88\">Intellectual property<\/li><li id=\"89\">IT &amp; Privacy<\/li><li id=\"96\">Litigation &amp; Arbitration<\/li><li id=\"95\">Public and Real Estate<\/li><\/div><\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"page-news-overview-filter-specialty-container\">\n\t\t\t\t\t\t\t<div class=\"page-news-overview-filter-specialty-title-container\"><div class=\"page-news-overview-filter-specialty-title\">Specialties<\/div><\/div><div class=\"page-news-overview-filter-specialty-select-list-container\"><div class=\"page-news-overview-filter-specialty-select-list-items\"><li>Specialties<\/li><li id=\"103\">Agency<\/li><li id=\"104\">Asbestos<\/li><li id=\"105\">Construction<\/li><li id=\"108\">Enforcement against counterfeit<\/li><li id=\"106\">Franchise<\/li><li id=\"107\">Fraud<\/li><\/div><\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"page-news-overview-filter-sector-container\">\n\t\t\t\t\t\t\t<div class=\"page-news-overview-filter-sector-title-container\"><div class=\"page-news-overview-filter-sector-title\">Sectors<\/div><\/div><div class=\"page-news-overview-filter-sector-select-list-container\"><div class=\"page-news-overview-filter-sector-select-list-items\"><li>Sectors<\/li><li id=\"101\">Civil Society Organisations<\/li><li id=\"97\">Food \/ Agri<\/li><li id=\"98\">Franchise &amp; Fashion<\/li><li id=\"99\">Industry &amp; Manufacturing<\/li><li id=\"100\">Logistics and Distribution<\/li><li id=\"102\">Private Equity &amp; Venture Capital<\/li><\/div><\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"page-news-overview-content-container\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div id=\"page-news-overview-all-items-wrapper\">\n\t\t\t\t\t\t\t\n<div class=\"page-news-overview-single-item-container\" data-post-id=\"3082\">\n    <a href=\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/how-the-dsa-shapes-recommender-systems\/\">\n        <div class=\"page-news-overview-single-item-image-container\">\n            <div class=\"page-news-overview-single-item-image\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"512\" src=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-social-media.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-social-media.jpg 768w, https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-social-media-300x200.jpg 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>            <\/div>\n        <\/div>\n        <div class=\"page-news-overview-single-item-content-container\">\n            <div class=\"page-news-overview-single-item-specialty-content-container\">\n                            <\/div>\n            <h2 class=\"page-news-overview-single-item-content-title\">How the DSA shapes recommender systems<\/h2>\n        <\/div>\n    <\/a>\n<\/div>\n\n\n<div class=\"page-news-overview-single-item-container\" data-post-id=\"3080\">\n    <a href=\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/post-now-pay-later-sued-for-posting-a-photo-of-yourself\/\">\n        <div class=\"page-news-overview-single-item-image-container\">\n            <div class=\"page-news-overview-single-item-image\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"512\" src=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shuttersatock-rode-loper.png\" class=\"attachment-full size-full wp-post-image\" alt=\"rode loper\" srcset=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shuttersatock-rode-loper.png 768w, https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shuttersatock-rode-loper-300x200.png 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>            <\/div>\n        <\/div>\n        <div class=\"page-news-overview-single-item-content-container\">\n            <div class=\"page-news-overview-single-item-specialty-content-container\">\n                            <\/div>\n            <h2 class=\"page-news-overview-single-item-content-title\">Post Now, Pay Later: Sued for Posting a Photo of Yourself<\/h2>\n        <\/div>\n    <\/a>\n<\/div>\n\n\n<div class=\"page-news-overview-single-item-container\" data-post-id=\"3086\">\n    <a href=\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/lxa-attorneys-accompanies-record-number-of-transactions-in-2024\/\">\n        <div class=\"page-news-overview-single-item-image-container\">\n            <div class=\"page-news-overview-single-item-image\">\n                            <\/div>\n        <\/div>\n        <div class=\"page-news-overview-single-item-content-container\">\n            <div class=\"page-news-overview-single-item-specialty-content-container\">\n                            <\/div>\n            <h2 class=\"page-news-overview-single-item-content-title\">LXA Attorneys accompanies record number of transactions in 2024<\/h2>\n        <\/div>\n    <\/a>\n<\/div>\n\n\n<div class=\"page-news-overview-single-item-container\" data-post-id=\"3084\">\n    <a href=\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/gie-van-den-broek-has-contributed-to-the-october-2024-ecta-bulletin-report\/\">\n        <div class=\"page-news-overview-single-item-image-container\">\n            <div class=\"page-news-overview-single-item-image\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"512\" src=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/gie-van-den-broek.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/gie-van-den-broek.jpg 768w, https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/gie-van-den-broek-300x200.jpg 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>            <\/div>\n        <\/div>\n        <div class=\"page-news-overview-single-item-content-container\">\n            <div class=\"page-news-overview-single-item-specialty-content-container\">\n                            <\/div>\n            <h2 class=\"page-news-overview-single-item-content-title\">Gie van den Broek has contributed to the October 2024 ECTA Bulletin report<\/h2>\n        <\/div>\n    <\/a>\n<\/div>\n\n        <span class=\"item-separator-line\"><\/span>\n\n<div class=\"page-news-overview-single-item-container\" data-post-id=\"3091\">\n    <a href=\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/lxa-attorneys-joins-unifabs-college-of-experts\/\">\n        <div class=\"page-news-overview-single-item-image-container\">\n            <div class=\"page-news-overview-single-item-image\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"512\" src=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-gloeilamp.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-gloeilamp.jpg 768w, https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-gloeilamp-300x200.jpg 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>            <\/div>\n        <\/div>\n        <div class=\"page-news-overview-single-item-content-container\">\n            <div class=\"page-news-overview-single-item-specialty-content-container\">\n                            <\/div>\n            <h2 class=\"page-news-overview-single-item-content-title\">LXA Attorneys Joins Unifab\u2019s College of Experts<\/h2>\n        <\/div>\n    <\/a>\n<\/div>\n\n\n<div class=\"page-news-overview-single-item-container\" data-post-id=\"3089\">\n    <a href=\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/post-brexit-exhaustion-of-trademark-rights-what-you-need-to-know\/\">\n        <div class=\"page-news-overview-single-item-image-container\">\n            <div class=\"page-news-overview-single-item-image\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"512\" src=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-copyright-1.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-copyright-1.jpg 768w, https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-copyright-1-300x200.jpg 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>            <\/div>\n        <\/div>\n        <div class=\"page-news-overview-single-item-content-container\">\n            <div class=\"page-news-overview-single-item-specialty-content-container\">\n                            <\/div>\n            <h2 class=\"page-news-overview-single-item-content-title\">Post-Brexit exhaustion of trademark rights: what you need to know!<\/h2>\n        <\/div>\n    <\/a>\n<\/div>\n\n\n<div class=\"page-news-overview-single-item-container\" data-post-id=\"3087\">\n    <a href=\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/lxa-wins-lawsuit-against-counterfeiters-for-coty\/\">\n        <div class=\"page-news-overview-single-item-image-container\">\n            <div class=\"page-news-overview-single-item-image\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"512\" src=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-parfum.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-parfum.jpg 768w, https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock-parfum-300x200.jpg 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>            <\/div>\n        <\/div>\n        <div class=\"page-news-overview-single-item-content-container\">\n            <div class=\"page-news-overview-single-item-specialty-content-container\">\n                            <\/div>\n            <h2 class=\"page-news-overview-single-item-content-title\">LXA wins lawsuit against counterfeiters for Coty<\/h2>\n        <\/div>\n    <\/a>\n<\/div>\n\n\n<div class=\"page-news-overview-single-item-container\" data-post-id=\"3093\">\n    <a href=\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/amsterdam-criminal-court-rules-against-counterfeiters-accused-of-habitual-money-laundering\/\">\n        <div class=\"page-news-overview-single-item-image-container\">\n            <div class=\"page-news-overview-single-item-image\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"512\" src=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock571641112.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock571641112.jpg 768w, https:\/\/lxa.webennet.nl\/wp-content\/uploads\/2026\/02\/shutterstock571641112-300x200.jpg 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>            <\/div>\n        <\/div>\n        <div class=\"page-news-overview-single-item-content-container\">\n            <div class=\"page-news-overview-single-item-specialty-content-container\">\n                            <\/div>\n            <h2 class=\"page-news-overview-single-item-content-title\">Amsterdam criminal court rules against counterfeiters accused of habitual money laundering<\/h2>\n        <\/div>\n    <\/a>\n<\/div>\n\n        <span class=\"item-separator-line\"><\/span>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n\t\n\t\n<div class=\"container\">\n\t<div class=\"row\">\n\t\t<div class=\"col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12\">\n\t\t\t<div id=\"page-news-overview-newsletter-subscription-wrapper\">\n\t\t\t\t<div class=\"page-news-overview-newsletter-subscription-container\">\n\t\t\t\t\t<div class=\"page-news-overview-newsletter-subscription-content-container\"><p>Want to stay informed about the latest developments in the field of law?<\/p>\n<p><a href=\"https:\/\/c.spotler.com\/ct\/m10\/k1\/BXM5RPDfcX-RgKBfbm1zZV-mEZLzREToXR2vZ9tBBPTQPC8oRndPbptcbV4LZnI2lY7RAe9B8j6VQ9NJRxvL_rHUt7nKtgYKEqaI9ffUp04\/7tHMDijvJ7XueGf\" target=\"_blank\" rel=\"noopener\">Sign up for our newsletter<\/a><\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\t\t\n<\/div>\n\t\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":43,"template":"","meta":{"_acf_changed":false},"categorie":[],"class_list":["post-2581","nieuws","type-nieuws","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Our news - LXA Advocaten<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our news - LXA Advocaten\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/\" \/>\n<meta property=\"og:site_name\" content=\"LXA Advocaten\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-13T19:32:16+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:\/\/lxa.webennet.nl\/en\/news\/our-news\/\",\"url\":\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/\",\"name\":\"Our news - LXA Advocaten\",\"isPartOf\":{\"@id\":\"https:\/\/lxa.webennet.nl\/en\/#website\"},\"datePublished\":\"2025-12-04T18:46:43+00:00\",\"dateModified\":\"2026-03-13T19:32:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lxa.webennet.nl\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"...\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lxa.webennet.nl\/en\/#website\",\"url\":\"https:\/\/lxa.webennet.nl\/en\/\",\"name\":\"LXA Advocaten\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lxa.webennet.nl\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Our news - LXA Advocaten","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Our news - LXA Advocaten","og_url":"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/","og_site_name":"LXA Advocaten","article_modified_time":"2026-03-13T19:32:16+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/","url":"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/","name":"Our news - LXA Advocaten","isPartOf":{"@id":"https:\/\/lxa.webennet.nl\/en\/#website"},"datePublished":"2025-12-04T18:46:43+00:00","dateModified":"2026-03-13T19:32:16+00:00","breadcrumb":{"@id":"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lxa.webennet.nl\/en\/news\/our-news\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lxa.webennet.nl\/en\/news\/our-news\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lxa.webennet.nl\/en\/"},{"@type":"ListItem","position":2,"name":"..."}]},{"@type":"WebSite","@id":"https:\/\/lxa.webennet.nl\/en\/#website","url":"https:\/\/lxa.webennet.nl\/en\/","name":"LXA Advocaten","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lxa.webennet.nl\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/lxa.webennet.nl\/en\/wp-json\/wp\/v2\/nieuws\/2581","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lxa.webennet.nl\/en\/wp-json\/wp\/v2\/nieuws"}],"about":[{"href":"https:\/\/lxa.webennet.nl\/en\/wp-json\/wp\/v2\/types\/nieuws"}],"author":[{"embeddable":true,"href":"https:\/\/lxa.webennet.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"wp:attachment":[{"href":"https:\/\/lxa.webennet.nl\/en\/wp-json\/wp\/v2\/media?parent=2581"}],"wp:term":[{"taxonomy":"categorie","embeddable":true,"href":"https:\/\/lxa.webennet.nl\/en\/wp-json\/wp\/v2\/categorie?post=2581"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}