File: /opt/aphex/sites/landjuweelfestival.nl/db.sql
-- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64)
--
-- Host: localhost Database: landjuweelfestival_nl
-- ------------------------------------------------------
-- Server version 8.0.32-0ubuntu0.20.04.2
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_karma` int NOT NULL DEFAULT '0',
`comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint unsigned NOT NULL DEFAULT '0',
`user_id` bigint unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
`link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint unsigned NOT NULL DEFAULT '1',
`link_rating` int NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
`option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=20672 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://landjuweelfestival.nl','yes'),(2,'home','http://landjuweelfestival.nl','yes'),(3,'blogname','landjuweelfestival.nl','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','[email protected]','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','[email protected]','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','2','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:16:{i:0;s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";i:3;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:4;s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";i:5;s:31:\"cache-enabler/cache-enabler.php\";i:6;s:33:\"classic-editor/classic-editor.php\";i:7;s:36:\"contact-form-7/wp-contact-form-7.php\";i:8;s:37:\"link-whisper-premium/link-whisper.php\";i:9;s:29:\"mainwp-child/mainwp-child.php\";i:10;s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";i:11;s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";i:12;s:47:\"simple-social-buttons/simple-social-buttons.php\";i:13;s:29:\"theme-editor/theme_editor.php\";i:14;s:37:\"wordpress-autoblogging/basic-auth.php\";i:15;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','blogg','yes'),(41,'stylesheet','blogg','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','51917','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:6:{i:0;i:67;i:1;i:70;i:2;i:73;i:3;i:81;i:4;i:87;i:5;i:92;}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:31:\"cache-enabler/cache-enabler.php\";a:2:{i:0;s:13:\"Cache_Enabler\";i:1;s:12:\"on_uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','38','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1602838908','yes'),(94,'initial_db_version','47018','yes'),(95,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:24:\"manage_wpautoterms_pages\";a:2:{s:4:\"name\";s:37:\"WPAutoTerms Pages Editor (additional)\";s:12:\"capabilities\";a:10:{s:22:\"edit_wpautoterms_pages\";b:1;s:29:\"edit_others_wpautoterms_pages\";b:1;s:30:\"edit_private_wpautoterms_pages\";b:1;s:32:\"edit_published_wpautoterms_pages\";b:1;s:30:\"read_private_wpautoterms_pages\";b:1;s:24:\"delete_wpautoterms_pages\";b:1;s:31:\"delete_others_wpautoterms_pages\";b:1;s:32:\"delete_private_wpautoterms_pages\";b:1;s:34:\"delete_published_wpautoterms_pages\";b:1;s:25:\"publish_wpautoterms_pages\";b:1;}}s:31:\"manage_wpautoterms_pages_editor\";a:2:{s:4:\"name\";s:33:\"Editor + WPAutoTerms Pages Editor\";s:12:\"capabilities\";a:44:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:22:\"edit_wpautoterms_pages\";b:1;s:29:\"edit_others_wpautoterms_pages\";b:1;s:30:\"edit_private_wpautoterms_pages\";b:1;s:32:\"edit_published_wpautoterms_pages\";b:1;s:30:\"read_private_wpautoterms_pages\";b:1;s:24:\"delete_wpautoterms_pages\";b:1;s:31:\"delete_others_wpautoterms_pages\";b:1;s:32:\"delete_private_wpautoterms_pages\";b:1;s:34:\"delete_published_wpautoterms_pages\";b:1;s:25:\"publish_wpautoterms_pages\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:14:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:12:\"blog-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:11:\"tag_cloud-2\";i:3;s:37:\"recent-posts-widget-with-thumbnails-3\";i:4;s:10:\"calendar-3\";i:5;s:13:\"media_image-3\";}s:13:\"right-sidebar\";a:0:{}s:12:\"left-sidebar\";a:0:{}s:6:\"banner\";a:0:{}s:3:\"top\";a:0:{}s:8:\"cbottom1\";a:0:{}s:8:\"cbottom2\";a:0:{}s:8:\"cbottom3\";a:0:{}s:8:\"cbottom4\";a:0:{}s:6:\"bottom\";a:0:{}s:11:\"breadcrumbs\";a:0:{}s:6:\"footer\";a:3:{i:0;s:13:\"media_video-3\";i:1;s:13:\"media_image-4\";i:2;s:10:\"nav_menu-3\";}s:13:\"array_version\";i:3;}','yes'),(103,'widget_tag_cloud','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'db-version-secure','OdiejjFGBp','yes'),(105,'tagline','','yes'),(107,'auth_key','y~iMaS2>biAwVQOn%Y[@u*F`qAwdj*~}%G9By8qPu1i7s#,U1_3KlRf-Ufs{u#xp','no'),(108,'auth_salt','.snE+Ir?7n#([UO{nNB6y.j|*pzAl^A,YSM@5!%v7P<@t,0N||;K,VnrTT=T(2Hc','no'),(109,'logged_in_key','o]mv{D3QKd^4)q%PnLI?z.BYb$Ox;jF.<~32.oDL*x_#2{4 rn:!FP[>~S)aBQ*+','no'),(110,'logged_in_salt','*_BXkg^|FUz!R5!@KE)*Pl+_d}k2Ye;e{mAXwRPq:_5NSkcLSYCn.7T+C(?j).[|','no'),(111,'cron','a:15:{i:1680076688;a:1:{s:27:\"wpil_broken_link_check_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"10min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1680076926;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1680080520;a:1:{s:15:\"ebn_optimize_db\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680080526;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1680080527;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680103221;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1680115885;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1680117969;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680145737;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680153366;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680157745;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680161384;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680498955;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1680512526;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(112,'update_day','4','yes'),(113,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_calendar','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:1:{s:5:\"title\";s:8:\"Calendar\";}}','yes'),(115,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_media_image','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:31;s:3:\"url\";s:63:\"http://landjuweelfestival.nl/wp-content/uploads/2020/06/147.gif\";s:5:\"title\";s:0:\"\";}i:4;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:30;s:3:\"url\";s:63:\"http://landjuweelfestival.nl/wp-content/uploads/2020/06/452.jpg\";s:5:\"title\";s:14:\"Featured Image\";}}','yes'),(117,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_media_video','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:11:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=qDKQ29XgLWo\";s:5:\"title\";s:14:\"Featured Video\";}}','yes'),(119,'widget_nav_menu','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"title\";s:10:\"Navigation\";s:8:\"nav_menu\";i:3;}}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(122,'nonce_key','V`x:;re{ #p{LsVMf/&FQ?QS G^iOs4-|?#,GrQ=|2!W4{BJf?zlTsO3b8gaD!u|','no'),(123,'nonce_salt','*fIJ~&5lZ<fl4^>%DbPKg5kv<XZ5n>l!Fzu{dxC-52G3FL MTvs>/2+0djEcC@%h','no'),(124,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(132,'current_theme','Blogg','yes'),(135,'widget_accelerate_featured_single_page_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(136,'widget_accelerate_call_to_action_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(137,'widget_accelerate_recent_work_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(138,'widget_accelerate_image_service_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_accelerate_custom_tag_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140,'crawl-delay-value','7','yes'),(141,'theme_mods_accelerate','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1591082341;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(165,'recently_activated','a:1:{s:35:\"404-to-homepage/404-to-homepage.php\";i:1672318985;}','yes'),(166,'accelerate_admin_notice_welcome','1','yes'),(176,'wpautoterms_activated','1','yes'),(178,'wpautoterms_legal_pages_slug','wpautoterms','yes'),(179,'wpautoterms_version','2.4.9','yes'),(180,'widget_wpautoterms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(182,'mk_te_settings_options','a:5:{s:7:\"e_d_t_e\";s:3:\"yes\";s:17:\"code_editor_theme\";s:6:\"cobalt\";s:9:\"e_w_d_t_e\";s:3:\"yes\";s:7:\"e_d_p_e\";s:3:\"yes\";s:9:\"e_w_d_p_e\";s:3:\"yes\";}','yes'),(183,'wpautoterms_links','1','yes'),(184,'wpautoterms_cache_plugins_detection','','yes'),(185,'wpautoterms_links_bg_color','#ffffff','yes'),(186,'wpautoterms_ob_total','1','yes'),(187,'wpautoterms_links_font','Arial, sans-serif','yes'),(188,'wpautoterms_links_font_size','14px','yes'),(189,'wpautoterms_ob_not_intercepted','0','yes'),(190,'wpautoterms_links_text_color','#cccccc','yes'),(191,'wpautoterms_links_text_align','center','yes'),(192,'wpautoterms_links_links_color','#000000','yes'),(193,'wpautoterms_links_separator','-','yes'),(194,'wpautoterms_links_target_blank','','yes'),(195,'wpautoterms_update_notice','','yes'),(196,'wpautoterms_update_notice_bar_position','top','yes'),(197,'wpautoterms_update_notice_bar_type','static','yes'),(198,'wpautoterms_update_notice_disable_logged','yes','yes'),(199,'wpautoterms_update_notice_duration','3','yes'),(200,'wpautoterms_update_notice_message','Our <a href=\"[wpautoterms page_link]\">[wpautoterms page_title]</a> has been updated on [wpautoterms last_updated_date].','yes'),(201,'wpautoterms_update_notice_message_multiple','Our [wpautoterms page_links] have been updated on [wpautoterms last_updated_date].','yes'),(202,'wpautoterms_update_notice_close_message','Close','yes'),(203,'wpautoterms_update_notice_bg_color','','yes'),(204,'wpautoterms_update_notice_font','','yes'),(205,'wpautoterms_update_notice_font_size','','yes'),(206,'wpautoterms_update_notice_text_color','','yes'),(207,'wpautoterms_update_notice_links_color','','yes'),(208,'wpautoterms_cookies_notice','','yes'),(209,'wpautoterms_cookies_notice_bar_position','top','yes'),(210,'widget_recent-posts-widget-with-thumbnails','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:36:{s:5:\"title\";s:12:\"Recent posts\";s:11:\"default_url\";s:101:\"http://landjuweelfestival.nl/wp-content/plugins/recent-posts-widget-with-thumbnails/default_thumb.gif\";s:16:\"thumb_dimensions\";s:6:\"custom\";s:12:\"category_ids\";a:1:{i:0;i:0;}s:14:\"excerpt_length\";i:55;s:12:\"number_posts\";i:5;s:17:\"post_title_length\";i:1000;s:12:\"thumb_height\";i:75;s:11:\"thumb_width\";i:75;s:17:\"hide_current_post\";b:0;s:17:\"only_sticky_posts\";b:0;s:17:\"hide_sticky_posts\";b:0;s:10:\"hide_title\";b:0;s:17:\"keep_aspect_ratio\";b:0;s:11:\"keep_sticky\";b:0;s:12:\"only_1st_img\";b:0;s:12:\"random_order\";b:0;s:11:\"show_author\";b:0;s:15:\"show_categories\";b:0;s:20:\"show_comments_number\";b:0;s:9:\"show_date\";b:0;s:12:\"show_excerpt\";b:0;s:14:\"ignore_excerpt\";b:0;s:27:\"ignore_post_content_excerpt\";b:0;s:16:\"set_more_as_link\";b:0;s:11:\"try_1st_img\";b:0;s:11:\"use_default\";b:0;s:16:\"use_default_only\";b:0;s:15:\"open_new_window\";b:0;s:21:\"print_post_categories\";b:0;s:17:\"set_cats_as_links\";b:0;s:14:\"use_inline_css\";b:0;s:10:\"use_no_css\";b:0;s:10:\"show_thumb\";b:1;s:12:\"excerpt_more\";s:6:\" […]\";s:14:\"category_label\";s:2:\"In\";}}','yes'),(211,'wpautoterms_cookies_notice_bar_type','static','yes'),(212,'wpautoterms_cookies_notice_disable_logged','yes','yes'),(213,'wpautoterms_cookies_notice_message','We use cookies to ensure that we give you the best experience on our website','yes'),(214,'ssb_networks','a:1:{s:14:\"icon_selection\";s:37:\"pinterest,whatsapp,viber,email,tumblr\";}','yes'),(215,'wpautoterms_cookies_notice_close_message','Close','yes'),(216,'ssb_themes','a:1:{s:10:\"icon_style\";s:18:\"flat-button-border\";}','yes'),(217,'wpautoterms_cookies_notice_bg_color','','yes'),(218,'ssb_positions','a:1:{s:8:\"position\";a:2:{s:7:\"sidebar\";s:7:\"sidebar\";s:6:\"inline\";s:6:\"inline\";}}','yes'),(219,'wpautoterms_cookies_notice_font','','yes'),(220,'ssb_inline','a:14:{s:8:\"location\";s:5:\"below\";s:14:\"icon_alignment\";s:4:\"left\";s:9:\"animation\";s:12:\"no-animation\";s:12:\"share_counts\";s:1:\"0\";s:11:\"total_share\";s:1:\"0\";s:10:\"icon_space\";s:1:\"0\";s:16:\"icon_space_value\";s:0:\"\";s:11:\"hide_mobile\";s:1:\"0\";s:16:\"show_on_category\";s:1:\"0\";s:15:\"show_on_archive\";s:1:\"0\";s:11:\"show_on_tag\";s:1:\"0\";s:14:\"show_on_search\";s:1:\"0\";s:11:\"share_title\";s:0:\"\";s:5:\"posts\";a:2:{s:4:\"home\";s:4:\"home\";s:4:\"post\";s:4:\"post\";}}','yes'),(221,'wpautoterms_cookies_notice_font_size','','yes'),(222,'ssb_advanced','a:1:{s:11:\"ssb_og_tags\";s:1:\"1\";}','yes'),(223,'ssb_pr_version','3.1.1','yes'),(224,'wpautoterms_cookies_notice_text_color','','yes'),(225,'wpautoterms_cookies_notice_links_color','','yes'),(226,'wpautoterms_endorsements','','yes'),(227,'wpautoterms_endorsements_message','<p>Some of the links in this article are \"affiliate links\", a link with a special tracking code. This means if you click on an affiliate link and purchase the item, we will receive an affiliate commission.</p> <p>The price of the item is the same whether it is an affiliate link or not. Regardless, we only recommend products or services we believe will add value to our readers.</p> <p>By using the affiliate links, you are helping support our Website, and we genuinely appreciate your support.</p>','yes'),(228,'wpautoterms_endorsements_when','','yes'),(229,'wpautoterms_endorsements_tag','','yes'),(230,'wpautoterms_site_name','landjuweelfestival.nl','yes'),(231,'wpautoterms_site_url','http://landjuweelfestival.nl','yes'),(232,'wpautoterms_company_name','landjuweelfestival.nl','yes'),(233,'wpautoterms_country','','yes'),(234,'wpautoterms_state','','yes'),(235,'wpautoterms_show_in_pages_widget','','yes'),(236,'wpautoterms_cache_plugins_compat','','yes'),(237,'wpautoterms_license','','yes'),(238,'widget_ssb_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(239,'ssb_sidebar','a:8:{s:11:\"orientation\";s:4:\"left\";s:9:\"animation\";s:12:\"no-animation\";s:12:\"share_counts\";s:1:\"0\";s:11:\"total_share\";s:1:\"0\";s:10:\"icon_space\";s:1:\"0\";s:16:\"icon_space_value\";s:0:\"\";s:11:\"hide_mobile\";s:1:\"0\";s:5:\"posts\";a:2:{s:4:\"home\";s:4:\"home\";s:4:\"post\";s:4:\"post\";}}','yes'),(240,'ssb_media','','yes'),(241,'ssb_popup','','yes'),(242,'ssb_flyin','','yes'),(243,'ssb_active_time','1591081346','no'),(247,'wpcf7','a:2:{s:7:\"version\";s:7:\"5.5.6.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1591081520;s:7:\"version\";s:5:\"5.1.9\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(248,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:7;}}','yes'),(249,'ssb_not_exist_post_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}','yes'),(250,'ssb_not_exist_post_pinterest_counts','0','yes'),(251,'ssb_not_exist_post_tumblr_counts','0','yes'),(252,'ssb_not_exist_post_total_counts','0','yes'),(260,'theme_mods_blogg','a:8:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:6:\"social\";i:7;s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:41;s:21:\"blogg_show_site_title\";b:0;s:27:\"blogg_show_site_description\";b:0;s:11:\"custom_logo\";i:37;s:20:\"blogg_display_slider\";b:1;s:16:\"blogg_slider_cat\";s:1:\"6\";}','yes'),(261,'theme_switched','','yes'),(262,'widget_blogg-recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(270,'theme_editor_email_verified_1','yes','yes'),(271,'wpautoterms_cache_plugins_detected','1','yes'),(283,'secure_auth_key','3`vQ}Q]OFz/+2=>%yq; roW+,7II,1k; .LmHe{Sx-=D]l?R.%aBCv&lPsV8n#o*','no'),(284,'secure_auth_salt','bZA<nRK?WpV,1I-?H4yN~B%+UEj/0 {p ,KceZh&%L2GIVGiBI8{Jsv0e`heK%[4','no'),(314,'wpseo','a:57:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";i:2;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:23:\"home_url_option_changed\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"18.9\";s:16:\"previous_version\";s:4:\"18.8\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1595826955;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:29:\"https://landjuweelfestival.nl\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;}','yes'),(315,'wpseo_titles','a:126:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:22:\"title-wpautoterms_page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-wpautoterms_page\";s:0:\"\";s:24:\"noindex-wpautoterms_page\";b:0;s:35:\"display-metabox-pt-wpautoterms_page\";b:1;s:35:\"post_types-wpautoterms_page-maintax\";i:0;s:33:\"schema-page-type-wpautoterms_page\";s:7:\"WebPage\";s:36:\"schema-article-type-wpautoterms_page\";s:4:\"None\";s:29:\"social-title-wpautoterms_page\";s:9:\"%%title%%\";s:35:\"social-description-wpautoterms_page\";s:0:\"\";s:33:\"social-image-url-wpautoterms_page\";s:0:\"\";s:32:\"social-image-id-wpautoterms_page\";i:0;s:32:\"title-ptarchive-wpautoterms_page\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-ptarchive-wpautoterms_page\";s:0:\"\";s:34:\"bctitle-ptarchive-wpautoterms_page\";s:0:\"\";s:34:\"noindex-ptarchive-wpautoterms_page\";b:0;s:39:\"social-title-ptarchive-wpautoterms_page\";s:21:\"%%pt_plural%% Archive\";s:45:\"social-description-ptarchive-wpautoterms_page\";s:0:\"\";s:43:\"social-image-url-ptarchive-wpautoterms_page\";s:0:\"\";s:42:\"social-image-id-ptarchive-wpautoterms_page\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(316,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(317,'wpseo_flush_rewrite','1','yes'),(318,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"18.9\";}','yes'),(564,'secret_key','aKI)$/=)3(!VzP[fT85s85|.m{))5$E2k+u4mYDUuH=RPvzz_AkAm6G+t5nKtcv:','no'),(637,'category_children','a:0:{}','yes'),(675,'mainwp_child_update_version','1.5','yes'),(676,'mainwp_child_plugin_version','4.2.3','yes'),(677,'mainwp_child_auth','a:7:{i:5;s:32:\"c0cef051b52b437cbab02fdfb36034d8\";s:4:\"last\";i:1680049059;i:4;s:32:\"eedaa8a244e5e9366e246fecd92d1bae\";i:3;s:32:\"23590f860284b89dd8a99faa79cf964c\";i:2;s:32:\"dae072ca1af0cd7ba7c3ce84305710dc\";i:1;s:32:\"c0f0a541d96b3a94cc4562e5252f7768\";i:0;s:32:\"b0c655bd8872608af3599a735864ce03\";}','yes'),(678,'mainwp_child_branding_settings','a:4:{s:13:\"contact_label\";s:15:\"Contact Support\";s:18:\"cancelled_branding\";b:0;s:23:\"branding_preserve_title\";s:0:\"\";s:21:\"branding_disconnected\";s:0:\"\";}','no'),(679,'mainwp_child_activated_once','1','no'),(680,'mainwp_child_pubkey','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFvZjBQSDdaRmVhMkpMSWRsb3MragpxWm4wa2kxQnVuQ1VMblBabWFsSldKS2JLOGtmODVVcUs5bWdBRWVQWFdHd1pUTFduVW9Udy8rc2RMVWlJNDhFCjZOVDNXNFdUWmplbjYxcm5kb1NzTlBGWWc1WEc5Wmx4dnpsdW1pRWQ5QVhGc1pWY1FTaVE3cGUzWWRoTEJYNlcKamd2QnI5a2FldWplR3VUREZmWnc2bWVQdWxsc2tzL0ZhdXNwRy9Bd2xJbnJvNnVrTXhnd3cwWVBhbGUrSk9USQpUbThUSVV1WFVSZmNIOXF1ZExqbkdLNUJQWmNEQSs1SERTc0dxN0hNcVNNNkIzWkUzMk8yb0JkMHcwbkduUXdqCnN6akdKTmlwSE1SOFBoZmNDeitsZDR1R3JvZkZKWU5pT0RzQTd0V2VXMVBzT2p2YzJOYVU4NHJydE9xc3VRU1IKdHdJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(681,'mainwp_child_server','https://dashboard.comparrot.nl/wp-admin/','no'),(682,'mainwp_child_nonce','0','no'),(683,'mainwp_child_nossl','0','yes'),(684,'mainwp_child_nossl_key','bcb5a5acc1335a81d5f351625a913bde21b57ea5e356799299336fa88034964b','yes'),(685,'mainwp_premium_updates','a:0:{}','no'),(688,'mainwp_child_clone_sites','0','no'),(689,'mainwp_child_siteid','695','no'),(692,'recovery_keys','a:0:{}','yes'),(697,'wpseo_ryte','a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1649049484;}','yes'),(739,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:26:\"[email protected]\";s:7:\"version\";s:5:\"6.0.3\";s:9:\"timestamp\";i:1675945370;}','no'),(750,'https_detection_errors','a:0:{}','yes'),(756,'finished_updating_comment_type','1','yes'),(858,'auto_plugin_theme_update_emails','a:0:{}','yes'),(1049,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8127,'disallowed_keys','','no'),(8128,'comment_previously_approved','1','yes'),(8129,'auto_update_core_dev','enabled','yes'),(8130,'auto_update_core_minor','enabled','yes'),(8131,'auto_update_core_major','unset','yes'),(8132,'wp_force_deactivated_plugins','a:0:{}','yes'),(8133,'db_upgraded','','yes'),(10690,'mainwp_cache_control_cache_solution','Cache Enabler','yes'),(11852,'rewrite_rules','a:113:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:14:\"wpautoterms/?$\";s:36:\"index.php?post_type=wpautoterms_page\";s:44:\"wpautoterms/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=wpautoterms_page&feed=$matches[1]\";s:39:\"wpautoterms/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=wpautoterms_page&feed=$matches[1]\";s:31:\"wpautoterms/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=wpautoterms_page&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"wpautoterms/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"wpautoterms/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"wpautoterms/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wpautoterms/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wpautoterms/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"wpautoterms/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"wpautoterms/(.+?)/embed/?$\";s:49:\"index.php?wpautoterms_page=$matches[1]&embed=true\";s:30:\"wpautoterms/(.+?)/trackback/?$\";s:43:\"index.php?wpautoterms_page=$matches[1]&tb=1\";s:50:\"wpautoterms/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpautoterms_page=$matches[1]&feed=$matches[2]\";s:45:\"wpautoterms/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpautoterms_page=$matches[1]&feed=$matches[2]\";s:38:\"wpautoterms/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wpautoterms_page=$matches[1]&paged=$matches[2]\";s:45:\"wpautoterms/(.+?)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?wpautoterms_page=$matches[1]&cpage=$matches[2]\";s:34:\"wpautoterms/(.+?)(?:/([0-9]+))?/?$\";s:55:\"index.php?wpautoterms_page=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(11873,'mainwp_child_auto_purge_cache','0','yes'),(11874,'mainwp_child_cloud_flair_enabled','0','yes'),(11875,'mainwp_cloudflair_email','','yes'),(11876,'mainwp_cloudflair_key','','yes'),(14088,'ai1wm_secret_key','udDVfZuHg4gY','yes'),(14089,'ai1wm_backups_labels','a:0:{}','yes'),(14090,'ai1wm_sites_links','a:0:{}','yes'),(14091,'swift_performance_plugin_organizer','a:0:{}','yes'),(14092,'jetpack_active_modules','a:0:{}','yes'),(14095,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.0.3-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-rollback-0.zip\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:3:\"6.0\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1680040114;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}','no'),(14100,'cache_enabler','a:19:{s:7:\"version\";s:5:\"1.8.7\";s:20:\"use_trailing_slashes\";i:1;s:19:\"permalink_structure\";s:18:\"has_trailing_slash\";s:13:\"cache_expires\";i:0;s:17:\"cache_expiry_time\";i:0;s:30:\"clear_site_cache_on_saved_post\";i:0;s:33:\"clear_site_cache_on_saved_comment\";i:0;s:30:\"clear_site_cache_on_saved_term\";i:0;s:30:\"clear_site_cache_on_saved_user\";i:0;s:34:\"clear_site_cache_on_changed_plugin\";i:0;s:26:\"convert_image_urls_to_webp\";i:0;s:12:\"mobile_cache\";i:0;s:14:\"compress_cache\";i:0;s:11:\"minify_html\";i:0;s:20:\"minify_inline_css_js\";i:0;s:17:\"excluded_post_ids\";s:0:\"\";s:19:\"excluded_page_paths\";s:0:\"\";s:22:\"excluded_query_strings\";s:0:\"\";s:16:\"excluded_cookies\";s:0:\"\";}','yes'),(14123,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:5:\"6.0.3\";s:7:\"current\";s:3:\"6.0\";s:10:\"error_code\";s:32:\"copy_failed_for_update_core_file\";s:10:\"error_data\";s:33:\"wp-admin/includes/update-core.php\";s:9:\"timestamp\";i:1675945370;s:5:\"retry\";b:0;}','no'),(14124,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-multisite-extension\";a:13:{s:4:\"name\";s:19:\"Multisite Extension\";s:4:\"slug\";s:19:\"multisite-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/multisite-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"4.27\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:595:\"<ul class=\"description\"><li>Export single site from the network</li><li>Export multiple sites from the network</li><li>Export the whole network</li><li>Import single site into the network</li><li>Import multiple sites into the network</li><li>Import a network</li><li>Clone single site within a network</li><li>Multi-network support</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites that you own</li><li>Backup scheduler with hourly, daily, and weekly options</li><li>Unlimited Extension included</li><li>WP CLI commands</li><li>Premium support</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/multisite-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/multisite-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/multisite-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/multisite-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/multisite-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40189;}}','yes'),(14125,'_site_transient_ai1wm_last_check_for_updates','1680040114','no'),(14128,'_transient_health-check-site-status-result','{\"good\":12,\"recommended\":6,\"critical\":1}','yes'),(14231,'ai1wmme_plugin_key','72821048-196b-4fc6-a1e9-59bd100238e8','yes'),(14232,'Niteoweb.SpiderBlocker.Bots','a:40:{i:0;a:4:{s:4:\"name\";s:10:\"Ahrefs Bot\";s:2:\"re\";s:9:\"AhrefsBot\";s:4:\"desc\";s:25:\"https://ahrefs.com/robot/\";s:5:\"state\";b:1;}i:1;a:4:{s:4:\"name\";s:8:\"MJ12 bot\";s:2:\"re\";s:7:\"MJ12bot\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:2;a:4:{s:4:\"name\";s:9:\"Roger Bot\";s:2:\"re\";s:8:\"Rogerbot\";s:4:\"desc\";s:40:\"http://moz.com/help/pro/rogerbot-crawler\";s:5:\"state\";b:1;}i:3;a:4:{s:4:\"name\";s:11:\"Semrush Bot\";s:2:\"re\";s:10:\"SemrushBot\";s:4:\"desc\";s:31:\"http://www.semrush.com/bot.html\";s:5:\"state\";b:1;}i:4;a:4:{s:4:\"name\";s:11:\"ia_archiver\";s:2:\"re\";s:11:\"ia_archiver\";s:4:\"desc\";s:36:\"http://archive.org/about/exclude.php\";s:5:\"state\";b:1;}i:5;a:4:{s:4:\"name\";s:8:\"ScoutJet\";s:2:\"re\";s:8:\"ScoutJet\";s:4:\"desc\";s:19:\"http://scoutjet.com\";s:5:\"state\";b:1;}i:6;a:4:{s:4:\"name\";s:7:\"sistrix\";s:2:\"re\";s:7:\"sistrix\";s:4:\"desc\";s:26:\"http://crawler.sistrix.net\";s:5:\"state\";b:1;}i:7;a:4:{s:4:\"name\";s:16:\"SearchmetricsBot\";s:2:\"re\";s:16:\"SearchmetricsBot\";s:4:\"desc\";s:50:\"http://www.searchmetrics.com/en/searchmetrics-bot/\";s:5:\"state\";b:1;}i:8;a:4:{s:4:\"name\";s:14:\"SEOkicks-Robot\";s:2:\"re\";s:14:\"SEOkicks-Robot\";s:4:\"desc\";s:33:\"http://www.seokicks.de/robot.html\";s:5:\"state\";b:1;}i:9;a:4:{s:4:\"name\";s:16:\"Lipperhey Spider\";s:2:\"re\";s:16:\"Lipperhey Spider\";s:4:\"desc\";s:43:\"http://www.lipperhey.com/en/website-spider/\";s:5:\"state\";b:1;}i:10;a:4:{s:4:\"name\";s:6:\"Exabot\";s:2:\"re\";s:6:\"Exabot\";s:4:\"desc\";s:44:\"http://www.exalead.com/search/webmasterguide\";s:5:\"state\";b:1;}i:11;a:4:{s:4:\"name\";s:6:\"NC Bot\";s:2:\"re\";s:5:\"NCBot\";s:4:\"desc\";s:55:\"https://twitter.com/NetComber/status/334476871691550721\";s:5:\"state\";b:1;}i:12;a:4:{s:4:\"name\";s:15:\"BacklinkCrawler\";s:2:\"re\";s:15:\"BacklinkCrawler\";s:4:\"desc\";s:40:\"http://www.backlinktest.com/crawler.html\";s:5:\"state\";b:1;}i:13;a:4:{s:4:\"name\";s:15:\"archive.org Bot\";s:2:\"re\";s:15:\"archive.org_bot\";s:4:\"desc\";s:42:\"http://archive.org/details/archive.org_bot\";s:5:\"state\";b:1;}i:14;a:4:{s:4:\"name\";s:12:\"MeanPath Bot\";s:2:\"re\";s:11:\"meanpathbot\";s:4:\"desc\";s:37:\"https://meanpath.com/meanpathbot.html\";s:5:\"state\";b:1;}i:15;a:4:{s:4:\"name\";s:18:\"PagesInventory Bot\";s:2:\"re\";s:14:\"PagesInventory\";s:4:\"desc\";s:56:\"http://www.botsvsbrowsers.com/details/1002332/index.html\";s:5:\"state\";b:1;}i:16;a:4:{s:4:\"name\";s:12:\"Aboundex Bot\";s:2:\"re\";s:11:\"Aboundexbot\";s:4:\"desc\";s:32:\"http://www.aboundex.com/crawler/\";s:5:\"state\";b:1;}i:17;a:4:{s:4:\"name\";s:15:\"SeoProfiler Bot\";s:2:\"re\";s:5:\"spbot\";s:4:\"desc\";s:31:\"http://www.seoprofiler.com/bot/\";s:5:\"state\";b:1;}i:18;a:4:{s:4:\"name\";s:11:\"Linkdex Bot\";s:2:\"re\";s:10:\"linkdexbot\";s:4:\"desc\";s:34:\"http://www.linkdex.com/about/bots/\";s:5:\"state\";b:1;}i:19;a:4:{s:4:\"name\";s:7:\"Gigabot\";s:2:\"re\";s:7:\"Gigabot\";s:4:\"desc\";s:45:\"http://www.useragentstring.com/pages/Gigabot/\";s:5:\"state\";b:1;}i:20;a:4:{s:4:\"name\";s:6:\"DotBot\";s:2:\"re\";s:6:\"dotbot\";s:4:\"desc\";s:35:\"http://en.wikipedia.org/wiki/DotBot\";s:5:\"state\";b:1;}i:21;a:4:{s:4:\"name\";s:5:\"Nutch\";s:2:\"re\";s:5:\"Nutch\";s:4:\"desc\";s:32:\"http://nutch.apache.org/bot.html\";s:5:\"state\";b:1;}i:22;a:4:{s:4:\"name\";s:8:\"BLEX Bot\";s:2:\"re\";s:7:\"BLEXBot\";s:4:\"desc\";s:27:\"http://webmeup-crawler.com/\";s:5:\"state\";b:1;}i:23;a:4:{s:4:\"name\";s:6:\"Ezooms\";s:2:\"re\";s:6:\"Ezooms\";s:4:\"desc\";s:49:\"http://graphicline.co.za/blogs/what-is-ezooms-bot\";s:5:\"state\";b:1;}i:24;a:4:{s:4:\"name\";s:11:\"Majestic 12\";s:2:\"re\";s:11:\"Majestic-12\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:25;a:4:{s:4:\"name\";s:12:\"Majestic SEO\";s:2:\"re\";s:12:\"Majestic-SEO\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:26;a:4:{s:4:\"name\";s:7:\"DSearch\";s:2:\"re\";s:7:\"DSearch\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:27;a:4:{s:4:\"name\";s:4:\"MJ12\";s:2:\"re\";s:4:\"MJ12\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:28;a:4:{s:4:\"name\";s:10:\"Blekko Bot\";s:2:\"re\";s:9:\"BlekkoBot\";s:4:\"desc\";s:33:\"http://blekko.com/about/blekkobot\";s:5:\"state\";b:1;}i:29;a:4:{s:4:\"name\";s:6:\"Yandex\";s:2:\"re\";s:6:\"Yandex\";s:4:\"desc\";s:41:\"http://help.yandex.com/search/?id=1112030\";s:5:\"state\";b:0;}i:30;a:4:{s:4:\"name\";s:10:\"Google Bot\";s:2:\"re\";s:9:\"googlebot\";s:4:\"desc\";s:57:\"https://support.google.com/webmasters/answer/182072?hl=en\";s:5:\"state\";b:0;}i:31;a:4:{s:4:\"name\";s:18:\"Feedfetcher Google\";s:2:\"re\";s:18:\"Feedfetcher-Google\";s:4:\"desc\";s:51:\"https://support.google.com/webmasters/answer/178852\";s:5:\"state\";b:0;}i:32;a:4:{s:4:\"name\";s:8:\"Bing Bot\";s:2:\"re\";s:7:\"BingBot\";s:4:\"desc\";s:36:\"http://en.wikipedia.org/wiki/Bingbot\";s:5:\"state\";b:0;}i:33;a:4:{s:4:\"name\";s:9:\"Nerdy Bot\";s:2:\"re\";s:8:\"NerdyBot\";s:4:\"desc\";s:20:\"http://nerdybot.com/\";s:5:\"state\";b:1;}i:34;a:4:{s:4:\"name\";s:9:\"James BOT\";s:2:\"re\";s:8:\"JamesBOT\";s:4:\"desc\";s:32:\"http://cognitiveseo.com/bot.html\";s:5:\"state\";b:1;}i:35;a:4:{s:4:\"name\";s:7:\"Tin Eye\";s:2:\"re\";s:6:\"TinEye\";s:4:\"desc\";s:34:\"http://www.tineye.com/crawler.html\";s:5:\"state\";b:1;}i:36;a:4:{s:4:\"name\";s:5:\"Baidu\";s:2:\"re\";s:11:\"Baiduspider\";s:4:\"desc\";s:47:\"http://www.baidu.com/search/robots_english.html\";s:5:\"state\";b:1;}i:37;a:4:{s:4:\"name\";s:8:\"Serpstat\";s:2:\"re\";s:8:\"serpstat\";s:4:\"desc\";s:21:\"https://serpstat.com/\";s:5:\"state\";b:1;}i:38;a:4:{s:4:\"name\";s:5:\"SpyFu\";s:2:\"re\";s:5:\"spyfu\";s:4:\"desc\";s:22:\"https://www.spyfu.com/\";s:5:\"state\";b:1;}i:39;a:4:{s:4:\"name\";s:5:\"Prlog\";s:2:\"re\";s:5:\"Prlog\";s:4:\"desc\";s:17:\"https://prlog.ru/\";s:5:\"state\";b:1;}}','yes'),(14310,'can_compress_scripts','1','no'),(15339,'wpil_2_license_status','','yes'),(15340,'wpil_2_license_key','','yes'),(15341,'wpil_2_license_data','','yes'),(15342,'wpil_2_ignore_numbers','1','yes'),(15343,'wpil_2_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(15344,'wpil_2_links_open_new_tab','0','yes'),(15345,'wpil_2_debug_mode','0','yes'),(15346,'wpil_option_update_reporting_data_on_save','0','yes'),(15347,'wpil_2_ignore_words','-\r\n-\r\na\r\nabout\r\nabove\r\nactually\r\nadd\r\nafter\r\nagain\r\nagainst\r\nago\r\nall\r\nam\r\nan\r\nand\r\nanother\r\nanswer\r\nany\r\nare\r\naren\'t\r\nas\r\nat\r\nbase\r\nbe\r\nbecause\r\nbeen\r\nbefore\r\nbeing\r\nbelow\r\nbest\r\nbetter\r\nbetween\r\nboth\r\nbut\r\nby\r\ncan\r\ncan\'t\r\ncannot\r\ncons\r\ncould\r\ncouldn\'t\r\ndid\r\ndidn\'t\r\ndifference\r\ndifferent\r\ndo\r\ndoes\r\ndoesn\'t\r\ndoing\r\ndon\'t\r\ndone\r\ndown\r\nduring\r\neach\r\neasier\r\neasy\r\neight\r\neven\r\nfar\r\nfew\r\nfind\r\nfirst\r\nfive\r\nfor\r\nfour\r\nfree\r\nfrom\r\nfurther\r\ngeneral\r\nget\r\ngett\r\ngetting\r\ngo\r\ngood\r\ngot\r\ngreat\r\nhad\r\nhadn\'t\r\nhas\r\nhasn\'t\r\nhave\r\nhaven\'t\r\nhaver\r\nhaving\r\nhe\r\nhe\'d\r\nhe\'ll\r\nhe\'s\r\nhelp\r\nher\r\nhere\r\nhere\'s\r\nhers\r\nherself\r\nhigh\r\nhim\r\nhimself\r\nhis\r\nhow\r\nhow\'s\r\ni\r\ni\'d\r\ni\'ll\r\ni\'m\r\ni\'ve\r\nif\r\nin\r\ninto\r\nis\r\nisn\'t\r\nit\r\nit\'s\r\nits\r\nitself\r\njust\r\nless\r\nlet\'s\r\nlike\r\nlong\r\nlook\r\nlove\r\nmake\r\nmany\r\nmatt\r\nmatter\r\nmay\r\nme\r\nmore\r\nmost\r\nmuch\r\nmustn\'t\r\nmy\r\nmyself\r\nnever\r\nnew\r\nnine\r\nno\r\nnor\r\nnot\r\nnow\r\nof\r\noff\r\non\r\nonce\r\none\r\nonly\r\nor\r\nother\r\nought\r\nour\r\nours\r\nourselves\r\nout\r\nover\r\noverall\r\nown\r\nper\r\npros\r\nquestion\r\nreview\r\nright\r\nsame\r\nseven\r\nshan\'t\r\nshe\r\nshe\'d\r\nshe\'ll\r\nshe\'s\r\nshock\r\nshocking\r\nshould\r\nshouldn\'t\r\nshow\r\nsimple\r\nsix\r\nso\r\nsome\r\nstart\r\nstill\r\nsuch\r\ntake\r\nten\r\nthan\r\nthat\r\nthat\'s\r\nthe\r\ntheir\r\ntheirs\r\nthem\r\nthemselves\r\nthen\r\nthere\r\nthere\'s\r\nthese\r\nthey\r\nthey\'d\r\nthey\'ll\r\nthey\'re\r\nthey\'ve\r\nthis\r\nthose\r\nthree\r\nthrough\r\nto\r\ntoo\r\ntool\r\ntwo\r\nunder\r\nuntil\r\nup\r\nuse\r\nusing\r\nvery\r\nwant\r\nwas\r\nwasn\'t\r\nwe\r\nwe\'d\r\nwe\'ll\r\nwe\'re\r\nwe\'ve\r\nwere\r\nweren\'t\r\nwhat\r\nwhat\'s\r\nwhen\r\nwhen\'s\r\nwhere\r\nwhere\'s\r\nwhich\r\nwhile\r\nwho\r\nwho\'s\r\nwhom\r\nwhy\r\nwhy\'s\r\nwill\r\nwith\r\nwithin\r\nwithout\r\nwon\'t\r\nwould\r\nwouldn\'t\r\nyou\r\nyou\'d\r\nyou\'ll\r\nyou\'re\r\nyou\'ve\r\nyour\r\nyours\r\nyourself\r\nyourselves\r\nzero\'\r\n-','yes'),(15348,'wpil_has_run_initial_scan','1','yes'),(15349,'wpil_site_db_version','1.22','yes'),(15350,'wpil_link_table_is_created','1','yes'),(15351,'wpil_fresh_install','','yes'),(15352,'wpil_install_date','2023-02-16 19:39:49','yes'),(15355,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:39:\"wp-sheet-editor-premium/vendor/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.5.3\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1676576391;s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:7:\"abspath\";s:39:\"/opt/aphex/sites/landjuweelfestival.nl/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:8:\"sdk_path\";s:39:\"wp-sheet-editor-premium/vendor/freemius\";s:7:\"version\";s:5:\"2.5.3\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1676576391;}}','yes'),(15356,'fs_debug_mode','','yes'),(15357,'fs_accounts','a:7:{s:21:\"id_slug_type_path_map\";a:1:{i:1010;a:3:{s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:11:\"plugin_data\";a:1:{s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1676576391;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.5.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:13:\"2.25.2-beta.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:21:\"landjuweelfestival.nl\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1676608686;s:7:\"version\";s:13:\"2.25.2-beta.1\";}s:15:\"prev_is_premium\";b:1;s:18:\"sticky_optin_added\";b:1;}}s:13:\"file_slug_map\";a:1:{s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";}s:7:\"plugins\";a:1:{s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:28:\"WP Sheet Editor - Post Types\";s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:12:\"premium_slug\";s:23:\"wp-sheet-editor-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:7:\"version\";s:13:\"2.25.2-beta.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_ec1c7da603c0772f1bfe276efb715\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"1010\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"fe0039faa9602c5e3e589fa7292e0ddc\";s:13:\"admin_notices\";a:1:{s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";a:1:{s:15:\"connect_account\";a:10:{s:7:\"message\";s:186:\"We made a few tweaks to the plugin, <b><a href=\"https://landjuweelfestival.nl/wp-admin/admin.php?page=vg_sheet_editor_setup\">Opt in to make \"WP Sheet Editor - Post Types\" better!</a></b>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:10:\"update-nag\";s:6:\"sticky\";b:1;s:2:\"id\";s:15:\"connect_account\";s:10:\"manager_id\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:6:\"plugin\";s:28:\"WP Sheet Editor - Post Types\";s:10:\"wp_user_id\";N;s:11:\"dismissible\";b:1;s:4:\"data\";a:0:{}}}}s:7:\"updates\";a:1:{i:1010;N;}}','yes'),(15358,'vg_sheet_editor','a:8:{s:8:\"last_tab\";N;s:13:\"be_post_types\";a:1:{i:0;s:4:\"post\";}s:17:\"be_posts_per_page\";i:20;s:23:\"be_load_items_on_scroll\";i:1;s:19:\"be_fix_columns_left\";i:2;s:22:\"be_posts_per_page_save\";i:4;s:26:\"be_timeout_between_batches\";i:6;s:23:\"be_disable_post_actions\";i:0;}','yes'),(15414,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(15431,'vgse_columns_visibility','a:0:{}','yes'),(15432,'vgse_columns_visibility_migrated','1','yes'),(15433,'vgse_welcome_redirect','no','yes'),(15434,'vgse_hide_whats_new_2.25.2-beta.1','yes','yes'),(20451,'_transient_timeout_8836b067ae4b25a4f31ea3390d429cc6','1680041252','no'),(20452,'_transient_8836b067ae4b25a4f31ea3390d429cc6','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 27 Mar 2023 22:07:32 GMT\";s:12:\"content-type\";s:25:\"text/plain; charset=utf-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:5:\"ord 5\";}}s:4:\"body\";s:1159:\"{\"plugins\":{\"wp-sheet-editor-premium\\/wp-sheet-editor.php\":{\"id\":\"w.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"slug\":\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"plugin\":\"wp-sheet-editor-premium\\/wp-sheet-editor.php\",\"new_version\":\"2.25.1\",\"url\":\"https:\\/\\/wordpress.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/\",\"package\":\"https:\\/\\/downloads.wordpress.org\\/plugin\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages.2.25.1.zip\",\"icons\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-256x256.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-128x128.png?rev=1543619\"},\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-1544x500.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-772x250.png?rev=1543627\"},\"banners_rtl\":[],\"requires\":\"3.6\",\"tested\":\"6.1.1\",\"requires_php\":false,\"compatibility\":[]}},\"translations\":[]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:1159:\"{\"plugins\":{\"wp-sheet-editor-premium\\/wp-sheet-editor.php\":{\"id\":\"w.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"slug\":\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"plugin\":\"wp-sheet-editor-premium\\/wp-sheet-editor.php\",\"new_version\":\"2.25.1\",\"url\":\"https:\\/\\/wordpress.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/\",\"package\":\"https:\\/\\/downloads.wordpress.org\\/plugin\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages.2.25.1.zip\",\"icons\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-256x256.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-128x128.png?rev=1543619\"},\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-1544x500.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-772x250.png?rev=1543627\"},\"banners_rtl\":[],\"requires\":\"3.6\",\"tested\":\"6.1.1\",\"requires_php\":false,\"compatibility\":[]}},\"translations\":[]}\";s:3:\"raw\";s:1406:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Mon, 27 Mar 2023 22:07:32 GMT\r\nContent-Type: text/plain; charset=utf-8\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nVary: Accept-Encoding\r\nX-Frame-Options: SAMEORIGIN\r\nContent-Encoding: br\r\nX-nc: ord 5\r\n\r\n{\"plugins\":{\"wp-sheet-editor-premium\\/wp-sheet-editor.php\":{\"id\":\"w.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"slug\":\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"plugin\":\"wp-sheet-editor-premium\\/wp-sheet-editor.php\",\"new_version\":\"2.25.1\",\"url\":\"https:\\/\\/wordpress.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/\",\"package\":\"https:\\/\\/downloads.wordpress.org\\/plugin\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages.2.25.1.zip\",\"icons\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-256x256.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-128x128.png?rev=1543619\"},\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-1544x500.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-772x250.png?rev=1543627\"},\"banners_rtl\":[],\"requires\":\"3.6\",\"tested\":\"6.1.1\",\"requires_php\":false,\"compatibility\":[]}},\"translations\":[]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:7:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Mon, 27 Mar 2023 22:07:32 GMT\";}s:12:\"content-type\";a:1:{i:0;s:25:\"text/plain; charset=utf-8\";}s:4:\"vary\";a:1:{i:0;s:15:\"Accept-Encoding\";}s:15:\"x-frame-options\";a:1:{i:0;s:10:\"SAMEORIGIN\";}s:16:\"content-encoding\";a:1:{i:0;s:2:\"br\";}s:4:\"x-nc\";a:1:{i:0;s:5:\"ord 5\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.1000000000000001;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:51:\"https://api.wordpress.org/plugins/update-check/1.1/\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(20598,'_site_transient_timeout_theme_roots','1680041914','no'),(20599,'_site_transient_theme_roots','a:5:{s:10:\"accelerate\";s:7:\"/themes\";s:5:\"blogg\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(20600,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1680040115;s:7:\"checked\";a:5:{s:10:\"accelerate\";s:5:\"1.5.0\";s:5:\"blogg\";s:5:\"1.0.5\";s:12:\"twentytwenty\";s:3:\"2.0\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:3:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:2:{s:10:\"accelerate\";a:6:{s:5:\"theme\";s:10:\"accelerate\";s:11:\"new_version\";s:5:\"1.5.0\";s:3:\"url\";s:40:\"https://wordpress.org/themes/accelerate/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/accelerate.1.5.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:5:\"blogg\";a:6:{s:5:\"theme\";s:5:\"blogg\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:35:\"https://wordpress.org/themes/blogg/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/blogg.1.0.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(20601,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1680040116;s:8:\"response\";a:9:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.73\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.73.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2837281\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2837281\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"5.3\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:7:\"5.7.5.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.5.7.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";b:0;}s:29:\"mainwp-child/mainwp-child.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/mainwp-child\";s:4:\"slug\";s:12:\"mainwp-child\";s:6:\"plugin\";s:29:\"mainwp-child/mainwp-child.php\";s:11:\"new_version\";s:7:\"4.4.0.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/mainwp-child/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/mainwp-child.4.4.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/mainwp-child/assets/icon-256x256.png?rev=2734948\";s:2:\"1x\";s:65:\"https://ps.w.org/mainwp-child/assets/icon-128x128.png?rev=2734948\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/mainwp-child/assets/banner-1544x500.jpg?rev=2734948\";s:2:\"1x\";s:67:\"https://ps.w.org/mainwp-child/assets/banner-772x250.jpg?rev=2734948\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/mainwp-child/assets/banner-1544x500-rtl.jpg?rev=2712922\";s:2:\"1x\";s:71:\"https://ps.w.org/mainwp-child/assets/banner-772x250-rtl.jpg?rev=2712922\";}s:8:\"requires\";s:3:\"5.4\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.4\";}s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/scheduled-post-trigger\";s:4:\"slug\";s:22:\"scheduled-post-trigger\";s:6:\"plugin\";s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/scheduled-post-trigger/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/scheduled-post-trigger.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/scheduled-post-trigger/assets/icon-128x128.jpg?rev=1492075\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/scheduled-post-trigger/assets/banner-772x250.jpg?rev=1492080\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:47:\"simple-social-buttons/simple-social-buttons.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/simple-social-buttons\";s:4:\"slug\";s:21:\"simple-social-buttons\";s:6:\"plugin\";s:47:\"simple-social-buttons/simple-social-buttons.php\";s:11:\"new_version\";s:5:\"4.1.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/simple-social-buttons/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/simple-social-buttons.4.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/simple-social-buttons/assets/icon-256x256.png?rev=2439696\";s:2:\"1x\";s:74:\"https://ps.w.org/simple-social-buttons/assets/icon-128x128.png?rev=2439696\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/simple-social-buttons/assets/banner-1544x500.png?rev=2439696\";s:2:\"1x\";s:76:\"https://ps.w.org/simple-social-buttons/assets/banner-772x250.png?rev=2439696\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";b:0;s:14:\"upgrade_notice\";s:47:\"<ul>\n<li>Please upgrade immediately.</li>\n</ul>\";}s:23:\"spiderblocker/index.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/spiderblocker\";s:4:\"slug\";s:13:\"spiderblocker\";s:6:\"plugin\";s:23:\"spiderblocker/index.php\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/spiderblocker/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/spiderblocker.1.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/spiderblocker/assets/icon-256x256.jpg?rev=2476085\";s:2:\"1x\";s:66:\"https://ps.w.org/spiderblocker/assets/icon-128x128.jpg?rev=2476085\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/spiderblocker/assets/banner-1544x500.jpg?rev=2476085\";s:2:\"1x\";s:68:\"https://ps.w.org/spiderblocker/assets/banner-772x250.jpg?rev=2476085\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:54:\"w.org/plugins/auto-terms-of-service-and-privacy-policy\";s:4:\"slug\";s:40:\"auto-terms-of-service-and-privacy-policy\";s:6:\"plugin\";s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";s:11:\"new_version\";s:5:\"2.5.0\";s:3:\"url\";s:71:\"https://wordpress.org/plugins/auto-terms-of-service-and-privacy-policy/\";s:7:\"package\";s:89:\"https://downloads.wordpress.org/plugin/auto-terms-of-service-and-privacy-policy.2.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:85:\"https://ps.w.org/auto-terms-of-service-and-privacy-policy/assets/icon.svg?rev=2292425\";s:3:\"svg\";s:85:\"https://ps.w.org/auto-terms-of-service-and-privacy-policy/assets/icon.svg?rev=2292425\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:95:\"https://ps.w.org/auto-terms-of-service-and-privacy-policy/assets/banner-772x250.png?rev=2292425\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"20.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:6:\"5.6.20\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:35:\"404-to-homepage/404-to-homepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/404-to-homepage\";s:4:\"slug\";s:15:\"404-to-homepage\";s:6:\"plugin\";s:35:\"404-to-homepage/404-to-homepage.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/404-to-homepage/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/404-to-homepage.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/404-to-homepage/assets/icon-256x256.png?rev=2105401\";s:2:\"1x\";s:68:\"https://ps.w.org/404-to-homepage/assets/icon-128x128.png?rev=2105401\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/404-to-homepage/assets/banner-1544x500.jpg?rev=2105401\";s:2:\"1x\";s:70:\"https://ps.w.org/404-to-homepage/assets/banner-772x250.jpg?rev=2105401\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:49:\"w.org/plugins/recent-posts-widget-with-thumbnails\";s:4:\"slug\";s:35:\"recent-posts-widget-with-thumbnails\";s:6:\"plugin\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:11:\"new_version\";s:5:\"7.1.1\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/recent-posts-widget-with-thumbnails.7.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-256x256.png?rev=2478511\";s:2:\"1x\";s:88:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-128x128.png?rev=2478511\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/banner-1544x500.jpg?rev=2480188\";s:2:\"1x\";s:90:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/banner-772x250.jpg?rev=2480188\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:29:\"theme-editor/theme_editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/theme-editor\";s:4:\"slug\";s:12:\"theme-editor\";s:6:\"plugin\";s:29:\"theme-editor/theme_editor.php\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/theme-editor/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/theme-editor.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/theme-editor/assets/icon-128x128.png?rev=1644634\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/theme-editor/assets/banner-772x250.jpg?rev=1644636\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:6:\"plugin\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:11:\"new_version\";s:13:\"2.25.2-beta.1\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:7:\"checked\";a:18:{s:35:\"404-to-homepage/404-to-homepage.php\";s:3:\"1.0\";s:19:\"akismet/akismet.php\";s:5:\"4.2.4\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.61\";s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";s:4:\"4.18\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:7:\"5.5.6.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:37:\"wordpress-autoblogging/basic-auth.php\";s:3:\"0.1\";s:37:\"link-whisper-premium/link-whisper.php\";s:5:\"1.5.9\";s:29:\"mainwp-child/mainwp-child.php\";s:5:\"4.2.3\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:5:\"7.1.1\";s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";s:3:\"3.0\";s:47:\"simple-social-buttons/simple-social-buttons.php\";s:5:\"4.0.1\";s:23:\"spiderblocker/index.php\";s:5:\"1.3.1\";s:29:\"theme-editor/theme_editor.php\";s:3:\"2.7\";s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";s:5:\"2.4.9\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:13:\"2.25.2-beta.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"18.9\";}}','no'),(20670,'_transient_timeout_global_styles_blogg','1680077223','no'),(20671,'_transient_global_styles_blogg','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=334 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (2,3,'_wp_page_template','default'),(3,5,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(4,5,'_mail','a:8:{s:7:\"subject\";s:38:\"landjuweelfestival.nl \"[your-subject]\"\";s:6:\"sender\";s:50:\"landjuweelfestival.nl <[email protected]>\";s:4:\"body\";s:188:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on landjuweelfestival.nl (http://landjuweelfestival.nl)\";s:9:\"recipient\";s:26:\"[email protected]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(5,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:38:\"landjuweelfestival.nl \"[your-subject]\"\";s:6:\"sender\";s:50:\"landjuweelfestival.nl <[email protected]>\";s:4:\"body\";s:130:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on landjuweelfestival.nl (http://landjuweelfestival.nl)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:36:\"Reply-To: [email protected]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(6,5,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(7,5,'_additional_settings',NULL),(8,5,'_locale','en_US'),(9,6,'_edit_lock','1591081644:1'),(10,6,'_edit_last','1'),(11,6,'accelerate_page_layout','default_layout'),(12,9,'_edit_lock','1591081759:1'),(13,10,'_edit_lock','1591081597:1'),(14,11,'_edit_lock','1591081693:1'),(15,11,'_edit_last','1'),(16,11,'accelerate_page_layout','default_layout'),(17,13,'_edit_last','1'),(18,13,'_wp_page_template','default'),(19,13,'_edit_lock','1591081595:1'),(20,12,'_edit_last','1'),(21,12,'_wp_page_template','default'),(22,12,'_edit_lock','1591081675:1'),(23,9,'_edit_last','1'),(24,9,'accelerate_page_layout','default_layout'),(34,22,'_menu_item_type','post_type'),(35,22,'_menu_item_menu_item_parent','0'),(36,22,'_menu_item_object_id','11'),(37,22,'_menu_item_object','page'),(38,22,'_menu_item_target',''),(39,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(40,22,'_menu_item_xfn',''),(41,22,'_menu_item_url',''),(43,23,'_menu_item_type','post_type'),(44,23,'_menu_item_menu_item_parent','0'),(45,23,'_menu_item_object_id','6'),(46,23,'_menu_item_object','page'),(47,23,'_menu_item_target',''),(48,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(49,23,'_menu_item_xfn',''),(50,23,'_menu_item_url',''),(52,24,'_menu_item_type','post_type'),(53,24,'_menu_item_menu_item_parent','0'),(54,24,'_menu_item_object_id','9'),(55,24,'_menu_item_object','page'),(56,24,'_menu_item_target',''),(57,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(58,24,'_menu_item_xfn',''),(59,24,'_menu_item_url',''),(61,25,'_menu_item_type','post_type'),(62,25,'_menu_item_menu_item_parent','0'),(63,25,'_menu_item_object_id','10'),(64,25,'_menu_item_object','page'),(65,25,'_menu_item_target',''),(66,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(67,25,'_menu_item_xfn',''),(68,25,'_menu_item_url',''),(70,26,'_edit_lock','1591082071:1'),(71,27,'_edit_lock','1600617844:1'),(72,28,'_wp_attached_file','2020/06/141.jpg'),(73,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/06/141.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"141-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"141-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"141-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"141-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:15:\"141-720x300.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-small\";a:4:{s:4:\"file\";s:15:\"141-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured-service\";a:4:{s:4:\"file\";s:15:\"141-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-recent-work\";a:4:{s:4:\"file\";s:15:\"141-365x365.jpg\";s:5:\"width\";i:365;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(74,29,'_wp_attached_file','2020/06/4141.jpg'),(75,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2020/06/4141.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"4141-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"4141-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"4141-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"4141-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"4141-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:16:\"4141-720x300.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-small\";a:4:{s:4:\"file\";s:16:\"4141-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured-service\";a:4:{s:4:\"file\";s:16:\"4141-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-recent-work\";a:4:{s:4:\"file\";s:16:\"4141-365x365.jpg\";s:5:\"width\";i:365;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(76,30,'_wp_attached_file','2020/06/452.jpg'),(77,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:15:\"2020/06/452.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"452-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"452-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"452-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:15:\"452-720x300.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-small\";a:4:{s:4:\"file\";s:15:\"452-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured-service\";a:4:{s:4:\"file\";s:15:\"452-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-recent-work\";a:4:{s:4:\"file\";s:15:\"452-365x365.jpg\";s:5:\"width\";i:365;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(78,31,'_wp_attached_file','2020/06/147.gif'),(79,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2020/06/147.gif\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"147-150x300.gif\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"147-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:15:\"147-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"featured-blog-small\";a:4:{s:4:\"file\";s:15:\"147-230x230.gif\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"featured-service\";a:4:{s:4:\"file\";s:15:\"147-300x330.gif\";s:5:\"width\";i:300;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"featured-recent-work\";a:4:{s:4:\"file\";s:15:\"147-300x365.gif\";s:5:\"width\";i:300;s:6:\"height\";i:365;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,32,'_wp_attached_file','2020/06/124.png'),(81,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:970;s:6:\"height\";i:250;s:4:\"file\";s:15:\"2020/06/124.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"124-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"124-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"124-768x198.png\";s:5:\"width\";i:768;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:15:\"124-720x250.png\";s:5:\"width\";i:720;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"featured-blog-small\";a:4:{s:4:\"file\";s:15:\"124-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured-service\";a:4:{s:4:\"file\";s:15:\"124-600x250.png\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"featured-recent-work\";a:4:{s:4:\"file\";s:15:\"124-365x250.png\";s:5:\"width\";i:365;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,26,'_thumbnail_id','28'),(85,26,'_edit_last','1'),(86,26,'accelerate_page_layout','default_layout'),(87,26,'_ssb_hide','false'),(90,27,'_thumbnail_id','29'),(91,27,'_edit_last','1'),(92,27,'accelerate_page_layout','default_layout'),(93,27,'_ssb_hide','false'),(95,36,'_wp_attached_file','2020/06/logo.png'),(96,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:208;s:4:\"file\";s:16:\"2020/06/logo.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"blogg-recent-thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-110x95.png\";s:5:\"width\";i:110;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(97,37,'_wp_attached_file','2020/06/cropped-logo.png'),(98,37,'_wp_attachment_context','custom-logo'),(99,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:187;s:4:\"file\";s:24:\"2020/06/cropped-logo.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-logo-300x173.png\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"blogg-recent-thumbnail\";a:4:{s:4:\"file\";s:23:\"cropped-logo-110x95.png\";s:5:\"width\";i:110;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(102,38,'_wp_attached_file','2020/06/cropped-logo-1.png'),(103,38,'_wp_attachment_context','site-icon'),(104,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2020/06/cropped-logo-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"blogg-recent-thumbnail\";a:4:{s:4:\"file\";s:25:\"cropped-logo-1-110x95.png\";s:5:\"width\";i:110;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:24:\"cropped-logo-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132,59,'_menu_item_type','custom'),(133,59,'_menu_item_menu_item_parent','0'),(134,59,'_menu_item_object_id','59'),(135,59,'_menu_item_object','custom'),(136,59,'_menu_item_target',''),(137,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(138,59,'_menu_item_xfn',''),(139,59,'_menu_item_url','https://www.facebook.com/'),(140,60,'_menu_item_type','custom'),(141,60,'_menu_item_menu_item_parent','0'),(142,60,'_menu_item_object_id','60'),(143,60,'_menu_item_object','custom'),(144,60,'_menu_item_target',''),(145,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(146,60,'_menu_item_xfn',''),(147,60,'_menu_item_url','https://twitter.com/'),(148,61,'_menu_item_type','custom'),(149,61,'_menu_item_menu_item_parent','0'),(150,61,'_menu_item_object_id','61'),(151,61,'_menu_item_object','custom'),(152,61,'_menu_item_target',''),(153,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(154,61,'_menu_item_xfn',''),(155,61,'_menu_item_url','http://linkedin.com/'),(162,64,'_menu_item_type','custom'),(163,64,'_menu_item_menu_item_parent','0'),(164,64,'_menu_item_object_id','64'),(165,64,'_menu_item_object','custom'),(166,64,'_menu_item_target',''),(167,64,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(168,64,'_menu_item_xfn',''),(169,64,'_menu_item_url','#'),(170,64,'_menu_item_orphaned','1591091628'),(180,66,'_menu_item_type','custom'),(181,66,'_menu_item_menu_item_parent','0'),(182,66,'_menu_item_object_id','66'),(183,66,'_menu_item_object','custom'),(184,66,'_menu_item_target',''),(185,66,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(186,66,'_menu_item_xfn',''),(187,66,'_menu_item_url','http://landjuweelfestival.nl/'),(189,67,'_edit_last','1'),(190,67,'_edit_lock','1612576831:1'),(191,68,'_wp_attached_file','2020/08/22kqwekqwekqwkqwekqw.jpg'),(192,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:323;s:6:\"height\";i:156;s:4:\"file\";s:32:\"2020/08/22kqwekqwekqwkqwekqw.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"22kqwekqwekqwkqwekqw-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"22kqwekqwekqwkqwekqw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blogg-recent-thumbnail\";a:4:{s:4:\"file\";s:31:\"22kqwekqwekqwkqwekqw-110x95.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(193,67,'_thumbnail_id','68'),(194,67,'_ssb_hide','false'),(195,67,'_yoast_wpseo_content_score','30'),(196,67,'_yoast_wpseo_primary_category','8'),(197,70,'_edit_last','1'),(198,70,'_edit_lock','1596526421:1'),(199,71,'_wp_attached_file','2020/08/14kqweqkekqkeqkekqekq.jpg'),(200,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:33:\"2020/08/14kqweqkekqkeqkekqekq.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"14kqweqkekqkeqkekqekq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blogg-recent-thumbnail\";a:4:{s:4:\"file\";s:32:\"14kqweqkekqkeqkekqekq-110x95.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(201,70,'_oembed_e79a50fe7bbbadaeeff11f7d64bc9e97','<iframe title=\"Bitcoin kopen? Complete beginners handleiding\" width=\"983\" height=\"553\" src=\"https://www.youtube.com/embed/S3n3ShHMCa0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(202,70,'_oembed_time_e79a50fe7bbbadaeeff11f7d64bc9e97','1596526507'),(203,70,'_thumbnail_id','71'),(204,70,'_ssb_hide','false'),(205,70,'_yoast_wpseo_content_score','30'),(206,70,'_oembed_da3ae1075eff5b6504e271b558c5597c','<iframe title=\"Bitcoin kopen? Complete beginners handleiding\" width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/S3n3ShHMCa0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(207,70,'_oembed_time_da3ae1075eff5b6504e271b558c5597c','1596526528'),(208,70,'_yoast_wpseo_primary_category','9'),(209,70,'_oembed_4683e5716dd51c46870fca927d531749','<iframe title=\"Bitcoin kopen? Complete beginners handleiding\" width=\"967\" height=\"544\" src=\"https://www.youtube.com/embed/S3n3ShHMCa0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(210,70,'_oembed_time_4683e5716dd51c46870fca927d531749','1596526539'),(211,74,'_wp_attached_file','2020/08/5df4g5df45.jpg'),(212,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:22:\"2020/08/5df4g5df45.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"5df4g5df45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blogg-recent-thumbnail\";a:4:{s:4:\"file\";s:21:\"5df4g5df45-110x95.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(213,73,'_edit_last','1'),(214,73,'_edit_lock','1601522082:1'),(215,73,'_thumbnail_id','74'),(216,73,'_ssb_hide','false'),(217,73,'_yoast_wpseo_content_score','30'),(218,73,'_oembed_945f5bc3d8d1bb016c1929ea6d1ada2f','<iframe title=\"Free credit card information\" width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/HXwbi0260us?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(219,73,'_oembed_time_945f5bc3d8d1bb016c1929ea6d1ada2f','1597114023'),(220,73,'_yoast_wpseo_primary_category','10'),(221,73,'_oembed_81a3b0a8c4653b83e8f8b72154a6a145','<iframe title=\"Free credit card information\" width=\"829\" height=\"466\" src=\"https://www.youtube.com/embed/HXwbi0260us?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(222,73,'_oembed_time_81a3b0a8c4653b83e8f8b72154a6a145','1597114035'),(225,27,'_oembed_551177df25ef72a6e2ea6afd69267ce3','<iframe title=\"Bitcoin kopen? Complete beginners handleiding\" width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/S3n3ShHMCa0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(226,27,'_oembed_time_551177df25ef72a6e2ea6afd69267ce3','1597739229'),(227,70,'_oembed_551177df25ef72a6e2ea6afd69267ce3','<iframe title=\"Bitcoin kopen? Complete beginners handleiding\" width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/S3n3ShHMCa0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(228,70,'_oembed_time_551177df25ef72a6e2ea6afd69267ce3','1597739231'),(229,78,'_edit_last','1'),(230,78,'_edit_lock','1597818434:1'),(231,79,'_wp_attached_file','2020/08/7qwekqkekqekqekqkekqkeq.jpg'),(232,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:194;s:4:\"file\";s:35:\"2020/08/7qwekqkekqekqekqkekqkeq.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"7qwekqkekqekqekqkekqkeq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blogg-recent-thumbnail\";a:4:{s:4:\"file\";s:34:\"7qwekqkekqekqekqkekqkeq-110x95.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(233,78,'_thumbnail_id','79'),(234,78,'_ssb_hide','false'),(235,78,'_yoast_wpseo_content_score','30'),(236,78,'_yoast_wpseo_primary_category','11'),(239,70,'_oembed_a924dedf76c70e13b4cb22f1d44b3234','{{unknown}}'),(240,73,'_oembed_a924dedf76c70e13b4cb22f1d44b3234','{{unknown}}'),(241,81,'_edit_last','1'),(242,81,'_edit_lock','1597908355:1'),(243,82,'_wp_attached_file','2020/08/5kqwekqkekqekqkeqk.jpg'),(244,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:30:\"2020/08/5kqwekqkekqekqkeqk.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"5kqwekqkekqekqkeqk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blogg-recent-thumbnail\";a:4:{s:4:\"file\";s:29:\"5kqwekqkekqekqkeqk-110x95.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(245,81,'_thumbnail_id','82'),(246,81,'_ssb_hide','false'),(247,81,'_yoast_wpseo_content_score','30'),(248,81,'_yoast_wpseo_primary_category','12'),(255,73,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(256,73,'ssb_total_counts','0'),(257,73,'ssb_cache_timestamp','466079'),(258,27,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(259,27,'ssb_total_counts','0'),(260,27,'ssb_cache_timestamp','452203'),(261,26,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(262,26,'ssb_total_counts','0'),(263,26,'ssb_cache_timestamp','449930'),(264,81,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(265,81,'ssb_total_counts','0'),(266,81,'ssb_cache_timestamp','466400'),(267,67,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(268,67,'ssb_total_counts','0'),(269,67,'ssb_cache_timestamp','466392'),(270,70,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(271,70,'ssb_total_counts','0'),(272,70,'ssb_cache_timestamp','444454'),(273,78,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(274,78,'ssb_total_counts','0'),(275,78,'ssb_cache_timestamp','466392'),(276,27,'_yoast_wpseo_content_score','30'),(277,73,'_oembed_6be58ac262a002e431f2c6d2905db0fb','{{unknown}}'),(278,73,'_oembed_474a29dd124e95297938523434cfd110','<iframe title=\"Credit Card Secrets The Bank Doesn't Want You To Know\" width=\"983\" height=\"553\" src=\"https://www.youtube.com/embed/QvCVji-GWyo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(279,73,'_oembed_time_474a29dd124e95297938523434cfd110','1601522121'),(280,73,'_oembed_2f1bb791b5b3e0dc12339a066875ca74','<iframe title=\"Credit Card Secrets The Bank Doesn't Want You To Know\" width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/QvCVji-GWyo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(281,73,'_oembed_time_2f1bb791b5b3e0dc12339a066875ca74','1601522144'),(282,73,'_oembed_d4e580f71923408724778349cc7196e1','<iframe title=\"Credit Card Secrets The Bank Doesn't Want You To Know\" width=\"967\" height=\"544\" src=\"https://www.youtube.com/embed/QvCVji-GWyo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(283,73,'_oembed_time_d4e580f71923408724778349cc7196e1','1601522169'),(284,73,'_oembed_4fc983413b387907632a3193cf4946b5','<iframe title=\"Credit Card Secrets The Bank Doesn't Want You To Know\" width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/QvCVji-GWyo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(285,73,'_oembed_time_4fc983413b387907632a3193cf4946b5','1601527871'),(286,87,'_edit_last','1'),(287,87,'_edit_lock','1606358333:1'),(288,87,'_oembed_1962b109d218673bc4ae142b8b8c6e11','<iframe title=\"How to Get BEST DEAL on a Leased Car EVERY-TIME--- NO BS!!!!!!!!!\" width=\"845\" height=\"475\" src=\"https://www.youtube.com/embed/4-t-3njS9xQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(289,87,'_oembed_time_1962b109d218673bc4ae142b8b8c6e11','1606356791'),(290,89,'_wp_attached_file','2020/11/df5g4f5g4f.jpg'),(291,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:186;s:4:\"file\";s:22:\"2020/11/df5g4f5g4f.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"df5g4f5g4f-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blogg-recent-thumbnail\";a:4:{s:4:\"file\";s:21:\"df5g4f5g4f-110x95.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(292,87,'_thumbnail_id','89'),(293,87,'_ssb_hide','false'),(294,87,'_oembed_34655a2f20ec4e5b459cca7cfa20ef46','<iframe title=\"How to Get BEST DEAL on a Leased Car EVERY-TIME--- NO BS!!!!!!!!!\" width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/4-t-3njS9xQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(295,87,'_oembed_time_34655a2f20ec4e5b459cca7cfa20ef46','1606357617'),(296,87,'_oembed_f757665a41d876309a4a7534eab8e045','<iframe title=\"How to Get BEST DEAL on a Leased Car EVERY-TIME--- NO BS!!!!!!!!!\" width=\"829\" height=\"466\" src=\"https://www.youtube.com/embed/4-t-3njS9xQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(297,87,'_oembed_time_f757665a41d876309a4a7534eab8e045','1606357634'),(298,87,'_oembed_15ca001d8dfd097918c962fe40cf46a5','<iframe title=\"How to Get BEST DEAL on a Leased Car EVERY-TIME--- NO BS!!!!!!!!!\" width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/4-t-3njS9xQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(299,87,'_oembed_time_15ca001d8dfd097918c962fe40cf46a5','1606358468'),(302,81,'_oembed_15ca001d8dfd097918c962fe40cf46a5','<iframe title=\"How to Get BEST DEAL on a Leased Car EVERY-TIME--- NO BS!!!!!!!!!\" width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/4-t-3njS9xQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(303,81,'_oembed_time_15ca001d8dfd097918c962fe40cf46a5','1607393403'),(304,38,'_oembed_324ef20a7cd0160e727df32fd6db77cc','{{unknown}}'),(305,37,'_oembed_a2c44a22ea57514e17f4c43be55037f8','{{unknown}}'),(306,92,'_edit_last','1'),(307,92,'_edit_lock','1614002363:1'),(308,92,'_oembed_4b28fd01b95312be7131cca38338c893','<iframe title=\"Become a Cryptocurrency Millionaire With $1,000?\" width=\"845\" height=\"475\" src=\"https://www.youtube.com/embed/IKR8ni1lgm8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(309,92,'_oembed_time_4b28fd01b95312be7131cca38338c893','1614002392'),(310,93,'_wp_attached_file','2021/02/6sd5f6dsf.jpg'),(311,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:631;s:4:\"file\";s:21:\"2021/02/6sd5f6dsf.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"6sd5f6dsf-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"6sd5f6dsf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"6sd5f6dsf-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"blogg-recent-thumbnail\";a:4:{s:4:\"file\";s:20:\"6sd5f6dsf-110x95.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(312,92,'_thumbnail_id','93'),(313,92,'_ssb_hide','false'),(314,92,'_yoast_wpseo_content_score','30'),(315,92,'_oembed_87fb73520bff6afb69f92b1e3c4ad2bd','<iframe title=\"Become a Cryptocurrency Millionaire With $1,000?\" width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/IKR8ni1lgm8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(316,92,'_oembed_time_87fb73520bff6afb69f92b1e3c4ad2bd','1614002475'),(317,92,'_yoast_wpseo_primary_category','14'),(318,92,'_oembed_84808ed00969428a0e341cd02b38f0f1','<iframe title=\"Become a Cryptocurrency Millionaire With $1,000?\" width=\"829\" height=\"466\" src=\"https://www.youtube.com/embed/IKR8ni1lgm8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(319,92,'_oembed_time_84808ed00969428a0e341cd02b38f0f1','1614002489'),(322,87,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";N;}'),(323,87,'ssb_total_counts','0'),(324,87,'ssb_cache_timestamp','466392'),(327,87,'_oembed_709dcdbb7d48c812a21eb1610e238000','<iframe title=\"Become a Cryptocurrency Millionaire With $1,000?\" width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/IKR8ni1lgm8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(328,87,'_oembed_time_709dcdbb7d48c812a21eb1610e238000','1621010673'),(329,92,'_oembed_709dcdbb7d48c812a21eb1610e238000','<iframe title=\"Become a Cryptocurrency Millionaire With $1,000?\" width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/IKR8ni1lgm8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(330,92,'_oembed_time_709dcdbb7d48c812a21eb1610e238000','1621017060'),(331,92,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";N;}'),(332,92,'ssb_total_counts','0'),(333,92,'ssb_cache_timestamp','466075');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
`ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`pinged` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`post_parent` bigint unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`menu_order` int NOT NULL DEFAULT '0',
`post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_count` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (3,1,'2020-04-19 09:01:49','2020-04-19 09:01:49','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://landjuweelfestival.nl.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-04-19 09:01:49','2020-04-19 09:01:49','',0,'http://landjuweelfestival.nl/?page_id=3',0,'page','',0),(5,1,'2020-06-02 07:05:19','2020-06-02 07:05:19','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]\nlandjuweelfestival.nl \"[your-subject]\"\nlandjuweelfestival.nl <[email protected]>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on landjuweelfestival.nl (http://landjuweelfestival.nl)\[email protected]\nReply-To: [your-email]\n\n0\n0\n\nlandjuweelfestival.nl \"[your-subject]\"\nlandjuweelfestival.nl <[email protected]>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on landjuweelfestival.nl (http://landjuweelfestival.nl)\n[your-email]\nReply-To: [email protected]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2020-06-02 07:05:19','2020-06-02 07:05:19','',0,'http://landjuweelfestival.nl/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0),(6,1,'2020-06-02 07:07:16','2020-06-02 07:07:16','<!-- wp:paragraph -->\n<p>[contact-form-7 id=\"5\" title=\"Contact form 1\"]</p>\n<!-- /wp:paragraph -->','Contact Us','','publish','closed','closed','','contact-us','','','2020-06-02 07:07:19','2020-06-02 07:07:19','',0,'http://landjuweelfestival.nl/?page_id=6',0,'page','',0),(7,1,'2020-06-02 07:07:16','2020-06-02 07:07:16','<!-- wp:paragraph -->\n<p>[contact-form-7 id=\"5\" title=\"Contact form 1\"]</p>\n<!-- /wp:paragraph -->','Contact Us','','inherit','closed','closed','','6-revision-v1','','','2020-06-02 07:07:16','2020-06-02 07:07:16','',6,'http://landjuweelfestival.nl/6-revision-v1/',0,'revision','',0),(9,1,'2020-06-02 07:09:15','2020-06-02 07:09:15','<!-- wp:paragraph -->\n<p>Last updated: [wpautoterms last_updated_date]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We will not use or share your information with anyone except as described in this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Information Collection And Use</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Name</li><li>Email address</li><li>Address</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Log Data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cookies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Service Providers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Security</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Links To Other Sites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Children\'s Privacy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service does not address anyone under the age of 18 (\"Children\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Compliance With Laws</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We will disclose your Personal Information where required to do so by law or subpoena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Changes To This Privacy Policy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about this Privacy Policy, please contact us.</p>\n<!-- /wp:paragraph -->','Privacy Policy','','publish','closed','closed','','privacy-policy-2','','','2020-06-02 07:09:19','2020-06-02 07:09:19','',0,'http://landjuweelfestival.nl/?page_id=9',0,'page','',0),(10,1,'2020-06-02 07:08:59','2020-06-02 07:08:59','<!-- wp:paragraph -->\n<p>Last updated: [wpautoterms last_updated_date]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Intellectual Property</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Links To Other Web Sites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Termination</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Governing Law</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Changes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about these Terms, please contact us.</p>\n<!-- /wp:paragraph -->','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2020-06-02 07:08:59','2020-06-02 07:08:59','',0,'http://landjuweelfestival.nl/?page_id=10',0,'page','',0),(11,1,'2020-06-02 07:08:08','2020-06-02 07:08:08','','Blog','','publish','closed','closed','','blog','','','2020-06-02 07:08:13','2020-06-02 07:08:13','',0,'http://landjuweelfestival.nl/?page_id=11',0,'page','',0),(12,1,'2020-06-02 07:08:49','0000-00-00 00:00:00','\nLast updated: [wpautoterms last_updated_date]\n\n[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").\n\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\n\nWe will not use or share your information with anyone except as described in this Privacy Policy.\n\nWe use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]\n\n<h2>Information Collection And Use</h2>\n\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:\n\n<ul>\n<li>Name</li><li>Email address</li><li>Address</li></ul>\n\n<h2>Log Data</h2>\n\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\n\n\n<h2>Cookies</h2>\n\nCookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.\n\nWe use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.\n\n\n<h2>Service Providers</h2>\n\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.\n\nThese third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.\n\n<h2>Security</h2>\n\nThe security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.\n\n<h2>Links To Other Sites</h2>\n\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\n\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\n\n<h2>Children\'s Privacy</h2>\n\nOur Service does not address anyone under the age of 18 (\"Children\").\n\nWe do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.\n\n<h2>Compliance With Laws</h2>\n\nWe will disclose your Personal Information where required to do so by law or subpoena.\n\n<h2>Changes To This Privacy Policy</h2>\n\nWe may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.\n\nYou are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','draft','closed','closed','','privacy-policy','','','2020-06-02 07:08:49','2020-06-02 07:08:49','',0,'http://landjuweelfestival.nl/?post_type=wpautoterms_page&p=12',0,'wpautoterms_page','',0),(13,1,'2020-06-02 07:08:33','0000-00-00 00:00:00','\nLast updated: [wpautoterms last_updated_date]\n\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\n\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\n\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\n\n\n<h2>Intellectual Property</h2>\n\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\n\n<h2>Links To Other Web Sites</h2>\n\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\n\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\n\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\n\n<h2>Termination</h2>\n\nWe may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.\n\nAll provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.\n\n\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.\n\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\n\n<h2>Changes</h2>\n\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','draft','closed','closed','','terms-and-conditions','','','2020-06-02 07:08:33','2020-06-02 07:08:33','',0,'http://landjuweelfestival.nl/?post_type=wpautoterms_page&p=13',0,'wpautoterms_page','',0),(14,1,'2020-06-02 07:08:08','2020-06-02 07:08:08','','Blog','','inherit','closed','closed','','11-revision-v1','','','2020-06-02 07:08:08','2020-06-02 07:08:08','',11,'http://landjuweelfestival.nl/11-revision-v1/',0,'revision','',0),(15,1,'2020-06-02 07:08:33','2020-06-02 07:08:33','','placeholder','','inherit','closed','closed','','13-revision-v1','','','2020-06-02 07:08:33','2020-06-02 07:08:33','',13,'http://landjuweelfestival.nl/13-revision-v1/',0,'revision','',0),(16,1,'2020-06-02 07:08:33','2020-06-02 07:08:33','\nLast updated: [wpautoterms last_updated_date]\n\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\n\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\n\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\n\n\n<h2>Intellectual Property</h2>\n\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\n\n<h2>Links To Other Web Sites</h2>\n\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\n\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\n\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\n\n<h2>Termination</h2>\n\nWe may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.\n\nAll provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.\n\n\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.\n\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\n\n<h2>Changes</h2>\n\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','inherit','closed','closed','','13-revision-v1','','','2020-06-02 07:08:33','2020-06-02 07:08:33','',13,'http://landjuweelfestival.nl/13-revision-v1/',0,'revision','',0),(17,1,'2020-06-02 07:08:48','2020-06-02 07:08:48','','placeholder','','inherit','closed','closed','','12-revision-v1','','','2020-06-02 07:08:48','2020-06-02 07:08:48','',12,'http://landjuweelfestival.nl/12-revision-v1/',0,'revision','',0),(18,1,'2020-06-02 07:08:49','2020-06-02 07:08:49','\nLast updated: [wpautoterms last_updated_date]\n\n[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").\n\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\n\nWe will not use or share your information with anyone except as described in this Privacy Policy.\n\nWe use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]\n\n<h2>Information Collection And Use</h2>\n\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:\n\n<ul>\n<li>Name</li><li>Email address</li><li>Address</li></ul>\n\n<h2>Log Data</h2>\n\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\n\n\n<h2>Cookies</h2>\n\nCookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.\n\nWe use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.\n\n\n<h2>Service Providers</h2>\n\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.\n\nThese third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.\n\n<h2>Security</h2>\n\nThe security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.\n\n<h2>Links To Other Sites</h2>\n\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\n\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\n\n<h2>Children\'s Privacy</h2>\n\nOur Service does not address anyone under the age of 18 (\"Children\").\n\nWe do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.\n\n<h2>Compliance With Laws</h2>\n\nWe will disclose your Personal Information where required to do so by law or subpoena.\n\n<h2>Changes To This Privacy Policy</h2>\n\nWe may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.\n\nYou are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','inherit','closed','closed','','12-revision-v1','','','2020-06-02 07:08:49','2020-06-02 07:08:49','',12,'http://landjuweelfestival.nl/12-revision-v1/',0,'revision','',0),(19,1,'2020-06-02 07:08:59','2020-06-02 07:08:59','<!-- wp:paragraph -->\n<p>Last updated: [wpautoterms last_updated_date]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Intellectual Property</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Links To Other Web Sites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Termination</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Governing Law</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Changes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about these Terms, please contact us.</p>\n<!-- /wp:paragraph -->','Terms and Conditions','','inherit','closed','closed','','10-revision-v1','','','2020-06-02 07:08:59','2020-06-02 07:08:59','',10,'http://landjuweelfestival.nl/10-revision-v1/',0,'revision','',0),(20,1,'2020-06-02 07:09:15','2020-06-02 07:09:15','<!-- wp:paragraph -->\n<p>Last updated: [wpautoterms last_updated_date]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We will not use or share your information with anyone except as described in this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Information Collection And Use</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Name</li><li>Email address</li><li>Address</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Log Data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cookies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Service Providers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Security</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Links To Other Sites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Children\'s Privacy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service does not address anyone under the age of 18 (\"Children\").</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Compliance With Laws</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We will disclose your Personal Information where required to do so by law or subpoena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Changes To This Privacy Policy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about this Privacy Policy, please contact us.</p>\n<!-- /wp:paragraph -->','Privacy Policy','','inherit','closed','closed','','9-revision-v1','','','2020-06-02 07:09:15','2020-06-02 07:09:15','',9,'http://landjuweelfestival.nl/9-revision-v1/',0,'revision','',0),(22,1,'2020-06-02 07:10:06','2020-06-02 07:10:06',' ','','','publish','closed','closed','','22','','','2020-06-02 09:56:34','2020-06-02 09:56:34','',0,'http://landjuweelfestival.nl/?p=22',2,'nav_menu_item','',0),(23,1,'2020-06-02 07:10:06','2020-06-02 07:10:06',' ','','','publish','closed','closed','','23','','','2020-06-02 09:56:34','2020-06-02 09:56:34','',0,'http://landjuweelfestival.nl/?p=23',3,'nav_menu_item','',0),(24,1,'2020-06-02 07:10:06','2020-06-02 07:10:06',' ','','','publish','closed','closed','','24','','','2020-06-02 09:56:34','2020-06-02 09:56:34','',0,'http://landjuweelfestival.nl/?p=24',4,'nav_menu_item','',0),(25,1,'2020-06-02 07:10:07','2020-06-02 07:10:07',' ','','','publish','closed','closed','','25','','','2020-06-02 09:56:34','2020-06-02 09:56:34','',0,'http://landjuweelfestival.nl/?p=25',5,'nav_menu_item','',0),(26,1,'2020-06-02 07:14:26','2020-06-02 07:14:26','<!-- wp:paragraph -->\n<p>We have all done it, sticking our feet into shoes without loosening the bands. It goes this way: stick a foot into the shoe at that point squirm the impact point and press down on the back until it thuds in. Now and then you may need to put a finger in the back so as to push your foot farther internal extending the shoe so the impact point will fit in. This should likewise be possible with slip-ons that don\'t have bands. We jam our feet into shoes not feeling this is making the shoes be extended and distorted after some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the point when the shoes are pristine we never attempt to do this. The shoes are another expansion to the closet and they are treated with deference. Not very far later on we start the sticking procedure. It would be a delight to have something that could return the shoes to their unique shape and hold them that path after some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the point when shoes are being worn and the day advances feet sweat inside the bound region of the calfskin shoe. There isn\'t sufficient air flow inside a slip-on or trim up dress shoe. Socks may make feet increasingly agreeable in shoes, however there still is sweat in the sock, which as a rule leaks out into the inside calfskin of the shoe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cowhide is a perfect material for shoes. It is simple for craftsmans to form and make plans and models that coordinate the state of feet. It tends to be extended, colored, scoured, sewed, solidified and stuck. It additionally assimilates fluid. Feet will in the long run get wet if wearing cowhide dress shoes in the downpour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The best approach to live with these issues, keeping shoes agreeable and fit as a fiddle for quite a long time is to utilize shoe trees. Utilizing shoes trees will spare your shoes and keep them fitting and looking incredible after some time. This particularly remains constant if shoes have experienced any wet climate or unreasonable inside sweat. Utilizing shoe trees is simple and there are various sorts to look over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The best shoe trees are produced using cedar wood. Not exclusively does the cedar wood give the inside calfskin of the shoe a new smell after day by day wear, yet it accomplishes something considerably more significant. Cedar wood can control smell and ingest dampness. When putting shoe trees in shoes worn every day, the cedar wood removes the sweat from the cowhide and disperses it into the cedar wood. This keeps the shoe cowhide fit as a fiddle wear after wear. It will keep the calfskin delicate and prevent it from getting solid and breaking after some time. Utilizing shoe trees ordinary additionally keeps the best possible state of the shoe. During day by day wear shoes will in general loosen up. At the point when cowhide contracts after the warmth of your foot is gone, the shoe tree keeps the right toe box shape and impact point shape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Make certain to purchase and use shoe trees that are measured for shoes. There are a few organizations that make one size fits all shoe trees with a middle spring. The shoe tree is pressed into the shoe endless supply of the spring held set up. This puts additional weight on the cowhide and stretches the shoes. Utilizing shoe trees that are estimated, fit right in the shoe and keep the shoe shape without pressure or extending the cowhide. Utilizing shoe trees will keep your present shoes looking incredible for a long time. Clean despite everything required.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Philip Pravda is the Founder of. He has been structuring, composing and capturing menswear for over 27 years. He originates from a long queue of retailer\'s in men\'s design beginning back to 1908 in New York City where his extraordinary granddad initially opened a recycled attire store. He has worked with the most extravagant European men\'s dress brands on the planet: Ermenegildo Zegna, Canali, Brioni, Corneliani, Club Roman Fashion, Versace and Hugo Boss to give some examples. Presently he is taking his mastery online to be the open originator. Philip Pravda can be reached legitimately from his site, Twitter and Facebook for SuitCafe.</p>\n<!-- /wp:paragraph -->','Why Use Shoe Trees','','publish','closed','closed','','why-use-shoe-trees','','','2020-06-02 07:14:29','2020-06-02 07:14:29','',0,'http://landjuweelfestival.nl/?p=26',0,'post','',0),(27,1,'2020-06-02 07:16:13','2020-06-02 07:16:13','<!-- wp:paragraph -->\r\n<p>In some cases it very well may be a test to find what the best would be in some random circumstance. At the point when you are taking a gander at the best running shoes for ladies, a few things rings a bell which incorporates its dependability, the degree of solace you can get and obviously the value you need to pay for them. There are a wide range of <a href=\"https://zorgkrant.nl/management-en-beleid/7503-75-miljoen-voor-substitutie\">types</a> to look over which all offers an alternate sort of usefulness to improve the clients\' understanding.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>There are a lot of various models that get top decision grants or the various functionalities it offer. Here are the main ten hints which can assist you with picking the best running shoes for ladies.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li>Steadiness</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The steadiness of the running shoes is fundamentally significant since you would be moving around in these shoes so this ought to be a significant factor to consider. The steadiness of the shoe could never be risked. The best running shoes for ladies must accompany a solid and extensive strength so you would not probably wobble and fall on the grounds that the shoes gave way when you are running.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":2} -->\r\n<ul>\r\n<li>Padding</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Everybody needs to wear a couple of shoes that is <a href=\"https://www.parlementairemonitor.nl/9353000/1/j9vvij5epmj1ey0/vkoefgrypmzy\">agreeable</a>. The best running shoes for ladies must be particularly agreeable; which would scarcely purpose any type of agony on the feet. Shoes that are too close can cause injury and serious uneasiness as are shoes which are excessively free. You would need a cozy fit which embraces your feet serenely when you are running. Those with high curve ought to be cautious about picking the correct shoe with additional cushioning for comfort.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":3} -->\r\n<ul>\r\n<li>Movement Control</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Shoes which are magnificent for running ought to have extraordinary movement control. A decent shoe must give greatest help for the curve of the feet and at the front of the feet too. The shoes should empower you to move about and stop whenever fundamental without slipping.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":4} -->\r\n<ul>\r\n<li>Cost</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The valuing of the running shoes assumes a significant job in picking the correct running shoes. Running shoes for ladies come at different degrees of value level so you can generally choose the one that is best for you.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":5} -->\r\n<ul>\r\n<li>Toughness</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The toughness of the shoe is another significant factor in choosing the running shoe. Consider the strength of the shoe. A decent pair of running shoes ought to have the option to withstand the attacks and the intense condition it would be exposed to for example stumbling into open landscapes and planes with the shoes on. Normally, these kinds of shoes frequently destroy quicker than shoes utilized for different events.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":6} -->\r\n<ul>\r\n<li>Unwavering quality</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The unwavering quality of the shoe is significant too. The shoe ought to have the best possible footing and have the option to hold on a wide range of surfaces without slipping or giving way.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":7} -->\r\n<ul>\r\n<li>Maker</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>It is likewise imperative to pick a producer that has a solid reputation of delivering incredible quality shoes for running. Various producers offer various sorts of running shoes that has its own positive characteristics and negative focuses, and you would need to choose those that would upgrade your own qualities and increases your shortcomings.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"ordered\":true,\"start\":8} -->\r\n<ol start=\"8\">\r\n<li>Guarantee</li>\r\n</ol>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Check the guarantee time frame when you bought. A decent pair of running shoe would have its own guarantee period which secures it against a wide range of assembling deformity If the shoes are found to experience the ill effects of assembling defaults during this period, you can return it and get another pair of shoes or a full discount of your price tag.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"ordered\":true,\"start\":9} -->\r\n<ol start=\"9\">\r\n<li>Audits</li>\r\n</ol>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Understand audits so you realize which shoes are best for your particular condition and which are the ones that should be maintained a strategic distance from. The experience of others can guide you in picking the correct shoe for your necessities. There are numerous online stores and locales cap offer client surveys and feelings you can peruse, s and offer your own criticism too. Make it a point to completely utilize these locales as much as possible.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"ordered\":true,\"start\":10} -->\r\n<ol start=\"10\">\r\n<li>Correlation Shopping</li>\r\n</ol>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Prior to choosing the best running shoes and choosing the best one as your own running shoes, do some examination shopping to check for the pieces and arrangements advertised. This should be possible effectively on the off chance that you plan on getting one on the web. There are likewise some acceptable fakes being sold out there as the authentic stuff. Be careful about such occurrence so you can abstain from getting misled particularly in the online world.</p>\r\n<!-- /wp:paragraph -->','10 Tips to Help You Choose the Best Running Shoes for Women','','publish','closed','closed','','10-tips-to-help-you-choose-the-best-running-shoes-for-women','','','2020-09-20 16:06:00','2020-09-20 16:06:00','',0,'http://landjuweelfestival.nl/?p=27',0,'post','',0),(28,1,'2020-06-02 07:13:39','2020-06-02 07:13:39','','141','','inherit','closed','closed','','141','','','2020-06-02 07:13:39','2020-06-02 07:13:39','',26,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/141.jpg',0,'attachment','image/jpeg',0),(29,1,'2020-06-02 07:13:49','2020-06-02 07:13:49','','4141','','inherit','closed','closed','','4141','','','2020-06-02 07:13:49','2020-06-02 07:13:49','',26,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/4141.jpg',0,'attachment','image/jpeg',0),(30,1,'2020-06-02 07:13:58','2020-06-02 07:13:58','','452','','inherit','closed','closed','','452','','','2020-06-02 07:13:58','2020-06-02 07:13:58','',26,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/452.jpg',0,'attachment','image/jpeg',0),(31,1,'2020-06-02 07:14:05','2020-06-02 07:14:05','','147','','inherit','closed','closed','','147','','','2020-06-02 07:14:05','2020-06-02 07:14:05','',26,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/147.gif',0,'attachment','image/gif',0),(32,1,'2020-06-02 07:14:11','2020-06-02 07:14:11','','124','','inherit','closed','closed','','124','','','2020-06-02 07:14:11','2020-06-02 07:14:11','',26,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/124.png',0,'attachment','image/png',0),(33,1,'2020-06-02 07:14:26','2020-06-02 07:14:26','<!-- wp:paragraph -->\n<p>We have all done it, sticking our feet into shoes without loosening the bands. It goes this way: stick a foot into the shoe at that point squirm the impact point and press down on the back until it thuds in. Now and then you may need to put a finger in the back so as to push your foot farther internal extending the shoe so the impact point will fit in. This should likewise be possible with slip-ons that don\'t have bands. We jam our feet into shoes not feeling this is making the shoes be extended and distorted after some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the point when the shoes are pristine we never attempt to do this. The shoes are another expansion to the closet and they are treated with deference. Not very far later on we start the sticking procedure. It would be a delight to have something that could return the shoes to their unique shape and hold them that path after some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the point when shoes are being worn and the day advances feet sweat inside the bound region of the calfskin shoe. There isn\'t sufficient air flow inside a slip-on or trim up dress shoe. Socks may make feet increasingly agreeable in shoes, however there still is sweat in the sock, which as a rule leaks out into the inside calfskin of the shoe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cowhide is a perfect material for shoes. It is simple for craftsmans to form and make plans and models that coordinate the state of feet. It tends to be extended, colored, scoured, sewed, solidified and stuck. It additionally assimilates fluid. Feet will in the long run get wet if wearing cowhide dress shoes in the downpour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The best approach to live with these issues, keeping shoes agreeable and fit as a fiddle for quite a long time is to utilize shoe trees. Utilizing shoes trees will spare your shoes and keep them fitting and looking incredible after some time. This particularly remains constant if shoes have experienced any wet climate or unreasonable inside sweat. Utilizing shoe trees is simple and there are various sorts to look over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The best shoe trees are produced using cedar wood. Not exclusively does the cedar wood give the inside calfskin of the shoe a new smell after day by day wear, yet it accomplishes something considerably more significant. Cedar wood can control smell and ingest dampness. When putting shoe trees in shoes worn every day, the cedar wood removes the sweat from the cowhide and disperses it into the cedar wood. This keeps the shoe cowhide fit as a fiddle wear after wear. It will keep the calfskin delicate and prevent it from getting solid and breaking after some time. Utilizing shoe trees ordinary additionally keeps the best possible state of the shoe. During day by day wear shoes will in general loosen up. At the point when cowhide contracts after the warmth of your foot is gone, the shoe tree keeps the right toe box shape and impact point shape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Make certain to purchase and use shoe trees that are measured for shoes. There are a few organizations that make one size fits all shoe trees with a middle spring. The shoe tree is pressed into the shoe endless supply of the spring held set up. This puts additional weight on the cowhide and stretches the shoes. Utilizing shoe trees that are estimated, fit right in the shoe and keep the shoe shape without pressure or extending the cowhide. Utilizing shoe trees will keep your present shoes looking incredible for a long time. Clean despite everything required.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Philip Pravda is the Founder of. He has been structuring, composing and capturing menswear for over 27 years. He originates from a long queue of retailer\'s in men\'s design beginning back to 1908 in New York City where his extraordinary granddad initially opened a recycled attire store. He has worked with the most extravagant European men\'s dress brands on the planet: Ermenegildo Zegna, Canali, Brioni, Corneliani, Club Roman Fashion, Versace and Hugo Boss to give some examples. Presently he is taking his mastery online to be the open originator. Philip Pravda can be reached legitimately from his site, Twitter and Facebook for SuitCafe.</p>\n<!-- /wp:paragraph -->','Why Use Shoe Trees','','inherit','closed','closed','','26-revision-v1','','','2020-06-02 07:14:26','2020-06-02 07:14:26','',26,'http://landjuweelfestival.nl/26-revision-v1/',0,'revision','',0),(34,1,'2020-06-02 07:16:13','2020-06-02 07:16:13','<!-- wp:paragraph -->\n<p>In some cases it very well may be a test to find what the best would be in some random circumstance. At the point when you are taking a gander at the best running shoes for ladies, a few things rings a bell which incorporates its dependability, the degree of solace you can get and obviously the value you need to pay for them. There are a wide range of types to look over which all offers an alternate sort of usefulness to improve the clients\' understanding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are a lot of various models that get top decision grants or the various functionalities it offer. Here are the main ten hints which can assist you with picking the best running shoes for ladies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Steadiness</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>The steadiness of the running shoes is fundamentally significant since you would be moving around in these shoes so this ought to be a significant factor to consider. The steadiness of the shoe could never be risked. The best running shoes for ladies must accompany a solid and extensive strength so you would not probably wobble and fall on the grounds that the shoes gave way when you are running.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"start\":2} -->\n<ul start=\"2\"><li>Padding</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Everybody needs to wear a couple of shoes that is agreeable. The best running shoes for ladies must be particularly agreeable; which would scarcely purpose any type of agony on the feet. Shoes that are too close can cause injury and serious uneasiness as are shoes which are excessively free. You would need a cozy fit which embraces your feet serenely when you are running. Those with high curve ought to be cautious about picking the correct shoe with additional cushioning for comfort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"start\":3} -->\n<ul start=\"3\"><li>Movement Control</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Shoes which are magnificent for running ought to have extraordinary movement control. A decent shoe must give greatest help for the curve of the feet and at the front of the feet too. The shoes should empower you to move about and stop whenever fundamental without slipping.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"start\":4} -->\n<ul start=\"4\"><li>Cost</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>The valuing of the running shoes assumes a significant job in picking the correct running shoes. Running shoes for ladies come at different degrees of value level so you can generally choose the one that is best for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"start\":5} -->\n<ul start=\"5\"><li>Toughness</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>The toughness of the shoe is another significant factor in choosing the running shoe. Consider the strength of the shoe. A decent pair of running shoes ought to have the option to withstand the attacks and the intense condition it would be exposed to for example stumbling into open landscapes and planes with the shoes on. Normally, these kinds of shoes frequently destroy quicker than shoes utilized for different events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"start\":6} -->\n<ul start=\"6\"><li>Unwavering quality</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>The unwavering quality of the shoe is significant too. The shoe ought to have the best possible footing and have the option to hold on a wide range of surfaces without slipping or giving way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"start\":7} -->\n<ul start=\"7\"><li>Maker</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is likewise imperative to pick a producer that has a solid reputation of delivering incredible quality shoes for running. Various producers offer various sorts of running shoes that has its own positive characteristics and negative focuses, and you would need to choose those that would upgrade your own qualities and increases your shortcomings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"start\":8} -->\n<ol start=\"8\"><li>Guarantee</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Check the guarantee time frame when you bought. A decent pair of running shoe would have its own guarantee period which secures it against a wide range of assembling deformity If the shoes are found to experience the ill effects of assembling defaults during this period, you can return it and get another pair of shoes or a full discount of your price tag.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"start\":9} -->\n<ol start=\"9\"><li>Audits</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Understand audits so you realize which shoes are best for your particular condition and which are the ones that should be maintained a strategic distance from. The experience of others can guide you in picking the correct shoe for your necessities. There are numerous online stores and locales cap offer client surveys and feelings you can peruse, s and offer your own criticism too. Make it a point to completely utilize these locales as much as possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"start\":10} -->\n<ol start=\"10\"><li>Correlation Shopping</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Prior to choosing the best running shoes and choosing the best one as your own running shoes, do some examination shopping to check for the pieces and arrangements advertised. This should be possible effectively on the off chance that you plan on getting one on the web. There are likewise some acceptable fakes being sold out there as the authentic stuff. Be careful about such occurrence so you can abstain from getting misled particularly in the online world.</p>\n<!-- /wp:paragraph -->','10 Tips to Help You Choose the Best Running Shoes for Women','','inherit','closed','closed','','27-revision-v1','','','2020-06-02 07:16:13','2020-06-02 07:16:13','',27,'http://landjuweelfestival.nl/27-revision-v1/',0,'revision','',0),(36,1,'2020-06-02 07:24:11','2020-06-02 07:24:11','','logo','','inherit','closed','closed','','logo','','','2020-06-02 07:24:11','2020-06-02 07:24:11','',0,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/logo.png',0,'attachment','image/png',0),(37,1,'2020-06-02 07:24:38','2020-06-02 07:24:38','http://landjuweelfestival.nl/wp-content/uploads/2020/06/cropped-logo.png','cropped-logo.png','','inherit','closed','closed','','cropped-logo-png','','','2020-06-02 07:24:38','2020-06-02 07:24:38','',0,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/cropped-logo.png',0,'attachment','image/png',0),(38,1,'2020-06-02 07:28:36','2020-06-02 07:28:36','http://landjuweelfestival.nl/wp-content/uploads/2020/06/cropped-logo-1.png','cropped-logo-1.png','','inherit','closed','closed','','cropped-logo-1-png','','','2020-06-02 07:28:36','2020-06-02 07:28:36','',0,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/cropped-logo-1.png',0,'attachment','image/png',0),(41,1,'2020-06-02 07:35:15','2020-06-02 07:35:15','.more-link{\n display: none;\n}\n\n.entry-content{\n text-align: justify;\n color: #000;\n font-size: 18px;\n}\n\n.entry-meta.post-details{\n display: none;\n}\n\n#footer-credit{\n display: none;\n}\n\n.custom-logo{\n width: 120px;\n}\n\n#footer-sidebar{\n display: flex;\n width: 100%;\n max-width: 100%;\n}\n#footer-sidebar>div{\n width: 33.3333%;\n padding: 0 15px;\n}\n\n#footer-sidebar #mep_0{\n width: 100% !important;\n height: 200px !important;\n}\n\n\n#video-27-1_youtube_iframe{\n width: 100%;\n height: 100%;\n}','blogg','','publish','closed','closed','','blogg','','','2020-06-02 09:45:51','2020-06-02 09:45:51','',0,'http://landjuweelfestival.nl/blogg/',0,'custom_css','',0),(46,1,'2020-06-02 07:37:21','2020-06-02 07:37:21','.more-link{\n display: none;\n}\n\n.entry-content{\n text-align: justify;\n color: #000;\n font-size: 18px;\n}\n\n.entry-meta.post-details{\n display: none;\n}\n\n#footer-credit{\n display: none;\n}','blogg','','inherit','closed','closed','','41-revision-v1','','','2020-06-02 07:37:21','2020-06-02 07:37:21','',41,'http://landjuweelfestival.nl/41-revision-v1/',0,'revision','',0),(48,1,'2020-06-02 07:42:11','2020-06-02 07:42:11','.more-link{\n display: none;\n}\n\n.entry-content{\n text-align: justify;\n color: #000;\n font-size: 18px;\n}\n\n.entry-meta.post-details{\n display: none;\n}\n\n#footer-credit{\n display: none;\n}\n\n.custom-logo{\n width: 120px;\n}','blogg','','inherit','closed','closed','','41-revision-v1','','','2020-06-02 07:42:11','2020-06-02 07:42:11','',41,'http://landjuweelfestival.nl/41-revision-v1/',0,'revision','',0),(53,1,'2020-06-02 09:31:35','2020-06-02 09:31:35','.more-link{\n display: none;\n}\n\n.entry-content{\n text-align: justify;\n color: #000;\n font-size: 18px;\n}\n\n.entry-meta.post-details{\n display: none;\n}\n\n#footer-credit{\n display: none;\n}\n\n.custom-logo{\n width: 120px;\n}\n\n#footer-sidebar{\n display: flex;\n}','blogg','','inherit','closed','closed','','41-revision-v1','','','2020-06-02 09:31:35','2020-06-02 09:31:35','',41,'http://landjuweelfestival.nl/41-revision-v1/',0,'revision','',0),(55,1,'2020-06-02 09:44:46','2020-06-02 09:44:46','.more-link{\n display: none;\n}\n\n.entry-content{\n text-align: justify;\n color: #000;\n font-size: 18px;\n}\n\n.entry-meta.post-details{\n display: none;\n}\n\n#footer-credit{\n display: none;\n}\n\n.custom-logo{\n width: 120px;\n}\n\n#footer-sidebar{\n display: flex;\n}\n#footer-sidebar>div{\n width: 33.3333%;\n}\n\n#footer-sidebar #mep_0{\n width: 100% !important;\n height: 161.374px !important;\n}\n\n\n#video-27-1_youtube_iframe{\n width: 100%;\n height: 100%;\n}','blogg','','inherit','closed','closed','','41-revision-v1','','','2020-06-02 09:44:46','2020-06-02 09:44:46','',41,'http://landjuweelfestival.nl/41-revision-v1/',0,'revision','',0),(57,1,'2020-06-02 09:45:51','2020-06-02 09:45:51','.more-link{\n display: none;\n}\n\n.entry-content{\n text-align: justify;\n color: #000;\n font-size: 18px;\n}\n\n.entry-meta.post-details{\n display: none;\n}\n\n#footer-credit{\n display: none;\n}\n\n.custom-logo{\n width: 120px;\n}\n\n#footer-sidebar{\n display: flex;\n width: 100%;\n max-width: 100%;\n}\n#footer-sidebar>div{\n width: 33.3333%;\n padding: 0 15px;\n}\n\n#footer-sidebar #mep_0{\n width: 100% !important;\n height: 200px !important;\n}\n\n\n#video-27-1_youtube_iframe{\n width: 100%;\n height: 100%;\n}','blogg','','inherit','closed','closed','','41-revision-v1','','','2020-06-02 09:45:51','2020-06-02 09:45:51','',41,'http://landjuweelfestival.nl/41-revision-v1/',0,'revision','',0),(59,1,'2020-06-02 09:48:47','2020-06-02 09:48:47','','Facebook','','publish','closed','closed','','facebook','','','2020-06-02 09:51:59','2020-06-02 09:51:59','',0,'http://landjuweelfestival.nl/facebook/',1,'nav_menu_item','',0),(60,1,'2020-06-02 09:48:47','2020-06-02 09:48:47','','Twitter','','publish','closed','closed','','twitter','','','2020-06-02 09:51:59','2020-06-02 09:51:59','',0,'http://landjuweelfestival.nl/twitter/',2,'nav_menu_item','',0),(61,1,'2020-06-02 09:48:47','2020-06-02 09:48:47','','Linkedin','','publish','closed','closed','','linkedin','','','2020-06-02 09:51:59','2020-06-02 09:51:59','',0,'http://landjuweelfestival.nl/linkedin/',3,'nav_menu_item','',0),(64,1,'2020-06-02 09:53:48','0000-00-00 00:00:00','','Facebook','','draft','closed','closed','','','','','2020-06-02 09:53:48','0000-00-00 00:00:00','',0,'http://landjuweelfestival.nl/?p=64',1,'nav_menu_item','',0),(66,1,'2020-06-02 09:56:33','2020-06-02 09:56:33','','Home','','publish','closed','closed','','home','','','2020-06-02 09:56:33','2020-06-02 09:56:33','',0,'http://landjuweelfestival.nl/?p=66',1,'nav_menu_item','',0),(67,1,'2020-08-25 02:46:56','2020-08-25 02:46:56','Welke grote fouten kan ik make als retailer als ik een webshop open?\r\n\r\nUw digitale aanwezigheid te ingewikkeld maken. Richt u onophoudelijk op het succesvol maken van één digitaal product terwijl u diversifieert hoe u verkeer, betrokkenheid en uiteindelijk conversie kunt stimuleren. Het is van cruciaal belang om voortdurend te testen, lanceren en herhalen. Niet nadenken over de strategie voor hoe u verkeer naar de site leidt. Hoewel u niet per se meer dan één digitaal product nodig heeft, heeft u wel meerdere manieren nodig om verkeer te genereren. Begin bij uw trouwe klanten, maar bouw vanaf daar verder op. Dit kan SEO, e-mailbereik, sociale en andere inspanningen op het gebied van klantrelatiebeheer omvatten. de beste waterkoker vind je bij ons.\r\n<h2>Online de beste producten vergelijken</h2>\r\nVan wie of waar kan ik als niet-expert tips krijgen als het gaat om e-commerce of social media marketing? Zonder een groot budget uit te geven?\r\n\r\nHet vastleggen van de juiste go-to-market-strategie is van cruciaal belang, maar die grote logge budgetten komen vaak voort uit oefeningen in langetermijnstrategie zonder de onmiddellijke behoeften in evenwicht te brengen om daadwerkelijk iets uit te voeren om iets op de markt te brengen. Klein beginnen en voortdurend toevoegen aan uw digitale roadmap is een goede aanpak. Bestudeer de challenger-merken die het model hebben omgedraaid (begonnen met digitaal en niet met stenen, om te zien wat ze doen. Bijvoorbeeld: Third Love, Daily Harvest, True & Co, Mott & Bow, Warp + Weft). Deze merken hebben de beste tactieken voor commercie al getest en geleerd, dus onderzoek ze en leer ervan. beste producten online is goedkoop.\r\n\r\nHoewel de eerste stappen naar ontspanning in de detailhandel een eerste teken van opluchting zijn voor degenen die de deuren mogen openen, ondervinden detailhandelaren die een oppervlakte van meer dan 800 vierkante meter bedienen tegelijkertijd een enorm economisch nadeel. Ook is het nog onduidelijk of winkelcentra in Duitsland vanaf maandag mogen openen of niet.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/Qoy2fduzOf4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Online webshop tips','','publish','closed','closed','','online-webshop-tips','','','2021-02-06 02:01:37','2021-02-06 02:01:37','',0,'http://landjuweelfestival.nl/?p=67',0,'post','',0),(68,1,'2020-08-03 02:48:31','2020-08-03 02:48:31','','22kqwekqwekqwkqwekqw','','inherit','closed','closed','','22kqwekqwekqwkqwekqw','','','2020-08-03 02:48:31','2020-08-03 02:48:31','',67,'http://landjuweelfestival.nl/wp-content/uploads/2020/08/22kqwekqwekqwkqwekqw.jpg',0,'attachment','image/jpeg',0),(69,1,'2020-08-03 02:49:14','2020-08-03 02:49:14','Welke grote fouten kan ik make als retailer als ik een webshop open?\r\n\r\nUw digitale aanwezigheid te ingewikkeld maken. Richt u onophoudelijk op het succesvol maken van één digitaal product terwijl u diversifieert hoe u verkeer, betrokkenheid en uiteindelijk conversie kunt stimuleren. Het is van cruciaal belang om voortdurend te testen, lanceren en herhalen. Niet nadenken over de strategie voor hoe u verkeer naar de site leidt. Hoewel u niet per se meer dan één digitaal product nodig heeft, heeft u wel meerdere manieren nodig om verkeer te genereren. Begin bij uw trouwe klanten, maar bouw vanaf daar verder op. Dit kan SEO, e-mailbereik, sociale en andere inspanningen op het gebied van klantrelatiebeheer omvatten. <a href=\"https://www.10beste.com/beste-waterkoker/\" target=\"_blank\" rel=\"noopener noreferrer\">de beste waterkoker</a> vind je bij ons.\r\n<h2>Online de beste producten vergelijken</h2>\r\nVan wie of waar kan ik als niet-expert tips krijgen als het gaat om e-commerce of social media marketing? Zonder een groot budget uit te geven?\r\n\r\nHet vastleggen van de juiste go-to-market-strategie is van cruciaal belang, maar die grote logge budgetten komen vaak voort uit oefeningen in langetermijnstrategie zonder de onmiddellijke behoeften in evenwicht te brengen om daadwerkelijk iets uit te voeren om iets op de markt te brengen. Klein beginnen en voortdurend toevoegen aan uw digitale roadmap is een goede aanpak. Bestudeer de challenger-merken die het model hebben omgedraaid (begonnen met digitaal en niet met stenen, om te zien wat ze doen. Bijvoorbeeld: Third Love, Daily Harvest, True & Co, Mott & Bow, Warp + Weft). Deze merken hebben de beste tactieken voor commercie al getest en geleerd, dus onderzoek ze en leer ervan. <a href=\"https://www.10beste.com/\" target=\"_blank\" rel=\"noopener noreferrer\">beste producten online</a> is goedkoop.\r\n\r\nHoewel de eerste stappen naar ontspanning in de detailhandel een eerste teken van opluchting zijn voor degenen die de deuren mogen openen, ondervinden detailhandelaren die een oppervlakte van meer dan 800 vierkante meter bedienen tegelijkertijd een enorm economisch nadeel. Ook is het nog onduidelijk of winkelcentra in Duitsland vanaf maandag mogen openen of niet.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/Qoy2fduzOf4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Online webshop tips','','inherit','closed','closed','','67-revision-v1','','','2020-08-03 02:49:14','2020-08-03 02:49:14','',67,'http://landjuweelfestival.nl/67-revision-v1/',0,'revision','',0),(70,1,'2020-08-18 07:33:44','2020-08-18 07:33:44','Vergeet goud en Bitcoin. Ik zou in deze opleving van de markt goedkope aandelen kopen om vervroegd met pensioen te gaan\r\n\r\nHet kopen van goedkope aandelen na de recente marktcrash lijkt misschien een riskante zet. De aandelenmarkt kan immers op korte termijn lager worden als er een tweede golf van coronavirus is of als de impact op de groei van de wereldeconomie groter is dan verwacht.\r\n\r\nDe kansen op een herstel van de markt en herstel op lange termijn lijken echter groot. Als zodanig zou dit nu het juiste moment kunnen zijn om andere activa, zoals goud en Bitcoin, te vermijden. In plaats daarvan zou het kopen van goedkope aandelen terwijl ze grote veiligheidsmarges bieden, uw kansen op vervroegde pensionering vergroten.\r\n<h2>Diverse mogelijkheden voor crypto kopen</h2>\r\nNu de aandelenmarkt de afgelopen maanden een enorm uitdagende periode heeft doorgemaakt, is het niet verwonderlijk dat beleggers overwegen om andere activa, zoals Bitcoin en goud, te kopen in plaats van goedkope aandelen. Hun prijzen presteerden de afgelopen maanden beter dan de bredere aandelenmarkt. En deze trend kan zich op korte termijn voortzetten.\r\n\r\nGoud heeft bijvoorbeeld van oudsher een defensieve aantrekkingskracht gehad, omdat het door veel beleggers wordt beschouwd als een opslagplaats van rijkdom. Het prijsniveau ligt momenteel echter dicht bij een historisch record. Daarom is er mogelijk minder ruimte voor kapitaalgroei dan in het verleden. En met het beleggerssentiment ten aanzien van risicovollere activa zoals goedkope aandelen die de komende jaren waarschijnlijk zullen verbeteren, zal goud op de lange termijn mogelijk zijn recente momentum niet vasthouden.\r\n\r\nBitcoin is ondertussen sterker gestegen na de val in het begin van 2020. Beleggers lijken aangetrokken te worden door zijn diversificatiepotentieel. Aangezien de prijs van Bitcoin uitsluitend wordt bepaald door het beleggerssentiment, zou het echter een zeer volatiel vooruitzicht kunnen bieden. <a href=\"https://www.bitcoinexchangenederland.nl/cryptocurrency/\" target=\"_blank\" rel=\"noopener noreferrer\">Crypto kopen</a> is makkelijk op elk manier.\r\n\r\nHet kan ook onderhevig zijn aan regelgevingsrisico\'s, terwijl andere virtuele valuta steeds populairder kunnen worden en de vraag naar Bitcoin verminderen. Als zodanig biedt het een hoog risico vooruitzicht in vergelijking met goedkope aandelen. En dat maakt het misschien ongeschikt voor beleggers die op zoek zijn naar een nestnest voor pensionering.\r\n\r\nhttps://www.youtube.com/watch?v=S3n3ShHMCa0&feature=emb_logo\r\n<h2>Goedkope aandelen kopen</h2>\r\nHet kopen van goedkope aandelen vandaag en deze voor de lange termijn behouden, kan daarentegen een goede strategie zijn voor iedereen die vroeg met pensioen wil gaan.\r\n\r\nHet trackrecord van de aandelenmarkt laat zien dat het in staat is geweest om met succes te herstellen van al haar crises uit het verleden en dat het daarmee nieuwe recordhoogtes heeft behaald.\r\n\r\nHoewel het vooruitzicht dat dit zal plaatsvinden op dit moment onwaarschijnlijk lijkt, terwijl de nieuwsstroom negatief is, zullen beleggers met een lange tijdshorizon waarschijnlijk voldoende ruimte hebben voor de aandelenmarkt om na de recente crash een succesvolle ommekeer te bewerkstelligen. <a href=\"https://www.bitcoinexchangenederland.nl/bitcoin-kopen/\" target=\"_blank\" rel=\"noopener noreferrer\">Btc kopen</a> kan op elk manier.\r\n\r\nDaarom kan het kopen van een breed scala aan hoogwaardige bedrijven terwijl ze tegen lage prijzen handelen, uw pensioenvooruitzichten verbeteren. Naast goedkope aandelen biedt de aandelenmarkt diversificatiepotentieel en aantrekkelijk inkomen. Dat zou de risico / opbrengstverhouding van uw portefeuille verder kunnen verbeteren in vergelijking met andere activa zoals Bitcoin en goud.','Waar Bitcoin kopen?','','publish','closed','closed','','waar-bitcoin-kopen','','','2020-08-04 07:35:58','2020-08-04 07:35:58','',0,'http://landjuweelfestival.nl/?p=70',0,'post','',0),(71,1,'2020-08-04 07:34:56','2020-08-04 07:34:56','','14kqweqkekqkeqkekqekq','','inherit','closed','closed','','14kqweqkekqkeqkekqekq','','','2020-08-04 07:34:56','2020-08-04 07:34:56','',70,'http://landjuweelfestival.nl/wp-content/uploads/2020/08/14kqweqkekqkeqkekqekq.jpg',0,'attachment','image/jpeg',0),(72,1,'2020-08-04 07:35:28','2020-08-04 07:35:28','Vergeet goud en Bitcoin. Ik zou in deze opleving van de markt goedkope aandelen kopen om vervroegd met pensioen te gaan\r\n\r\nHet kopen van goedkope aandelen na de recente marktcrash lijkt misschien een riskante zet. De aandelenmarkt kan immers op korte termijn lager worden als er een tweede golf van coronavirus is of als de impact op de groei van de wereldeconomie groter is dan verwacht.\r\n\r\nDe kansen op een herstel van de markt en herstel op lange termijn lijken echter groot. Als zodanig zou dit nu het juiste moment kunnen zijn om andere activa, zoals goud en Bitcoin, te vermijden. In plaats daarvan zou het kopen van goedkope aandelen terwijl ze grote veiligheidsmarges bieden, uw kansen op vervroegde pensionering vergroten.\r\n<h2>Diverse mogelijkheden voor crypto kopen</h2>\r\nNu de aandelenmarkt de afgelopen maanden een enorm uitdagende periode heeft doorgemaakt, is het niet verwonderlijk dat beleggers overwegen om andere activa, zoals Bitcoin en goud, te kopen in plaats van goedkope aandelen. Hun prijzen presteerden de afgelopen maanden beter dan de bredere aandelenmarkt. En deze trend kan zich op korte termijn voortzetten.\r\n\r\nGoud heeft bijvoorbeeld van oudsher een defensieve aantrekkingskracht gehad, omdat het door veel beleggers wordt beschouwd als een opslagplaats van rijkdom. Het prijsniveau ligt momenteel echter dicht bij een historisch record. Daarom is er mogelijk minder ruimte voor kapitaalgroei dan in het verleden. En met het beleggerssentiment ten aanzien van risicovollere activa zoals goedkope aandelen die de komende jaren waarschijnlijk zullen verbeteren, zal goud op de lange termijn mogelijk zijn recente momentum niet vasthouden.\r\n\r\nBitcoin is ondertussen sterker gestegen na de val in het begin van 2020. Beleggers lijken aangetrokken te worden door zijn diversificatiepotentieel. Aangezien de prijs van Bitcoin uitsluitend wordt bepaald door het beleggerssentiment, zou het echter een zeer volatiel vooruitzicht kunnen bieden. <a href=\"https://www.bitcoinexchangenederland.nl/cryptocurrency/\" target=\"_blank\" rel=\"noopener noreferrer\">Crypto kopen</a> is makkelijk op elk manier.\r\n\r\nHet kan ook onderhevig zijn aan regelgevingsrisico\'s, terwijl andere virtuele valuta steeds populairder kunnen worden en de vraag naar Bitcoin verminderen. Als zodanig biedt het een hoog risico vooruitzicht in vergelijking met goedkope aandelen. En dat maakt het misschien ongeschikt voor beleggers die op zoek zijn naar een nestnest voor pensionering.\r\n\r\nhttps://www.youtube.com/watch?v=S3n3ShHMCa0&feature=emb_logo\r\n<h2>Goedkope aandelen kopen</h2>\r\nHet kopen van goedkope aandelen vandaag en deze voor de lange termijn behouden, kan daarentegen een goede strategie zijn voor iedereen die vroeg met pensioen wil gaan.\r\n\r\nHet trackrecord van de aandelenmarkt laat zien dat het in staat is geweest om met succes te herstellen van al haar crises uit het verleden en dat het daarmee nieuwe recordhoogtes heeft behaald.\r\n\r\nHoewel het vooruitzicht dat dit zal plaatsvinden op dit moment onwaarschijnlijk lijkt, terwijl de nieuwsstroom negatief is, zullen beleggers met een lange tijdshorizon waarschijnlijk voldoende ruimte hebben voor de aandelenmarkt om na de recente crash een succesvolle ommekeer te bewerkstelligen. <a href=\"https://www.bitcoinexchangenederland.nl/bitcoin-kopen/\" target=\"_blank\" rel=\"noopener noreferrer\">Btc kopen</a> kan op elk manier.\r\n\r\nDaarom kan het kopen van een breed scala aan hoogwaardige bedrijven terwijl ze tegen lage prijzen handelen, uw pensioenvooruitzichten verbeteren. Naast goedkope aandelen biedt de aandelenmarkt diversificatiepotentieel en aantrekkelijk inkomen. Dat zou de risico / opbrengstverhouding van uw portefeuille verder kunnen verbeteren in vergelijking met andere activa zoals Bitcoin en goud.','Waar Bitcoin kopen?','','inherit','closed','closed','','70-revision-v1','','','2020-08-04 07:35:28','2020-08-04 07:35:28','',70,'http://landjuweelfestival.nl/70-revision-v1/',0,'revision','',0),(73,1,'2020-08-20 02:44:30','2020-08-20 02:44:30','De Internal Revenue Service heeft vandaag haar jaarlijkse \"Dirty Dozen\" -lijst van belastingfraude bekendgemaakt, met speciale nadruk op agressieve en zich ontwikkelende regelingen met betrekking tot belastingverlaging op coronavirus, waaronder Economic Impact Payments.\r\n\r\n \r\n\r\nDit jaar richt de Dirty Dozen zich op oplichting die is gericht op belastingbetalers. De criminelen achter deze nepschema\'s beschouwen iedereen als een potentieel gemakkelijke prooi. De IRS dringt er bij iedereen op aan om voortdurend op hun hoede te zijn en op anderen in hun leven te letten.\r\n\r\n \r\n\r\n\"Belastingfraude neemt vaak toe tijdens het belastingseizoen of in tijden van crisis, en oplichters gebruiken pandemie om geld en informatie van eerlijke belastingbetalers te stelen\", zei commissaris Chuck Rettig van de IRS. “De IRS biedt de Dirty Dozen-lijst om het bewustzijn te vergroten over veelvoorkomende oplichting die fraudeurs gebruiken om mensen te targeten. We dringen er bij mensen op aan om op hun hoede te zijn voor deze oplichting. De IRS doet haar best om Amerikanen te beschermen. We zullen meedogenloos criminelen vervolgen die proberen uw geld of gevoelige persoonlijke financiële informatie te stelen. ”\r\n\r\n \r\n\r\nBelastingbetalers worden aangemoedigd om de lijst te bekijken in een speciale sectie op IRS.gov en het hele jaar op hun hoede te zijn voor deze zwendel. Belastingbetalers moeten ook onthouden dat zij wettelijk verantwoordelijk zijn voor wat er op hun belastingaangifte staat, zelfs als dit door iemand anders is opgesteld. Consumenten kunnen zichzelf helpen beschermen door een gerenommeerde belastingvoorbereider te kiezen.\r\n\r\nhttps://www.youtube.com/watch?v=QvCVji-GWyo\r\n\r\nDe IRS dringt er bij de belastingbetalers op aan om zich ervan te onthouden potentiële oplichters online of telefonisch te betrekken. De IRS is van plan dit jaar ook een vergelijkbare lijst met handhavings- en nalevingsprioriteiten te onthullen.\r\n\r\n \r\n\r\nEen aankomende reeks persberichten zal de nadruk leggen op de illegale regelingen en technieken die bedrijven en individuen gebruiken om te voorkomen dat zij hun wettelijke belastingplicht moeten betalen. Onderwerpen zijn onder meer oplichting als beledigende micro-gevangenen en frauduleuze conservatie-erfdienstbaarheden.\r\n\r\n \r\n\r\nHier zijn de ‘Dirty Dozen’ oplichting van dit jaar:\r\n\r\n \r\n\r\nPhishing: belastingbetalers moeten alert zijn op potentiële nep-e-mails of websites die persoonlijke informatie willen stelen. De IRS zal nooit via e-mail contact opnemen met belastingbetalers over een belastingaanslag, terugbetaling of economische impactbetalingen. Klik niet op links die beweren afkomstig te zijn van de IRS. Wees op uw hoede voor e-mails en websites - ze kunnen niets meer zijn dan oplichting om persoonlijke informatie te stelen.\r\n\r\n \r\n\r\nIRS Criminal Investigation heeft een enorme toename gezien van phishing-schema\'s die gebruikmaken van e-mails, brieven, teksten en links. Deze phishing-schema\'s gebruiken op verschillende manieren trefwoorden zoals \"coronavirus\", \"COVID-19\" en \"Stimulus\".\r\n\r\n \r\n\r\nDeze schema\'s worden aan een groot aantal mensen bekendgemaakt in een poging om persoonlijke identificatiegegevens of financiële rekeninginformatie te krijgen, inclusief rekeningnummers en wachtwoorden. De meeste van deze nieuwe regelingen spelen actief in op de angst en onbekendheid van het virus en de stimulusbetalingen. (Zie IR-2020-115 voor meer informatie.)\r\n\r\n \r\n\r\nFake Charities: criminelen maken vaak misbruik van natuurrampen en andere situaties, zoals de huidige COVID-19-pandemie, door nep-liefdadigheidsinstellingen op te zetten om te stelen van goedbedoelende mensen die proberen te helpen in tijden van nood. Valse oplichting voor liefdadigheid stijgt over het algemeen in tijden als deze.\r\n\r\n \r\n\r\nFrauduleuze regelingen beginnen normaal gesproken met ongevraagd contact per telefoon, sms, sociale media, e-mail of persoonlijk met behulp van verschillende tactieken. Bogus-websites gebruiken namen die lijken op legitieme liefdadigheidsinstellingen om mensen te misleiden om geld te sturen of persoonlijke financiële informatie te verstrekken. Ze kunnen zelfs beweren voor of namens de IRS te werken om slachtoffers te helpen bij het indienen van schadeclaims en om belastingteruggave te krijgen.\r\n\r\n \r\n\r\nBelastingbetalers moeten vooral op hun hoede zijn voor liefdadigheidsinstellingen met namen als nationaal bekende organisaties. Legitieme liefdadigheidsinstellingen verstrekken desgevraagd hun Employer Identification Number (EIN), dat kan worden gebruikt om hun legitimiteit te verifiëren. Belastingbetalers kunnen legitieme en gekwalificeerde goede doelen vinden met de zoekfunctie op IRS.gov.\r\n\r\n \r\n\r\nDreigende telefoongesprekken met nabootsers van imitators: IRS-nabootsing van imitatie kan in vele vormen voorkomen. Een veelvoorkomend probleem blijft nep bedreigende telefoontjes van een crimineel die beweert bij de IRS te zijn. De oplichter probeert het potentiële slachtoffer angst en urgentie bij te brengen. In feite zal de IRS een belastingbetaler nooit bedreigen of hem of haar verrassen met een verzoek om onmiddellijke betaling.\r\n\r\n \r\n\r\nTelefonische oplichting of \"vishing\" (voice phishing) vormen een grote bedreiging. Telefoontjes met oplichting, inclusief diegenen die arrestatie, uitzetting of intrekking van een vergunning bedreigen als het slachtoffer geen valse belastingaanslag betaalt, worden het hele jaar door gemeld. Deze oproepen hebben vaak de vorm van een \"robocall\" (een tekst-naar-spraak opgenomen bericht met instructies voor het terugbellen van de oproep).\r\n\r\n \r\n\r\nDe IRS zal im nooit eisenbemiddeling bij betaling, bedreiging, telefonisch om financiële informatie vragen of bellen over een onverwachte terugbetaling of betaling met economische impact. Belastingbetalers moeten contact opnemen met de echte IRS als ze zich zorgen maken over een belastingprobleem.\r\n\r\n \r\n\r\nFraude met sociale media: belastingbetalers moeten zichzelf beschermen tegen oplichting via sociale media, die vaak evenementen zoals COVID-19 gebruiken om mensen te misleiden. Via sociale media kan iedereen informatie met iemand anders op internet delen. Oplichters gebruiken die informatie als munitie voor een grote verscheidenheid aan oplichting. Deze omvatten e-mails waarin oplichters zich voordoen als iemands familie, vrienden of collega\'s.\r\n\r\n \r\n\r\nOplichting via sociale media heeft ook geleid tot belastinggerelateerde identiteitsdiefstal. Het basiselement van oplichting via sociale media is het overtuigen van een potentieel slachtoffer dat hij of zij te maken heeft met een persoon bij hem in de buurt die ze vertrouwen via e-mail, sms of berichten op sociale media.\r\n\r\n \r\n\r\nMet behulp van persoonlijke informatie kan een oplichter een potentieel slachtoffer e-mailen en een link opnemen naar iets interessants voor de ontvanger dat malware bevat die bedoeld is om meer misdaden te plegen. Oplichters infiltreren ook de e-mails en mobiele telefoons van hun slachtoffers om achter hun vrienden en familie aan te gaan met nep-e-mails die echt lijken en sms-berichten die vragen om bijvoorbeeld kleine donaties aan nep-goede doelen die aantrekkelijk zijn voor de slachtoffers.\r\n\r\n \r\n\r\nEIP of diefstal van restitutie: de IRS heeft de afgelopen jaren grote stappen gemaakt tegen terugbetalingsfraude en diefstal, maar ze blijven een voortdurende bedreiging. Criminelen hebben dit jaar ook hun aandacht gericht op het stelen van economische impactbetalingen zoals voorzien door de Coronavirus Aid, Relief and Economic Security (CARES) Act.\r\n\r\n \r\n\r\nVeel van dit komt voort uit identiteitsdiefstal waarbij criminelen valse belastingaangiften indienen of andere valse informatie verstrekken aan de IRS om restituties om te leiden naar verkeerde adressen of bankrekeningen.\r\n\r\n \r\n\r\nDe IRS heeft onlangs verpleeghuizen en andere zorginstellingen gewaarschuwd dat Economic Impact Payments over het algemeen aan de ontvangers toebehoren, niet aan de organisaties die de zorg verlenen. Dit kwam na bezorgdheid dat mensen en bedrijven mogelijk profiteren van kwetsbare bevolkingsgroepen die de betalingen hebben ontvangen. Deze betalingen tellen niet mee als een middel om te bepalen of u in aanmerking komt voor Medicaid en andere federale programma\'s. Ze tellen ook niet mee als inkomen bij het bepalen van de geschiktheid voor deze programma\'s. Zie IR-2020-121 voor meer.\r\n\r\n \r\n\r\nBelastingbetalers kunnen de Coronavirus Tax Relief-pagina van IRS.gov raadplegen voor hulp bij het verkrijgen van hun EIP\'s. Iedereen die denkt dat ze het slachtoffer kunnen worden van identiteitsdiefstal, moet de Taxpayer Guide to Identity Theft raadplegen op IRS.gov.\r\n\r\n \r\n\r\nOuderenfraude: senioren en mensen die om hen geven, moeten alert zijn op belastingfraude gericht op oudere Amerikanen. De IRS erkent de alomtegenwoordigheid van fraude gericht op oudere Amerikanen, samen met onder meer het ministerie van Justitie en de FBI, de Federal Trade Commission, het Consumer Financial Protection Bureau (CFPB).\r\n\r\n \r\n\r\nSenioren zijn vaker het doelwit en slachtoffer van oplichters dan andere segmenten van de samenleving. Financieel misbruik van senioren is een probleem onder persoonlijke en professionele relaties. Anekdotisch bewijs bij professionele services geeft aan dat oudere fraude aanzienlijk afneemt wanneer de serviceprovider weet dat een vertrouwde vriend of familielid interesse heeft in de aangelegenheden van de senior.\r\n\r\n \r\n\r\nOudere Amerikanen voelen zich meer op hun gemak met evoluerende technologieën, zoals sociale media. Helaas geeft dat oplichters een ander middel om te profiteren. Phishing-zwendel in verband met Covid-19 vormt een groot gevaar voor dit aanvraagseizoen. Senioren moeten alert zijn op een voortdurende golf van nep-e-mails, sms-berichten, websites en pogingen van sociale media om persoonlijke informatie te stelen.\r\n\r\n \r\n\r\nScams gericht op niet-Engelse sprekers: IRS-imitators en andere oplichters richten zich ook op groepen met een beperkte Engelse taalvaardigheid. Deze oplichting is vaak bedreigend van aard. Sommige oplichting is ook gericht op diegenen die mogelijk een betaling met een economische impact ontvangen en vragen om persoonlijke of financiële informatie van de belastingbetaler.\r\n\r\n \r\n\r\nTelefoonzwendel vormt een grote bedreiging voor mensen met beperkte toegang tot informatie, waaronder personen die niet helemaal vertrouwd zijn met de Engelse taal. Deze oproepen hebben vaak de vorm van een \"robocall\" (een tekst-naar-spraak opgenomen bericht met instructies voor het terugbellen van de oproep), maar in sommige gevallen kunnen ze door een echt persoon worden gedaan. Deze oplichters hebben mogelijk een deel van de informatie van de belastingbetaler, waaronder hun adres, de laatste vier cijfers van hun sofinummer of andere persoonlijke gegevens, waardoor het telefoneren legitiemer lijkt.\r\n\r\n \r\n\r\nEen veel voorkomende is de IRS-imitatie-zwendel waarbij een belastingbetaler een telefoontje ontvangt dat de gevangenisstraf bedreigt, deportatie of intrekking van een rijbewijs van iemand die beweert bij de IRS te zijn. Belastingbetalers die recent immigranten zijn, zijn vaak het meest kwetsbaar en moeten deze bedreigingen negeren en de oplichters niet inschakelen.\r\n\r\n \r\n\r\nGewetenloze Return Preparers: Het selecteren van de juiste Return Preparer is belangrijk. Ze zijn belast met de gevoelige persoonsgegevens van een belastingbetaler. De meeste belastingprofessionals bieden eerlijke, hoogwaardige service, maar oneerlijke voorbereiders duiken elk aanvraagseizoen op om fraude te plegen, onschuldige belastingbetalers te schaden of belastingbetalers ertoe te brengen illegale dingen te doen waar ze later spijt van krijgen.\r\n\r\n \r\n\r\nBelastingbetalers moeten zogenaamde \"spook\" -voorbereiders vermijden die hun klanten blootstellen aan mogelijk ernstige fouten bij het indienen van documenten, evenals aan belastingfraude en het risico hun terugbetaling te verliezen. Nu veel belastingprofessionals getroffen worden door COVID-19 en hun kantoren mogelijk gesloten zijn, moeten belastingbetalers bijzonder voorzichtig zijn bij het selecteren van een geloofwaardige belastingvoorbereider.\r\n\r\n \r\n\r\nGeestvoorbereiders ondertekenen niet de belastingaangiften die ze voorbereiden. Ze kunnen de belastingaangifte afdrukken en de belastingbetaler vertellen dat deze moet ondertekenen en naar de IRS moet mailen. Voor retouren via e-mail bereidt de spookvoorbereider zich voor, maar ondertekent deze niet digitaal als de betaalde voorbereider. Volgens de wet moet iedereen die wordt betaald ter voorbereiding of assistentie bij het opstellen van federale belastingaangiftes, beschikken over een Preparer Tax Identification Number (PTIN). Betaalde voorbereiders moeten hun PTIN ondertekenen bij retourneringen.\r\n\r\n \r\n\r\nGewetenloze voorbereiders kunnen zich ook richten op degenen zonder een deponeringsverplichting en kunnen al dan niet een terugbetaling ontvangen. Ze beloven opgeblazen terugbetalingen door valse belastingkredieten te claimen, waaronder onderwijskredieten, het Earned Income Tax Credit (EITC) en anderen. Belastingbetalers moeten vermijden dat opstellers die hen vragen een blanco aangifte te ondertekenen, een grote terugbetaling beloven voordat ze naar de administratie van de belastingbetaler kijken of kosten in rekening brengen op basis van een percentage van de terugbetaling.\r\n\r\n \r\n\r\nBelastingbetalers zijn uiteindelijk verantwoordelijk voor de juistheid van hun belastingaangifte, ongeacht wie deze opstelt. Belastingbetalers kunnen naar een speciale pagina op IRS.gov gaan voor tips over het kiezen van een preparator.\r\n\r\n \r\n\r\nAanbieding in compromismolens: Belastingbetalers moeten op hun hoede zijn voor misleidende bedrijven voor het oplossen van belastingschulden die de kansen kunnen overdrijven om de belastingschulden voor \"centen op de dollar\" te vereffenen via een aanbod in compromis (OIC). Deze aanbiedingen zijn beschikbaar voor belastingbetalers die voldoen aan zeer specifieke wettelijke criteria om in aanmerking te komen voor het verlagen van hun belastingaanslag. Maar gewetenloze bedrijven verkopen het programma door aan ongekwalificeerde kandidaten, zodat ze een forse vergoeding kunnen innen bij belastingbetalers die al met schulden kampen.\r\n\r\n \r\n\r\nDeze oplichting wordt gewoonlijk OIC \'molens\' genoemd, die een groot netto voor belastingbetalers vormen, hen dure kosten in rekening brengen en aanvragen indienen voor een programma waarvoor ze waarschijnlijk niet in aanmerking komen. Hoewel het OIC-programma jaarlijks duizenden belastingbetalers helpt hun belastingschuld te verminderen, komt niet iedereen in aanmerking voor een OIC. In het boekjaar 2019 waren er 54.000 OIC\'s ingediend bij de IRS. De dienst nam 18.000 van hen aan.\r\n\r\n \r\n\r\nIndividuele belastingbetalers kunnen de gratis online aanbieding in de Compromise Pre-Qualifier-tool gebruiken om te zien of ze in aanmerking komen. De eenvoudige tool stelt belastingbetalers in staat om in aanmerking te komen en geeft een geschat biedingsbedrag. Belastingbetalers kunnen een OIC aanvragen zonder vertegenwoordiging door derden; maar de IRS herinnert belastingbetalers eraan dat als ze hulp nodig hebben, ze voorzichtig moeten zijn met wie ze inhuren.\r\n\r\n \r\n\r\nValse betalingen met terugbetalingsvereisten: criminelen vinden altijd nieuwe manieren om belastingbetalers te laten geloven dat ze oplichterij zijn, waaronder het doen van een valse terugbetaling op de werkelijke bankrekening van de belastingbetaler. Hier is hoe de zwendel werkt:\r\n\r\n \r\n\r\nEen oplichter steelt of verkrijgt de persoonlijke gegevens van een belastingbetaler, inclusief sofinummer of ITIN-nummer (Individual Taxpayer Identification Number) en bankrekeninggegevens. De oplichter dient een valse belastingaangifte in en de terugbetaling wordt gestort op de cheque- of spaarrekening van de belastingbetaler. Zodra de directe storting de bankrekening van de belastingbetaler bereikt, belt de fraudeur hen op en doet zich voor als IRS-medewerker. De belastingbetaler wordt verteld dat er een fout is opgetreden en dat de IRS het onmiddellijk teruggestuurde geld nodig heeft, anders zullen er boetes en rente worden opgelegd. De belastingbetaler moet specifieke cadeaubonnen kopen voor het bedrag van de terugbetaling.\r\n\r\n \r\n\r\nDe IRS zal nooit betaling via een specifieke methode eisen. Er zijn veel betalingsopties beschikbaar voor belastingbetalers en er is ook een proces waarbij belastingbetalers het recht hebben om het belastingbedrag dat wij zeggen verschuldigd te zijn, in twijfel te trekken. Telkens wanneer een belastingbetaler een onverwachte terugbetaling ontvangt en een telefoontje van ons uit het niets vraagt om terugbetaling, moeten ze contact opnemen met hun bankinstelling en de IRS.\r\n\r\n \r\n\r\nPayroll en HR Scams: Belastingprofessionals, werkgevers en belastingbetalers moeten op hun hoede zijn voor phishing die is ontworpen om formulier W-2\'s en andere belastinggegevens te stelen. Dit zijn Business Email Compromise (BEC) of Business Email Spoofing (BES). Dit geldt met name omdat veel bedrijven gesloten zijn en hun werknemers thuis werken vanwege COVID-19. Momenteel zijn twee van de meest voorkomende vormen van deze zwendel de zwendel met cadeaubonnen en de zwendel met directe storting.\r\n\r\n \r\n\r\nBij de zwendel met cadeaubonnen wordt vaak een gecompromitteerd e-mailaccount gebruikt om een verzoek te sturen om cadeaubonnen in verschillende denominaties te kopen. In het directe stortingsschema heeft de fraudeur mogelijk toegang tot het e-mailaccount van het slachtoffer (ook wel bekend als een e-mailaccountcompromis of \"EAC\"). Ze kunnen zich ook voordoen als het potentiële slachtoffer om de organisatie de informatie over de directe storting van de werknemer te laten wijzigen om hun deponering om te leidenga naar een account dat de fraudeur controleert.\r\n\r\n \r\n\r\nBEC / BES-zwendels hebben verschillende manieren gebruikt om verzoeken voor overboekingen, betaling van valse facturen en andere op te nemen. In de afgelopen jaren heeft de IRS variaties op deze zwendel waargenomen waarbij valse IRS-documenten worden gebruikt om het valse verzoek legitiem te maken. Een fraudeur kan bijvoorbeeld een nepfactuurschema proberen en een schijnbaar legitiem IRS-document gebruiken om het slachtoffer te overtuigen. <a href=\"https://www.123creditcardvergelijk.nl/american-express/\">American Express informatie</a> duidelijk\r\n\r\n \r\n\r\nDe Direct Deposit en andere BEC / BES-variaties moeten worden doorgestuurd naar het Federal Bureau of Investigation Internet Crime Complaint Center (IC3), waar een klacht kan worden ingediend. De IRS vraagt dat formulier W-2-oplichting wordt gemeld aan: [email protected] (Onderwerp: W-2 Scam).\r\n\r\n \r\n\r\nRansomware: dit is een groeiende cybercriminaliteit. Ransomware is malware die gericht is op menselijke en technische zwakheden om de computer, het netwerk of de server van een potentieel slachtoffer te infecteren. Malware is een vorm van invasieve software die vaak per ongeluk door de gebruiker wordt gedownload. Eenmaal gedownload, houdt het toetsaanslagen en andere computeractiviteiten bij. Eenmaal besmet, zoekt en vergrendelt ransomware kritieke of gevoelige gegevens met zijn eigen codering. In sommige gevallen kunnen hele computernetwerken negatief worden beïnvloed.\r\n\r\n \r\n\r\nSlachtoffers zijn zich over het algemeen niet bewust van de aanval totdat ze proberen toegang te krijgen tot hun gegevens, of tot ze een losgeldverzoek ontvangen in de vorm van een pop-upvenster. Deze criminelen willen niet worden getraceerd, dus gebruiken ze vaak anonieme berichtenplatforms en eisen betaling in virtuele valuta zoals Bitcoin. <a href=\"https://www.gratiscreditcards.nl/\">Gratiscreditcards.nl</a> online\r\n\r\n \r\n\r\nCybercriminelen kunnen een phishing-e-mail gebruiken om een potentieel slachtoffer te misleiden om een link of bijlage met de ransomware te openen. Deze kunnen e-mailverzoeken omvatten om een nep COVID-19-liefdadigheidsinstelling te ondersteunen. Cybercriminelen zoeken ook naar systeemkwetsbaarheden waarbij menselijke fouten niet nodig zijn om hun malware af te leveren.\r\n\r\n \r\n\r\nDe IRS en zijn Security Summit-partners hebben belastingprofessionals en belastingbetalers geadviseerd om de gratis multi-factor authenticatie-functie te gebruiken die wordt aangeboden op softwareproducten voor belastingvoorbereiding. Het gebruik van de multi-factor authenticatiefunctie is een gratis en gemakkelijke manier om klanten en artsenpraktijken te beschermen tegen diefstal van gegevens. Aanbieders van belastingsoftware bieden ook gratis multi-factor authenticatiebescherming op hun doe-het-zelfproducten voor belastingbetalers.','IRS onthult ‘Dirty Dozen’ lijst met belastingzwendel voor 2020','','publish','closed','closed','','irs-onthult-dirty-dozen-lijst-met-belastingzwendel-voor-2020','','','2020-10-01 03:15:42','2020-10-01 03:15:42','',0,'http://landjuweelfestival.nl/?p=73',0,'post','',0),(74,1,'2020-08-11 02:46:15','2020-08-11 02:46:15','','5df4g5df45','','inherit','closed','closed','','5df4g5df45','','','2020-08-11 02:46:15','2020-08-11 02:46:15','',73,'http://landjuweelfestival.nl/wp-content/uploads/2020/08/5df4g5df45.jpg',0,'attachment','image/jpeg',0),(75,1,'2020-08-11 02:46:54','2020-08-11 02:46:54','<iframe title=\"Free credit card information\" width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/HXwbi0260us?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','945f5bc3d8d1bb016c1929ea6d1ada2f','','','2020-08-11 02:46:54','2020-08-11 02:46:54','',0,'http://landjuweelfestival.nl/945f5bc3d8d1bb016c1929ea6d1ada2f/',0,'oembed_cache','',0),(76,1,'2020-08-11 02:47:02','2020-08-11 02:47:02','De Internal Revenue Service heeft vandaag haar jaarlijkse \"Dirty Dozen\" -lijst van belastingfraude bekendgemaakt, met speciale nadruk op agressieve en zich ontwikkelende regelingen met betrekking tot belastingverlaging op coronavirus, waaronder Economic Impact Payments.\r\n\r\n \r\n\r\nDit jaar richt de Dirty Dozen zich op oplichting die is gericht op belastingbetalers. De criminelen achter deze nepschema\'s beschouwen iedereen als een potentieel gemakkelijke prooi. De IRS dringt er bij iedereen op aan om voortdurend op hun hoede te zijn en op anderen in hun leven te letten.\r\n\r\n \r\n\r\n\"Belastingfraude neemt vaak toe tijdens het belastingseizoen of in tijden van crisis, en oplichters gebruiken pandemie om geld en informatie van eerlijke belastingbetalers te stelen\", zei commissaris Chuck Rettig van de IRS. “De IRS biedt de Dirty Dozen-lijst om het bewustzijn te vergroten over veelvoorkomende oplichting die fraudeurs gebruiken om mensen te targeten. We dringen er bij mensen op aan om op hun hoede te zijn voor deze oplichting. De IRS doet haar best om Amerikanen te beschermen. We zullen meedogenloos criminelen vervolgen die proberen uw geld of gevoelige persoonlijke financiële informatie te stelen. ”\r\n\r\n \r\n\r\nBelastingbetalers worden aangemoedigd om de lijst te bekijken in een speciale sectie op IRS.gov en het hele jaar op hun hoede te zijn voor deze zwendel. Belastingbetalers moeten ook onthouden dat zij wettelijk verantwoordelijk zijn voor wat er op hun belastingaangifte staat, zelfs als dit door iemand anders is opgesteld. Consumenten kunnen zichzelf helpen beschermen door een gerenommeerde belastingvoorbereider te kiezen.\r\n\r\nhttps://www.youtube.com/embed/HXwbi0260us\r\n\r\n \r\n\r\nDe IRS dringt er bij de belastingbetalers op aan om zich ervan te onthouden potentiële oplichters online of telefonisch te betrekken. De IRS is van plan dit jaar ook een vergelijkbare lijst met handhavings- en nalevingsprioriteiten te onthullen.\r\n\r\n \r\n\r\nEen aankomende reeks persberichten zal de nadruk leggen op de illegale regelingen en technieken die bedrijven en individuen gebruiken om te voorkomen dat zij hun wettelijke belastingplicht moeten betalen. Onderwerpen zijn onder meer oplichting als beledigende micro-gevangenen en frauduleuze conservatie-erfdienstbaarheden.\r\n\r\n \r\n\r\nHier zijn de ‘Dirty Dozen’ oplichting van dit jaar:\r\n\r\n \r\n\r\nPhishing: belastingbetalers moeten alert zijn op potentiële nep-e-mails of websites die persoonlijke informatie willen stelen. De IRS zal nooit via e-mail contact opnemen met belastingbetalers over een belastingaanslag, terugbetaling of economische impactbetalingen. Klik niet op links die beweren afkomstig te zijn van de IRS. Wees op uw hoede voor e-mails en websites - ze kunnen niets meer zijn dan oplichting om persoonlijke informatie te stelen.\r\n\r\n \r\n\r\nIRS Criminal Investigation heeft een enorme toename gezien van phishing-schema\'s die gebruikmaken van e-mails, brieven, teksten en links. Deze phishing-schema\'s gebruiken op verschillende manieren trefwoorden zoals \"coronavirus\", \"COVID-19\" en \"Stimulus\".\r\n\r\n \r\n\r\nDeze schema\'s worden aan een groot aantal mensen bekendgemaakt in een poging om persoonlijke identificatiegegevens of financiële rekeninginformatie te krijgen, inclusief rekeningnummers en wachtwoorden. De meeste van deze nieuwe regelingen spelen actief in op de angst en onbekendheid van het virus en de stimulusbetalingen. (Zie IR-2020-115 voor meer informatie.)\r\n\r\n \r\n\r\nFake Charities: criminelen maken vaak misbruik van natuurrampen en andere situaties, zoals de huidige COVID-19-pandemie, door nep-liefdadigheidsinstellingen op te zetten om te stelen van goedbedoelende mensen die proberen te helpen in tijden van nood. Valse oplichting voor liefdadigheid stijgt over het algemeen in tijden als deze.\r\n\r\n \r\n\r\nFrauduleuze regelingen beginnen normaal gesproken met ongevraagd contact per telefoon, sms, sociale media, e-mail of persoonlijk met behulp van verschillende tactieken. Bogus-websites gebruiken namen die lijken op legitieme liefdadigheidsinstellingen om mensen te misleiden om geld te sturen of persoonlijke financiële informatie te verstrekken. Ze kunnen zelfs beweren voor of namens de IRS te werken om slachtoffers te helpen bij het indienen van schadeclaims en om belastingteruggave te krijgen.\r\n\r\n \r\n\r\nBelastingbetalers moeten vooral op hun hoede zijn voor liefdadigheidsinstellingen met namen als nationaal bekende organisaties. Legitieme liefdadigheidsinstellingen verstrekken desgevraagd hun Employer Identification Number (EIN), dat kan worden gebruikt om hun legitimiteit te verifiëren. Belastingbetalers kunnen legitieme en gekwalificeerde goede doelen vinden met de zoekfunctie op IRS.gov.\r\n\r\n \r\n\r\nDreigende telefoongesprekken met nabootsers van imitators: IRS-nabootsing van imitatie kan in vele vormen voorkomen. Een veelvoorkomend probleem blijft nep bedreigende telefoontjes van een crimineel die beweert bij de IRS te zijn. De oplichter probeert het potentiële slachtoffer angst en urgentie bij te brengen. In feite zal de IRS een belastingbetaler nooit bedreigen of hem of haar verrassen met een verzoek om onmiddellijke betaling.\r\n\r\n \r\n\r\nTelefonische oplichting of \"vishing\" (voice phishing) vormen een grote bedreiging. Telefoontjes met oplichting, inclusief diegenen die arrestatie, uitzetting of intrekking van een vergunning bedreigen als het slachtoffer geen valse belastingaanslag betaalt, worden het hele jaar door gemeld. Deze oproepen hebben vaak de vorm van een \"robocall\" (een tekst-naar-spraak opgenomen bericht met instructies voor het terugbellen van de oproep).\r\n\r\n \r\n\r\nDe IRS zal im nooit eisenbemiddeling bij betaling, bedreiging, telefonisch om financiële informatie vragen of bellen over een onverwachte terugbetaling of betaling met economische impact. Belastingbetalers moeten contact opnemen met de echte IRS als ze zich zorgen maken over een belastingprobleem.\r\n\r\n \r\n\r\nFraude met sociale media: belastingbetalers moeten zichzelf beschermen tegen oplichting via sociale media, die vaak evenementen zoals COVID-19 gebruiken om mensen te misleiden. Via sociale media kan iedereen informatie met iemand anders op internet delen. Oplichters gebruiken die informatie als munitie voor een grote verscheidenheid aan oplichting. Deze omvatten e-mails waarin oplichters zich voordoen als iemands familie, vrienden of collega\'s.\r\n\r\n \r\n\r\nOplichting via sociale media heeft ook geleid tot belastinggerelateerde identiteitsdiefstal. Het basiselement van oplichting via sociale media is het overtuigen van een potentieel slachtoffer dat hij of zij te maken heeft met een persoon bij hem in de buurt die ze vertrouwen via e-mail, sms of berichten op sociale media.\r\n\r\n \r\n\r\nMet behulp van persoonlijke informatie kan een oplichter een potentieel slachtoffer e-mailen en een link opnemen naar iets interessants voor de ontvanger dat malware bevat die bedoeld is om meer misdaden te plegen. Oplichters infiltreren ook de e-mails en mobiele telefoons van hun slachtoffers om achter hun vrienden en familie aan te gaan met nep-e-mails die echt lijken en sms-berichten die vragen om bijvoorbeeld kleine donaties aan nep-goede doelen die aantrekkelijk zijn voor de slachtoffers.\r\n\r\n \r\n\r\nEIP of diefstal van restitutie: de IRS heeft de afgelopen jaren grote stappen gemaakt tegen terugbetalingsfraude en diefstal, maar ze blijven een voortdurende bedreiging. Criminelen hebben dit jaar ook hun aandacht gericht op het stelen van economische impactbetalingen zoals voorzien door de Coronavirus Aid, Relief and Economic Security (CARES) Act.\r\n\r\n \r\n\r\nVeel van dit komt voort uit identiteitsdiefstal waarbij criminelen valse belastingaangiften indienen of andere valse informatie verstrekken aan de IRS om restituties om te leiden naar verkeerde adressen of bankrekeningen.\r\n\r\n \r\n\r\nDe IRS heeft onlangs verpleeghuizen en andere zorginstellingen gewaarschuwd dat Economic Impact Payments over het algemeen aan de ontvangers toebehoren, niet aan de organisaties die de zorg verlenen. Dit kwam na bezorgdheid dat mensen en bedrijven mogelijk profiteren van kwetsbare bevolkingsgroepen die de betalingen hebben ontvangen. Deze betalingen tellen niet mee als een middel om te bepalen of u in aanmerking komt voor Medicaid en andere federale programma\'s. Ze tellen ook niet mee als inkomen bij het bepalen van de geschiktheid voor deze programma\'s. Zie IR-2020-121 voor meer.\r\n\r\n \r\n\r\nBelastingbetalers kunnen de Coronavirus Tax Relief-pagina van IRS.gov raadplegen voor hulp bij het verkrijgen van hun EIP\'s. Iedereen die denkt dat ze het slachtoffer kunnen worden van identiteitsdiefstal, moet de Taxpayer Guide to Identity Theft raadplegen op IRS.gov.\r\n\r\n \r\n\r\nOuderenfraude: senioren en mensen die om hen geven, moeten alert zijn op belastingfraude gericht op oudere Amerikanen. De IRS erkent de alomtegenwoordigheid van fraude gericht op oudere Amerikanen, samen met onder meer het ministerie van Justitie en de FBI, de Federal Trade Commission, het Consumer Financial Protection Bureau (CFPB).\r\n\r\n \r\n\r\nSenioren zijn vaker het doelwit en slachtoffer van oplichters dan andere segmenten van de samenleving. Financieel misbruik van senioren is een probleem onder persoonlijke en professionele relaties. Anekdotisch bewijs bij professionele services geeft aan dat oudere fraude aanzienlijk afneemt wanneer de serviceprovider weet dat een vertrouwde vriend of familielid interesse heeft in de aangelegenheden van de senior.\r\n\r\n \r\n\r\nOudere Amerikanen voelen zich meer op hun gemak met evoluerende technologieën, zoals sociale media. Helaas geeft dat oplichters een ander middel om te profiteren. Phishing-zwendel in verband met Covid-19 vormt een groot gevaar voor dit aanvraagseizoen. Senioren moeten alert zijn op een voortdurende golf van nep-e-mails, sms-berichten, websites en pogingen van sociale media om persoonlijke informatie te stelen.\r\n\r\n \r\n\r\nScams gericht op niet-Engelse sprekers: IRS-imitators en andere oplichters richten zich ook op groepen met een beperkte Engelse taalvaardigheid. Deze oplichting is vaak bedreigend van aard. Sommige oplichting is ook gericht op diegenen die mogelijk een betaling met een economische impact ontvangen en vragen om persoonlijke of financiële informatie van de belastingbetaler.\r\n\r\n \r\n\r\nTelefoonzwendel vormt een grote bedreiging voor mensen met beperkte toegang tot informatie, waaronder personen die niet helemaal vertrouwd zijn met de Engelse taal. Deze oproepen hebben vaak de vorm van een \"robocall\" (een tekst-naar-spraak opgenomen bericht met instructies voor het terugbellen van de oproep), maar in sommige gevallen kunnen ze door een echt persoon worden gedaan. Deze oplichters hebben mogelijk een deel van de informatie van de belastingbetaler, waaronder hun adres, de laatste vier cijfers van hun sofinummer of andere persoonlijke gegevens, waardoor het telefoneren legitiemer lijkt.\r\n\r\n \r\n\r\nEen veel voorkomende is de IRS-imitatie-zwendel waarbij een belastingbetaler een telefoontje ontvangt dat de gevangenisstraf bedreigt, deportatie of intrekking van een rijbewijs van iemand die beweert bij de IRS te zijn. Belastingbetalers die recent immigranten zijn, zijn vaak het meest kwetsbaar en moeten deze bedreigingen negeren en de oplichters niet inschakelen.\r\n\r\n \r\n\r\nGewetenloze Return Preparers: Het selecteren van de juiste Return Preparer is belangrijk. Ze zijn belast met de gevoelige persoonsgegevens van een belastingbetaler. De meeste belastingprofessionals bieden eerlijke, hoogwaardige service, maar oneerlijke voorbereiders duiken elk aanvraagseizoen op om fraude te plegen, onschuldige belastingbetalers te schaden of belastingbetalers ertoe te brengen illegale dingen te doen waar ze later spijt van krijgen.\r\n\r\n \r\n\r\nBelastingbetalers moeten zogenaamde \"spook\" -voorbereiders vermijden die hun klanten blootstellen aan mogelijk ernstige fouten bij het indienen van documenten, evenals aan belastingfraude en het risico hun terugbetaling te verliezen. Nu veel belastingprofessionals getroffen worden door COVID-19 en hun kantoren mogelijk gesloten zijn, moeten belastingbetalers bijzonder voorzichtig zijn bij het selecteren van een geloofwaardige belastingvoorbereider.\r\n\r\n \r\n\r\nGeestvoorbereiders ondertekenen niet de belastingaangiften die ze voorbereiden. Ze kunnen de belastingaangifte afdrukken en de belastingbetaler vertellen dat deze moet ondertekenen en naar de IRS moet mailen. Voor retouren via e-mail bereidt de spookvoorbereider zich voor, maar ondertekent deze niet digitaal als de betaalde voorbereider. Volgens de wet moet iedereen die wordt betaald ter voorbereiding of assistentie bij het opstellen van federale belastingaangiftes, beschikken over een Preparer Tax Identification Number (PTIN). Betaalde voorbereiders moeten hun PTIN ondertekenen bij retourneringen.\r\n\r\n \r\n\r\nGewetenloze voorbereiders kunnen zich ook richten op degenen zonder een deponeringsverplichting en kunnen al dan niet een terugbetaling ontvangen. Ze beloven opgeblazen terugbetalingen door valse belastingkredieten te claimen, waaronder onderwijskredieten, het Earned Income Tax Credit (EITC) en anderen. Belastingbetalers moeten vermijden dat opstellers die hen vragen een blanco aangifte te ondertekenen, een grote terugbetaling beloven voordat ze naar de administratie van de belastingbetaler kijken of kosten in rekening brengen op basis van een percentage van de terugbetaling.\r\n\r\n \r\n\r\nBelastingbetalers zijn uiteindelijk verantwoordelijk voor de juistheid van hun belastingaangifte, ongeacht wie deze opstelt. Belastingbetalers kunnen naar een speciale pagina op IRS.gov gaan voor tips over het kiezen van een preparator.\r\n\r\n \r\n\r\nAanbieding in compromismolens: Belastingbetalers moeten op hun hoede zijn voor misleidende bedrijven voor het oplossen van belastingschulden die de kansen kunnen overdrijven om de belastingschulden voor \"centen op de dollar\" te vereffenen via een aanbod in compromis (OIC). Deze aanbiedingen zijn beschikbaar voor belastingbetalers die voldoen aan zeer specifieke wettelijke criteria om in aanmerking te komen voor het verlagen van hun belastingaanslag. Maar gewetenloze bedrijven verkopen het programma door aan ongekwalificeerde kandidaten, zodat ze een forse vergoeding kunnen innen bij belastingbetalers die al met schulden kampen.\r\n\r\n \r\n\r\nDeze oplichting wordt gewoonlijk OIC \'molens\' genoemd, die een groot netto voor belastingbetalers vormen, hen dure kosten in rekening brengen en aanvragen indienen voor een programma waarvoor ze waarschijnlijk niet in aanmerking komen. Hoewel het OIC-programma jaarlijks duizenden belastingbetalers helpt hun belastingschuld te verminderen, komt niet iedereen in aanmerking voor een OIC. In het boekjaar 2019 waren er 54.000 OIC\'s ingediend bij de IRS. De dienst nam 18.000 van hen aan.\r\n\r\n \r\n\r\nIndividuele belastingbetalers kunnen de gratis online aanbieding in de Compromise Pre-Qualifier-tool gebruiken om te zien of ze in aanmerking komen. De eenvoudige tool stelt belastingbetalers in staat om in aanmerking te komen en geeft een geschat biedingsbedrag. Belastingbetalers kunnen een OIC aanvragen zonder vertegenwoordiging door derden; maar de IRS herinnert belastingbetalers eraan dat als ze hulp nodig hebben, ze voorzichtig moeten zijn met wie ze inhuren.\r\n\r\n \r\n\r\nValse betalingen met terugbetalingsvereisten: criminelen vinden altijd nieuwe manieren om belastingbetalers te laten geloven dat ze oplichterij zijn, waaronder het doen van een valse terugbetaling op de werkelijke bankrekening van de belastingbetaler. Hier is hoe de zwendel werkt:\r\n\r\n \r\n\r\nEen oplichter steelt of verkrijgt de persoonlijke gegevens van een belastingbetaler, inclusief sofinummer of ITIN-nummer (Individual Taxpayer Identification Number) en bankrekeninggegevens. De oplichter dient een valse belastingaangifte in en de terugbetaling wordt gestort op de cheque- of spaarrekening van de belastingbetaler. Zodra de directe storting de bankrekening van de belastingbetaler bereikt, belt de fraudeur hen op en doet zich voor als IRS-medewerker. De belastingbetaler wordt verteld dat er een fout is opgetreden en dat de IRS het onmiddellijk teruggestuurde geld nodig heeft, anders zullen er boetes en rente worden opgelegd. De belastingbetaler moet specifieke cadeaubonnen kopen voor het bedrag van de terugbetaling.\r\n\r\n \r\n\r\nDe IRS zal nooit betaling via een specifieke methode eisen. Er zijn veel betalingsopties beschikbaar voor belastingbetalers en er is ook een proces waarbij belastingbetalers het recht hebben om het belastingbedrag dat wij zeggen verschuldigd te zijn, in twijfel te trekken. Telkens wanneer een belastingbetaler een onverwachte terugbetaling ontvangt en een telefoontje van ons uit het niets vraagt om terugbetaling, moeten ze contact opnemen met hun bankinstelling en de IRS.\r\n\r\n \r\n\r\nPayroll en HR Scams: Belastingprofessionals, werkgevers en belastingbetalers moeten op hun hoede zijn voor phishing die is ontworpen om formulier W-2\'s en andere belastinggegevens te stelen. Dit zijn Business Email Compromise (BEC) of Business Email Spoofing (BES). Dit geldt met name omdat veel bedrijven gesloten zijn en hun werknemers thuis werken vanwege COVID-19. Momenteel zijn twee van de meest voorkomende vormen van deze zwendel de zwendel met cadeaubonnen en de zwendel met directe storting.\r\n\r\n \r\n\r\nBij de zwendel met cadeaubonnen wordt vaak een gecompromitteerd e-mailaccount gebruikt om een verzoek te sturen om cadeaubonnen in verschillende denominaties te kopen. In het directe stortingsschema heeft de fraudeur mogelijk toegang tot het e-mailaccount van het slachtoffer (ook wel bekend als een e-mailaccountcompromis of \"EAC\"). Ze kunnen zich ook voordoen als het potentiële slachtoffer om de organisatie de informatie over de directe storting van de werknemer te laten wijzigen om hun deponering om te leidenga naar een account dat de fraudeur controleert.\r\n\r\n \r\n\r\nBEC / BES-zwendels hebben verschillende manieren gebruikt om verzoeken voor overboekingen, betaling van valse facturen en andere op te nemen. In de afgelopen jaren heeft de IRS variaties op deze zwendel waargenomen waarbij valse IRS-documenten worden gebruikt om het valse verzoek legitiem te maken. Een fraudeur kan bijvoorbeeld een nepfactuurschema proberen en een schijnbaar legitiem IRS-document gebruiken om het slachtoffer te overtuigen. <a href=\"https://www.123creditcardvergelijk.nl/american-express/\">American Express informatie</a> duidelijk\r\n\r\n \r\n\r\nDe Direct Deposit en andere BEC / BES-variaties moeten worden doorgestuurd naar het Federal Bureau of Investigation Internet Crime Complaint Center (IC3), waar een klacht kan worden ingediend. De IRS vraagt dat formulier W-2-oplichting wordt gemeld aan: [email protected] (Onderwerp: W-2 Scam).\r\n\r\n \r\n\r\nRansomware: dit is een groeiende cybercriminaliteit. Ransomware is malware die gericht is op menselijke en technische zwakheden om de computer, het netwerk of de server van een potentieel slachtoffer te infecteren. Malware is een vorm van invasieve software die vaak per ongeluk door de gebruiker wordt gedownload. Eenmaal gedownload, houdt het toetsaanslagen en andere computeractiviteiten bij. Eenmaal besmet, zoekt en vergrendelt ransomware kritieke of gevoelige gegevens met zijn eigen codering. In sommige gevallen kunnen hele computernetwerken negatief worden beïnvloed.\r\n\r\n \r\n\r\nSlachtoffers zijn zich over het algemeen niet bewust van de aanval totdat ze proberen toegang te krijgen tot hun gegevens, of tot ze een losgeldverzoek ontvangen in de vorm van een pop-upvenster. Deze criminelen willen niet worden getraceerd, dus gebruiken ze vaak anonieme berichtenplatforms en eisen betaling in virtuele valuta zoals Bitcoin. <a href=\"https://www.123creditcardvergelijk.nl/american-express/\">Gratiscreditcards.nl</a> online\r\n\r\n \r\n\r\nCybercriminelen kunnen een phishing-e-mail gebruiken om een potentieel slachtoffer te misleiden om een link of bijlage met de ransomware te openen. Deze kunnen e-mailverzoeken omvatten om een nep COVID-19-liefdadigheidsinstelling te ondersteunen. Cybercriminelen zoeken ook naar systeemkwetsbaarheden waarbij menselijke fouten niet nodig zijn om hun malware af te leveren.\r\n\r\n \r\n\r\nDe IRS en zijn Security Summit-partners hebben belastingprofessionals en belastingbetalers geadviseerd om de gratis multi-factor authenticatie-functie te gebruiken die wordt aangeboden op softwareproducten voor belastingvoorbereiding. Het gebruik van de multi-factor authenticatiefunctie is een gratis en gemakkelijke manier om klanten en artsenpraktijken te beschermen tegen diefstal van gegevens. Aanbieders van belastingsoftware bieden ook gratis multi-factor authenticatiebescherming op hun doe-het-zelfproducten voor belastingbetalers.','IRS onthult ‘Dirty Dozen’ lijst met belastingzwendel voor 2020','','inherit','closed','closed','','73-revision-v1','','','2020-08-11 02:47:02','2020-08-11 02:47:02','',73,'http://landjuweelfestival.nl/73-revision-v1/',0,'revision','',0),(78,1,'2020-08-25 06:27:17','2020-08-25 06:27:17','<h1>Autoverzekeringsclaims dalen, maar verzekeraars steken de besparingen in eigen zak! Als slechts een handvol bestuurders van vergoedingen, onthullen we waar de kosten het meest zijn gedaald</h1>\r\nAutoverzekeraars hebben £ 1,3 miljard bespaard omdat er minder claims werden betaald tijdens de lockdown\r\n\r\nDe meeste chauffeurs zijn echter hun premies blijven betalen zoals voorheen\r\n\r\nOndanks enkele uitzonderingen zijn de meeste automobilisten niet vergoed\r\n\r\nAutoverzekeraars hebben maar liefst £ 1,3 miljard bespaard sinds de lockdown begon, omdat er minder claims werden ingediend en betaald terwijl chauffeurs thuis bleven.\r\n<h2>Inboedelverzekeringen</h2>\r\n\'Het zal interessant zijn om te zien of alle verzekeraars terugbetalen. De concurrentie tussen hen zal de komende maanden wellicht toenemen, en dat betekent dat klanten een lichte daling van de premies voor autoverzekeringen moeten zien. \' <a href=\"https://www.aansprakelijkheidsverzekering.com/inboedelverzekering-vergelijken.html\" target=\"_blank\" rel=\"noopener noreferrer\">Een goede inboedelverzekering vinden</a> voor goedkopere prijs.\r\n\r\n \r\n\r\n<iframe src=\"https://www.youtube.com/embed/peC3A9lDMh4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nMaar hoewel sommige verzekeraars zoals Admiral en LV hun klanten restituties hebben aangeboden, moeten de meesten dit nog doen - wat betekent dat veel chauffeurs de odds hebben betaald voor voertuigen die ze niet hebben gebruikt.\r\n\r\nEn hoewel de autoverzekering voor nieuwe klanten goedkoper is geworden naarmate de lockdown vordert, zullen de meeste polishouders die gedurende deze periode niet hebben verlengd, hun premies blijven betalen tegen hetzelfde tarief als vóór de crisis toesloeg. <a href=\"https://www.aansprakelijkheidsverzekering.com/woonverzekering.html\" target=\"_blank\" rel=\"noopener noreferrer\">Woonverzekering verzekeraars vergelijken</a> voor betere afsluiting.\r\n\r\nEen daling van 70 procent in auto-ongelukken zorgde ervoor dat verzekeraars een extra £ 47 per automobilist verdienden\r\n\r\nPrijsvergelijkingssite Safe baseerde het cijfer van £ 1,3 miljard op gegevens van de Association of British Insurers, evenals 18 verzekeraars die anonieme claimgegevens aan de site verstrekten. De studie is gebaseerd op meer dan een half miljoen polishouders uit het hele VK.','Een verzekering die bij jou past','','publish','closed','closed','','een-verzekering-die-bij-jou-past','','','2020-08-19 06:29:20','2020-08-19 06:29:20','',0,'http://landjuweelfestival.nl/?p=78',0,'post','',0),(79,1,'2020-08-19 06:28:48','2020-08-19 06:28:48','','7qwekqkekqekqekqkekqkeq','','inherit','closed','closed','','7qwekqkekqekqekqkekqkeq','','','2020-08-19 06:28:48','2020-08-19 06:28:48','',78,'http://landjuweelfestival.nl/wp-content/uploads/2020/08/7qwekqkekqekqekqkekqkeq.jpg',0,'attachment','image/jpeg',0),(80,1,'2020-08-19 06:29:20','2020-08-19 06:29:20','<h1>Autoverzekeringsclaims dalen, maar verzekeraars steken de besparingen in eigen zak! Als slechts een handvol bestuurders van vergoedingen, onthullen we waar de kosten het meest zijn gedaald</h1>\r\nAutoverzekeraars hebben £ 1,3 miljard bespaard omdat er minder claims werden betaald tijdens de lockdown\r\n\r\nDe meeste chauffeurs zijn echter hun premies blijven betalen zoals voorheen\r\n\r\nOndanks enkele uitzonderingen zijn de meeste automobilisten niet vergoed\r\n\r\nAutoverzekeraars hebben maar liefst £ 1,3 miljard bespaard sinds de lockdown begon, omdat er minder claims werden ingediend en betaald terwijl chauffeurs thuis bleven.\r\n<h2>Inboedelverzekeringen</h2>\r\n\'Het zal interessant zijn om te zien of alle verzekeraars terugbetalen. De concurrentie tussen hen zal de komende maanden wellicht toenemen, en dat betekent dat klanten een lichte daling van de premies voor autoverzekeringen moeten zien. \' <a href=\"https://www.aansprakelijkheidsverzekering.com/inboedelverzekering-vergelijken.html\" target=\"_blank\" rel=\"noopener noreferrer\">Een goede inboedelverzekering vinden</a> voor goedkopere prijs.\r\n\r\n \r\n\r\n<iframe src=\"https://www.youtube.com/embed/peC3A9lDMh4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nMaar hoewel sommige verzekeraars zoals Admiral en LV hun klanten restituties hebben aangeboden, moeten de meesten dit nog doen - wat betekent dat veel chauffeurs de odds hebben betaald voor voertuigen die ze niet hebben gebruikt.\r\n\r\nEn hoewel de autoverzekering voor nieuwe klanten goedkoper is geworden naarmate de lockdown vordert, zullen de meeste polishouders die gedurende deze periode niet hebben verlengd, hun premies blijven betalen tegen hetzelfde tarief als vóór de crisis toesloeg. <a href=\"https://www.aansprakelijkheidsverzekering.com/woonverzekering.html\" target=\"_blank\" rel=\"noopener noreferrer\">Woonverzekering verzekeraars vergelijken</a> voor betere afsluiting.\r\n\r\nEen daling van 70 procent in auto-ongelukken zorgde ervoor dat verzekeraars een extra £ 47 per automobilist verdienden\r\n\r\nPrijsvergelijkingssite Safe baseerde het cijfer van £ 1,3 miljard op gegevens van de Association of British Insurers, evenals 18 verzekeraars die anonieme claimgegevens aan de site verstrekten. De studie is gebaseerd op meer dan een half miljoen polishouders uit het hele VK.','Een verzekering die bij jou past','','inherit','closed','closed','','78-revision-v1','','','2020-08-19 06:29:20','2020-08-19 06:29:20','',78,'http://landjuweelfestival.nl/78-revision-v1/',0,'revision','',0),(81,1,'2020-08-25 07:25:44','2020-08-25 07:25:44','De apparatuur zou aan de spiegel van de auto worden bevestigd en instructeurs kunnen zowel de weg als de leerling zien. <a href=\"https://verkeersborden.nu/theorie-examen-oefenen\" target=\"_blank\" rel=\"noopener noreferrer\">cbr theorie examen</a> kan ook online.\r\n\r\nZe zouden echter niet in staat zijn om de voeten van de leerling te zien, wat problematisch blijkt te zijn om leerlingen te leren niet te \"kusten\", zei hij.\r\n\r\nDe school onderzoekt ook mobiele units voor luchtontsmetting, die de lucht in de auto\'s zuiveren en windschermen hebben voor de voor- en achterruiten.\r\n\r\nBeide instructeurs zijn het erover eens dat rijscholen \'een van de eerste dingen hadden moeten zijn die eerder terugkwamen\' en wachten op instructies van de HSE en de regering om erachter te komen waar ze staan in de routekaart voor heropening.\r\n\r\nIn alle faen moeten echter sociale afstands- en hygiënemaatregelen worden nageleefd.\r\n\r\n \r\n\r\n<iframe src=\"https://www.youtube.com/embed/FY7vBbxtXJ4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIan en Kevin zeiden dat ze er alles aan doen om veiligheidsmaatregelen door te voeren, vooral omdat ze in de auto geen twee meter afstand kunnen houden van studentbestuurders.\r\n<h2>De motor theorie oefenen</h2>\r\nSommige diensten van de Road Safety Authority - waaronder de National Driver License Service, de Driver Theory Test en de National Car Testing Service - zijn vanaf 8 juni geleidelijk heropend.\r\n\r\nMaar er zijn nog steeds \"problemen die moeten worden opgelost\" om de Driver Testing Service terug te laten keren, zei minister van Transport Shane Ross.\r\n\r\nEerder deze week verklaarde hij: \"Hoewel ik de mogelijkheid zie dat het testen van vrachtwagens, bussen en motorfietsen wordt hervat, zijn er in fase 3 problemen die moeten worden overwonnen om de rijtests voor auto\'s te hervatten.\r\n\r\n\"Deze uitdagingen zijn onder meer het handhaven van sociale afstand, aangezien een rijtest van een auto betekent dat gedurende een periode van meer dan 15 minuten nauw contact in een afgesloten ruimte tussen de bestuurderstester en de leerling-bestuurder plaatsvindt. <a href=\"https://verkeersborden.nu/motor-theorie-tips\" target=\"_blank\" rel=\"noopener noreferrer\">motor theorie leren</a> heeft ook zijn voordelen.\r\n\r\nAutomatische lessen en IN Gear Driving School-instructeur Ian Daly onthulden dat hij heeft gewerkt aan het invoeren van veiligheidsmaatregelen om \"zich aan te passen en te kunnen werken\" zodra 20 juli komt.','CBR theorie examen trainer','','publish','closed','closed','','cbr-theorie-examen-trainer','','','2020-08-20 07:28:01','2020-08-20 07:28:01','',0,'http://landjuweelfestival.nl/?p=81',0,'post','',0),(82,1,'2020-08-20 07:27:33','2020-08-20 07:27:33','','5kqwekqkekqekqkeqk','','inherit','closed','closed','','5kqwekqkekqekqkeqk','','','2020-08-20 07:27:33','2020-08-20 07:27:33','',81,'http://landjuweelfestival.nl/wp-content/uploads/2020/08/5kqwekqkekqekqkeqk.jpg',0,'attachment','image/jpeg',0),(83,1,'2020-08-20 07:28:01','2020-08-20 07:28:01','De apparatuur zou aan de spiegel van de auto worden bevestigd en instructeurs kunnen zowel de weg als de leerling zien. <a href=\"https://verkeersborden.nu/theorie-examen-oefenen\" target=\"_blank\" rel=\"noopener noreferrer\">cbr theorie examen</a> kan ook online.\r\n\r\nZe zouden echter niet in staat zijn om de voeten van de leerling te zien, wat problematisch blijkt te zijn om leerlingen te leren niet te \"kusten\", zei hij.\r\n\r\nDe school onderzoekt ook mobiele units voor luchtontsmetting, die de lucht in de auto\'s zuiveren en windschermen hebben voor de voor- en achterruiten.\r\n\r\nBeide instructeurs zijn het erover eens dat rijscholen \'een van de eerste dingen hadden moeten zijn die eerder terugkwamen\' en wachten op instructies van de HSE en de regering om erachter te komen waar ze staan in de routekaart voor heropening.\r\n\r\nIn alle faen moeten echter sociale afstands- en hygiënemaatregelen worden nageleefd.\r\n\r\n \r\n\r\n<iframe src=\"https://www.youtube.com/embed/FY7vBbxtXJ4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIan en Kevin zeiden dat ze er alles aan doen om veiligheidsmaatregelen door te voeren, vooral omdat ze in de auto geen twee meter afstand kunnen houden van studentbestuurders.\r\n<h2>De motor theorie oefenen</h2>\r\nSommige diensten van de Road Safety Authority - waaronder de National Driver License Service, de Driver Theory Test en de National Car Testing Service - zijn vanaf 8 juni geleidelijk heropend.\r\n\r\nMaar er zijn nog steeds \"problemen die moeten worden opgelost\" om de Driver Testing Service terug te laten keren, zei minister van Transport Shane Ross.\r\n\r\nEerder deze week verklaarde hij: \"Hoewel ik de mogelijkheid zie dat het testen van vrachtwagens, bussen en motorfietsen wordt hervat, zijn er in fase 3 problemen die moeten worden overwonnen om de rijtests voor auto\'s te hervatten.\r\n\r\n\"Deze uitdagingen zijn onder meer het handhaven van sociale afstand, aangezien een rijtest van een auto betekent dat gedurende een periode van meer dan 15 minuten nauw contact in een afgesloten ruimte tussen de bestuurderstester en de leerling-bestuurder plaatsvindt. <a href=\"https://verkeersborden.nu/motor-theorie-tips\" target=\"_blank\" rel=\"noopener noreferrer\">motor theorie leren</a> heeft ook zijn voordelen.\r\n\r\nAutomatische lessen en IN Gear Driving School-instructeur Ian Daly onthulden dat hij heeft gewerkt aan het invoeren van veiligheidsmaatregelen om \"zich aan te passen en te kunnen werken\" zodra 20 juli komt.','CBR theorie examen trainer','','inherit','closed','closed','','81-revision-v1','','','2020-08-20 07:28:01','2020-08-20 07:28:01','',81,'http://landjuweelfestival.nl/81-revision-v1/',0,'revision','',0),(84,0,'2020-09-08 07:43:21','2020-09-08 07:43:21','<iframe title=\"Bitcoin kopen? Complete beginners handleiding\" width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/S3n3ShHMCa0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','da3ae1075eff5b6504e271b558c5597c','','','2020-09-08 07:43:21','2020-09-08 07:43:21','',0,'http://landjuweelfestival.nl/da3ae1075eff5b6504e271b558c5597c/',0,'oembed_cache','',0),(85,1,'2020-09-20 16:06:00','2020-09-20 16:06:00','<!-- wp:paragraph -->\r\n<p>In some cases it very well may be a test to find what the best would be in some random circumstance. At the point when you are taking a gander at the best running shoes for ladies, a few things rings a bell which incorporates its dependability, the degree of solace you can get and obviously the value you need to pay for them. There are a wide range of <a href=\"https://zorgkrant.nl/management-en-beleid/7503-75-miljoen-voor-substitutie\">types</a> to look over which all offers an alternate sort of usefulness to improve the clients\' understanding.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>There are a lot of various models that get top decision grants or the various functionalities it offer. Here are the main ten hints which can assist you with picking the best running shoes for ladies.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li>Steadiness</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The steadiness of the running shoes is fundamentally significant since you would be moving around in these shoes so this ought to be a significant factor to consider. The steadiness of the shoe could never be risked. The best running shoes for ladies must accompany a solid and extensive strength so you would not probably wobble and fall on the grounds that the shoes gave way when you are running.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":2} -->\r\n<ul>\r\n<li>Padding</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Everybody needs to wear a couple of shoes that is <a href=\"https://www.parlementairemonitor.nl/9353000/1/j9vvij5epmj1ey0/vkoefgrypmzy\">agreeable</a>. The best running shoes for ladies must be particularly agreeable; which would scarcely purpose any type of agony on the feet. Shoes that are too close can cause injury and serious uneasiness as are shoes which are excessively free. You would need a cozy fit which embraces your feet serenely when you are running. Those with high curve ought to be cautious about picking the correct shoe with additional cushioning for comfort.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":3} -->\r\n<ul>\r\n<li>Movement Control</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Shoes which are magnificent for running ought to have extraordinary movement control. A decent shoe must give greatest help for the curve of the feet and at the front of the feet too. The shoes should empower you to move about and stop whenever fundamental without slipping.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":4} -->\r\n<ul>\r\n<li>Cost</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The valuing of the running shoes assumes a significant job in picking the correct running shoes. Running shoes for ladies come at different degrees of value level so you can generally choose the one that is best for you.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":5} -->\r\n<ul>\r\n<li>Toughness</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The toughness of the shoe is another significant factor in choosing the running shoe. Consider the strength of the shoe. A decent pair of running shoes ought to have the option to withstand the attacks and the intense condition it would be exposed to for example stumbling into open landscapes and planes with the shoes on. Normally, these kinds of shoes frequently destroy quicker than shoes utilized for different events.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":6} -->\r\n<ul>\r\n<li>Unwavering quality</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The unwavering quality of the shoe is significant too. The shoe ought to have the best possible footing and have the option to hold on a wide range of surfaces without slipping or giving way.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"start\":7} -->\r\n<ul>\r\n<li>Maker</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>It is likewise imperative to pick a producer that has a solid reputation of delivering incredible quality shoes for running. Various producers offer various sorts of running shoes that has its own positive characteristics and negative focuses, and you would need to choose those that would upgrade your own qualities and increases your shortcomings.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"ordered\":true,\"start\":8} -->\r\n<ol start=\"8\">\r\n<li>Guarantee</li>\r\n</ol>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Check the guarantee time frame when you bought. A decent pair of running shoe would have its own guarantee period which secures it against a wide range of assembling deformity If the shoes are found to experience the ill effects of assembling defaults during this period, you can return it and get another pair of shoes or a full discount of your price tag.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"ordered\":true,\"start\":9} -->\r\n<ol start=\"9\">\r\n<li>Audits</li>\r\n</ol>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Understand audits so you realize which shoes are best for your particular condition and which are the ones that should be maintained a strategic distance from. The experience of others can guide you in picking the correct shoe for your necessities. There are numerous online stores and locales cap offer client surveys and feelings you can peruse, s and offer your own criticism too. Make it a point to completely utilize these locales as much as possible.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list {\"ordered\":true,\"start\":10} -->\r\n<ol start=\"10\">\r\n<li>Correlation Shopping</li>\r\n</ol>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Prior to choosing the best running shoes and choosing the best one as your own running shoes, do some examination shopping to check for the pieces and arrangements advertised. This should be possible effectively on the off chance that you plan on getting one on the web. There are likewise some acceptable fakes being sold out there as the authentic stuff. Be careful about such occurrence so you can abstain from getting misled particularly in the online world.</p>\r\n<!-- /wp:paragraph -->','10 Tips to Help You Choose the Best Running Shoes for Women','','inherit','closed','closed','','27-revision-v1','','','2020-09-20 16:06:00','2020-09-20 16:06:00','',27,'http://landjuweelfestival.nl/27-revision-v1/',0,'revision','',0),(86,1,'2020-10-01 03:15:42','2020-10-01 03:15:42','De Internal Revenue Service heeft vandaag haar jaarlijkse \"Dirty Dozen\" -lijst van belastingfraude bekendgemaakt, met speciale nadruk op agressieve en zich ontwikkelende regelingen met betrekking tot belastingverlaging op coronavirus, waaronder Economic Impact Payments.\r\n\r\n \r\n\r\nDit jaar richt de Dirty Dozen zich op oplichting die is gericht op belastingbetalers. De criminelen achter deze nepschema\'s beschouwen iedereen als een potentieel gemakkelijke prooi. De IRS dringt er bij iedereen op aan om voortdurend op hun hoede te zijn en op anderen in hun leven te letten.\r\n\r\n \r\n\r\n\"Belastingfraude neemt vaak toe tijdens het belastingseizoen of in tijden van crisis, en oplichters gebruiken pandemie om geld en informatie van eerlijke belastingbetalers te stelen\", zei commissaris Chuck Rettig van de IRS. “De IRS biedt de Dirty Dozen-lijst om het bewustzijn te vergroten over veelvoorkomende oplichting die fraudeurs gebruiken om mensen te targeten. We dringen er bij mensen op aan om op hun hoede te zijn voor deze oplichting. De IRS doet haar best om Amerikanen te beschermen. We zullen meedogenloos criminelen vervolgen die proberen uw geld of gevoelige persoonlijke financiële informatie te stelen. ”\r\n\r\n \r\n\r\nBelastingbetalers worden aangemoedigd om de lijst te bekijken in een speciale sectie op IRS.gov en het hele jaar op hun hoede te zijn voor deze zwendel. Belastingbetalers moeten ook onthouden dat zij wettelijk verantwoordelijk zijn voor wat er op hun belastingaangifte staat, zelfs als dit door iemand anders is opgesteld. Consumenten kunnen zichzelf helpen beschermen door een gerenommeerde belastingvoorbereider te kiezen.\r\n\r\nhttps://www.youtube.com/watch?v=QvCVji-GWyo\r\n\r\nDe IRS dringt er bij de belastingbetalers op aan om zich ervan te onthouden potentiële oplichters online of telefonisch te betrekken. De IRS is van plan dit jaar ook een vergelijkbare lijst met handhavings- en nalevingsprioriteiten te onthullen.\r\n\r\n \r\n\r\nEen aankomende reeks persberichten zal de nadruk leggen op de illegale regelingen en technieken die bedrijven en individuen gebruiken om te voorkomen dat zij hun wettelijke belastingplicht moeten betalen. Onderwerpen zijn onder meer oplichting als beledigende micro-gevangenen en frauduleuze conservatie-erfdienstbaarheden.\r\n\r\n \r\n\r\nHier zijn de ‘Dirty Dozen’ oplichting van dit jaar:\r\n\r\n \r\n\r\nPhishing: belastingbetalers moeten alert zijn op potentiële nep-e-mails of websites die persoonlijke informatie willen stelen. De IRS zal nooit via e-mail contact opnemen met belastingbetalers over een belastingaanslag, terugbetaling of economische impactbetalingen. Klik niet op links die beweren afkomstig te zijn van de IRS. Wees op uw hoede voor e-mails en websites - ze kunnen niets meer zijn dan oplichting om persoonlijke informatie te stelen.\r\n\r\n \r\n\r\nIRS Criminal Investigation heeft een enorme toename gezien van phishing-schema\'s die gebruikmaken van e-mails, brieven, teksten en links. Deze phishing-schema\'s gebruiken op verschillende manieren trefwoorden zoals \"coronavirus\", \"COVID-19\" en \"Stimulus\".\r\n\r\n \r\n\r\nDeze schema\'s worden aan een groot aantal mensen bekendgemaakt in een poging om persoonlijke identificatiegegevens of financiële rekeninginformatie te krijgen, inclusief rekeningnummers en wachtwoorden. De meeste van deze nieuwe regelingen spelen actief in op de angst en onbekendheid van het virus en de stimulusbetalingen. (Zie IR-2020-115 voor meer informatie.)\r\n\r\n \r\n\r\nFake Charities: criminelen maken vaak misbruik van natuurrampen en andere situaties, zoals de huidige COVID-19-pandemie, door nep-liefdadigheidsinstellingen op te zetten om te stelen van goedbedoelende mensen die proberen te helpen in tijden van nood. Valse oplichting voor liefdadigheid stijgt over het algemeen in tijden als deze.\r\n\r\n \r\n\r\nFrauduleuze regelingen beginnen normaal gesproken met ongevraagd contact per telefoon, sms, sociale media, e-mail of persoonlijk met behulp van verschillende tactieken. Bogus-websites gebruiken namen die lijken op legitieme liefdadigheidsinstellingen om mensen te misleiden om geld te sturen of persoonlijke financiële informatie te verstrekken. Ze kunnen zelfs beweren voor of namens de IRS te werken om slachtoffers te helpen bij het indienen van schadeclaims en om belastingteruggave te krijgen.\r\n\r\n \r\n\r\nBelastingbetalers moeten vooral op hun hoede zijn voor liefdadigheidsinstellingen met namen als nationaal bekende organisaties. Legitieme liefdadigheidsinstellingen verstrekken desgevraagd hun Employer Identification Number (EIN), dat kan worden gebruikt om hun legitimiteit te verifiëren. Belastingbetalers kunnen legitieme en gekwalificeerde goede doelen vinden met de zoekfunctie op IRS.gov.\r\n\r\n \r\n\r\nDreigende telefoongesprekken met nabootsers van imitators: IRS-nabootsing van imitatie kan in vele vormen voorkomen. Een veelvoorkomend probleem blijft nep bedreigende telefoontjes van een crimineel die beweert bij de IRS te zijn. De oplichter probeert het potentiële slachtoffer angst en urgentie bij te brengen. In feite zal de IRS een belastingbetaler nooit bedreigen of hem of haar verrassen met een verzoek om onmiddellijke betaling.\r\n\r\n \r\n\r\nTelefonische oplichting of \"vishing\" (voice phishing) vormen een grote bedreiging. Telefoontjes met oplichting, inclusief diegenen die arrestatie, uitzetting of intrekking van een vergunning bedreigen als het slachtoffer geen valse belastingaanslag betaalt, worden het hele jaar door gemeld. Deze oproepen hebben vaak de vorm van een \"robocall\" (een tekst-naar-spraak opgenomen bericht met instructies voor het terugbellen van de oproep).\r\n\r\n \r\n\r\nDe IRS zal im nooit eisenbemiddeling bij betaling, bedreiging, telefonisch om financiële informatie vragen of bellen over een onverwachte terugbetaling of betaling met economische impact. Belastingbetalers moeten contact opnemen met de echte IRS als ze zich zorgen maken over een belastingprobleem.\r\n\r\n \r\n\r\nFraude met sociale media: belastingbetalers moeten zichzelf beschermen tegen oplichting via sociale media, die vaak evenementen zoals COVID-19 gebruiken om mensen te misleiden. Via sociale media kan iedereen informatie met iemand anders op internet delen. Oplichters gebruiken die informatie als munitie voor een grote verscheidenheid aan oplichting. Deze omvatten e-mails waarin oplichters zich voordoen als iemands familie, vrienden of collega\'s.\r\n\r\n \r\n\r\nOplichting via sociale media heeft ook geleid tot belastinggerelateerde identiteitsdiefstal. Het basiselement van oplichting via sociale media is het overtuigen van een potentieel slachtoffer dat hij of zij te maken heeft met een persoon bij hem in de buurt die ze vertrouwen via e-mail, sms of berichten op sociale media.\r\n\r\n \r\n\r\nMet behulp van persoonlijke informatie kan een oplichter een potentieel slachtoffer e-mailen en een link opnemen naar iets interessants voor de ontvanger dat malware bevat die bedoeld is om meer misdaden te plegen. Oplichters infiltreren ook de e-mails en mobiele telefoons van hun slachtoffers om achter hun vrienden en familie aan te gaan met nep-e-mails die echt lijken en sms-berichten die vragen om bijvoorbeeld kleine donaties aan nep-goede doelen die aantrekkelijk zijn voor de slachtoffers.\r\n\r\n \r\n\r\nEIP of diefstal van restitutie: de IRS heeft de afgelopen jaren grote stappen gemaakt tegen terugbetalingsfraude en diefstal, maar ze blijven een voortdurende bedreiging. Criminelen hebben dit jaar ook hun aandacht gericht op het stelen van economische impactbetalingen zoals voorzien door de Coronavirus Aid, Relief and Economic Security (CARES) Act.\r\n\r\n \r\n\r\nVeel van dit komt voort uit identiteitsdiefstal waarbij criminelen valse belastingaangiften indienen of andere valse informatie verstrekken aan de IRS om restituties om te leiden naar verkeerde adressen of bankrekeningen.\r\n\r\n \r\n\r\nDe IRS heeft onlangs verpleeghuizen en andere zorginstellingen gewaarschuwd dat Economic Impact Payments over het algemeen aan de ontvangers toebehoren, niet aan de organisaties die de zorg verlenen. Dit kwam na bezorgdheid dat mensen en bedrijven mogelijk profiteren van kwetsbare bevolkingsgroepen die de betalingen hebben ontvangen. Deze betalingen tellen niet mee als een middel om te bepalen of u in aanmerking komt voor Medicaid en andere federale programma\'s. Ze tellen ook niet mee als inkomen bij het bepalen van de geschiktheid voor deze programma\'s. Zie IR-2020-121 voor meer.\r\n\r\n \r\n\r\nBelastingbetalers kunnen de Coronavirus Tax Relief-pagina van IRS.gov raadplegen voor hulp bij het verkrijgen van hun EIP\'s. Iedereen die denkt dat ze het slachtoffer kunnen worden van identiteitsdiefstal, moet de Taxpayer Guide to Identity Theft raadplegen op IRS.gov.\r\n\r\n \r\n\r\nOuderenfraude: senioren en mensen die om hen geven, moeten alert zijn op belastingfraude gericht op oudere Amerikanen. De IRS erkent de alomtegenwoordigheid van fraude gericht op oudere Amerikanen, samen met onder meer het ministerie van Justitie en de FBI, de Federal Trade Commission, het Consumer Financial Protection Bureau (CFPB).\r\n\r\n \r\n\r\nSenioren zijn vaker het doelwit en slachtoffer van oplichters dan andere segmenten van de samenleving. Financieel misbruik van senioren is een probleem onder persoonlijke en professionele relaties. Anekdotisch bewijs bij professionele services geeft aan dat oudere fraude aanzienlijk afneemt wanneer de serviceprovider weet dat een vertrouwde vriend of familielid interesse heeft in de aangelegenheden van de senior.\r\n\r\n \r\n\r\nOudere Amerikanen voelen zich meer op hun gemak met evoluerende technologieën, zoals sociale media. Helaas geeft dat oplichters een ander middel om te profiteren. Phishing-zwendel in verband met Covid-19 vormt een groot gevaar voor dit aanvraagseizoen. Senioren moeten alert zijn op een voortdurende golf van nep-e-mails, sms-berichten, websites en pogingen van sociale media om persoonlijke informatie te stelen.\r\n\r\n \r\n\r\nScams gericht op niet-Engelse sprekers: IRS-imitators en andere oplichters richten zich ook op groepen met een beperkte Engelse taalvaardigheid. Deze oplichting is vaak bedreigend van aard. Sommige oplichting is ook gericht op diegenen die mogelijk een betaling met een economische impact ontvangen en vragen om persoonlijke of financiële informatie van de belastingbetaler.\r\n\r\n \r\n\r\nTelefoonzwendel vormt een grote bedreiging voor mensen met beperkte toegang tot informatie, waaronder personen die niet helemaal vertrouwd zijn met de Engelse taal. Deze oproepen hebben vaak de vorm van een \"robocall\" (een tekst-naar-spraak opgenomen bericht met instructies voor het terugbellen van de oproep), maar in sommige gevallen kunnen ze door een echt persoon worden gedaan. Deze oplichters hebben mogelijk een deel van de informatie van de belastingbetaler, waaronder hun adres, de laatste vier cijfers van hun sofinummer of andere persoonlijke gegevens, waardoor het telefoneren legitiemer lijkt.\r\n\r\n \r\n\r\nEen veel voorkomende is de IRS-imitatie-zwendel waarbij een belastingbetaler een telefoontje ontvangt dat de gevangenisstraf bedreigt, deportatie of intrekking van een rijbewijs van iemand die beweert bij de IRS te zijn. Belastingbetalers die recent immigranten zijn, zijn vaak het meest kwetsbaar en moeten deze bedreigingen negeren en de oplichters niet inschakelen.\r\n\r\n \r\n\r\nGewetenloze Return Preparers: Het selecteren van de juiste Return Preparer is belangrijk. Ze zijn belast met de gevoelige persoonsgegevens van een belastingbetaler. De meeste belastingprofessionals bieden eerlijke, hoogwaardige service, maar oneerlijke voorbereiders duiken elk aanvraagseizoen op om fraude te plegen, onschuldige belastingbetalers te schaden of belastingbetalers ertoe te brengen illegale dingen te doen waar ze later spijt van krijgen.\r\n\r\n \r\n\r\nBelastingbetalers moeten zogenaamde \"spook\" -voorbereiders vermijden die hun klanten blootstellen aan mogelijk ernstige fouten bij het indienen van documenten, evenals aan belastingfraude en het risico hun terugbetaling te verliezen. Nu veel belastingprofessionals getroffen worden door COVID-19 en hun kantoren mogelijk gesloten zijn, moeten belastingbetalers bijzonder voorzichtig zijn bij het selecteren van een geloofwaardige belastingvoorbereider.\r\n\r\n \r\n\r\nGeestvoorbereiders ondertekenen niet de belastingaangiften die ze voorbereiden. Ze kunnen de belastingaangifte afdrukken en de belastingbetaler vertellen dat deze moet ondertekenen en naar de IRS moet mailen. Voor retouren via e-mail bereidt de spookvoorbereider zich voor, maar ondertekent deze niet digitaal als de betaalde voorbereider. Volgens de wet moet iedereen die wordt betaald ter voorbereiding of assistentie bij het opstellen van federale belastingaangiftes, beschikken over een Preparer Tax Identification Number (PTIN). Betaalde voorbereiders moeten hun PTIN ondertekenen bij retourneringen.\r\n\r\n \r\n\r\nGewetenloze voorbereiders kunnen zich ook richten op degenen zonder een deponeringsverplichting en kunnen al dan niet een terugbetaling ontvangen. Ze beloven opgeblazen terugbetalingen door valse belastingkredieten te claimen, waaronder onderwijskredieten, het Earned Income Tax Credit (EITC) en anderen. Belastingbetalers moeten vermijden dat opstellers die hen vragen een blanco aangifte te ondertekenen, een grote terugbetaling beloven voordat ze naar de administratie van de belastingbetaler kijken of kosten in rekening brengen op basis van een percentage van de terugbetaling.\r\n\r\n \r\n\r\nBelastingbetalers zijn uiteindelijk verantwoordelijk voor de juistheid van hun belastingaangifte, ongeacht wie deze opstelt. Belastingbetalers kunnen naar een speciale pagina op IRS.gov gaan voor tips over het kiezen van een preparator.\r\n\r\n \r\n\r\nAanbieding in compromismolens: Belastingbetalers moeten op hun hoede zijn voor misleidende bedrijven voor het oplossen van belastingschulden die de kansen kunnen overdrijven om de belastingschulden voor \"centen op de dollar\" te vereffenen via een aanbod in compromis (OIC). Deze aanbiedingen zijn beschikbaar voor belastingbetalers die voldoen aan zeer specifieke wettelijke criteria om in aanmerking te komen voor het verlagen van hun belastingaanslag. Maar gewetenloze bedrijven verkopen het programma door aan ongekwalificeerde kandidaten, zodat ze een forse vergoeding kunnen innen bij belastingbetalers die al met schulden kampen.\r\n\r\n \r\n\r\nDeze oplichting wordt gewoonlijk OIC \'molens\' genoemd, die een groot netto voor belastingbetalers vormen, hen dure kosten in rekening brengen en aanvragen indienen voor een programma waarvoor ze waarschijnlijk niet in aanmerking komen. Hoewel het OIC-programma jaarlijks duizenden belastingbetalers helpt hun belastingschuld te verminderen, komt niet iedereen in aanmerking voor een OIC. In het boekjaar 2019 waren er 54.000 OIC\'s ingediend bij de IRS. De dienst nam 18.000 van hen aan.\r\n\r\n \r\n\r\nIndividuele belastingbetalers kunnen de gratis online aanbieding in de Compromise Pre-Qualifier-tool gebruiken om te zien of ze in aanmerking komen. De eenvoudige tool stelt belastingbetalers in staat om in aanmerking te komen en geeft een geschat biedingsbedrag. Belastingbetalers kunnen een OIC aanvragen zonder vertegenwoordiging door derden; maar de IRS herinnert belastingbetalers eraan dat als ze hulp nodig hebben, ze voorzichtig moeten zijn met wie ze inhuren.\r\n\r\n \r\n\r\nValse betalingen met terugbetalingsvereisten: criminelen vinden altijd nieuwe manieren om belastingbetalers te laten geloven dat ze oplichterij zijn, waaronder het doen van een valse terugbetaling op de werkelijke bankrekening van de belastingbetaler. Hier is hoe de zwendel werkt:\r\n\r\n \r\n\r\nEen oplichter steelt of verkrijgt de persoonlijke gegevens van een belastingbetaler, inclusief sofinummer of ITIN-nummer (Individual Taxpayer Identification Number) en bankrekeninggegevens. De oplichter dient een valse belastingaangifte in en de terugbetaling wordt gestort op de cheque- of spaarrekening van de belastingbetaler. Zodra de directe storting de bankrekening van de belastingbetaler bereikt, belt de fraudeur hen op en doet zich voor als IRS-medewerker. De belastingbetaler wordt verteld dat er een fout is opgetreden en dat de IRS het onmiddellijk teruggestuurde geld nodig heeft, anders zullen er boetes en rente worden opgelegd. De belastingbetaler moet specifieke cadeaubonnen kopen voor het bedrag van de terugbetaling.\r\n\r\n \r\n\r\nDe IRS zal nooit betaling via een specifieke methode eisen. Er zijn veel betalingsopties beschikbaar voor belastingbetalers en er is ook een proces waarbij belastingbetalers het recht hebben om het belastingbedrag dat wij zeggen verschuldigd te zijn, in twijfel te trekken. Telkens wanneer een belastingbetaler een onverwachte terugbetaling ontvangt en een telefoontje van ons uit het niets vraagt om terugbetaling, moeten ze contact opnemen met hun bankinstelling en de IRS.\r\n\r\n \r\n\r\nPayroll en HR Scams: Belastingprofessionals, werkgevers en belastingbetalers moeten op hun hoede zijn voor phishing die is ontworpen om formulier W-2\'s en andere belastinggegevens te stelen. Dit zijn Business Email Compromise (BEC) of Business Email Spoofing (BES). Dit geldt met name omdat veel bedrijven gesloten zijn en hun werknemers thuis werken vanwege COVID-19. Momenteel zijn twee van de meest voorkomende vormen van deze zwendel de zwendel met cadeaubonnen en de zwendel met directe storting.\r\n\r\n \r\n\r\nBij de zwendel met cadeaubonnen wordt vaak een gecompromitteerd e-mailaccount gebruikt om een verzoek te sturen om cadeaubonnen in verschillende denominaties te kopen. In het directe stortingsschema heeft de fraudeur mogelijk toegang tot het e-mailaccount van het slachtoffer (ook wel bekend als een e-mailaccountcompromis of \"EAC\"). Ze kunnen zich ook voordoen als het potentiële slachtoffer om de organisatie de informatie over de directe storting van de werknemer te laten wijzigen om hun deponering om te leidenga naar een account dat de fraudeur controleert.\r\n\r\n \r\n\r\nBEC / BES-zwendels hebben verschillende manieren gebruikt om verzoeken voor overboekingen, betaling van valse facturen en andere op te nemen. In de afgelopen jaren heeft de IRS variaties op deze zwendel waargenomen waarbij valse IRS-documenten worden gebruikt om het valse verzoek legitiem te maken. Een fraudeur kan bijvoorbeeld een nepfactuurschema proberen en een schijnbaar legitiem IRS-document gebruiken om het slachtoffer te overtuigen. <a href=\"https://www.123creditcardvergelijk.nl/american-express/\">American Express informatie</a> duidelijk\r\n\r\n \r\n\r\nDe Direct Deposit en andere BEC / BES-variaties moeten worden doorgestuurd naar het Federal Bureau of Investigation Internet Crime Complaint Center (IC3), waar een klacht kan worden ingediend. De IRS vraagt dat formulier W-2-oplichting wordt gemeld aan: [email protected] (Onderwerp: W-2 Scam).\r\n\r\n \r\n\r\nRansomware: dit is een groeiende cybercriminaliteit. Ransomware is malware die gericht is op menselijke en technische zwakheden om de computer, het netwerk of de server van een potentieel slachtoffer te infecteren. Malware is een vorm van invasieve software die vaak per ongeluk door de gebruiker wordt gedownload. Eenmaal gedownload, houdt het toetsaanslagen en andere computeractiviteiten bij. Eenmaal besmet, zoekt en vergrendelt ransomware kritieke of gevoelige gegevens met zijn eigen codering. In sommige gevallen kunnen hele computernetwerken negatief worden beïnvloed.\r\n\r\n \r\n\r\nSlachtoffers zijn zich over het algemeen niet bewust van de aanval totdat ze proberen toegang te krijgen tot hun gegevens, of tot ze een losgeldverzoek ontvangen in de vorm van een pop-upvenster. Deze criminelen willen niet worden getraceerd, dus gebruiken ze vaak anonieme berichtenplatforms en eisen betaling in virtuele valuta zoals Bitcoin. <a href=\"https://www.gratiscreditcards.nl/\">Gratiscreditcards.nl</a> online\r\n\r\n \r\n\r\nCybercriminelen kunnen een phishing-e-mail gebruiken om een potentieel slachtoffer te misleiden om een link of bijlage met de ransomware te openen. Deze kunnen e-mailverzoeken omvatten om een nep COVID-19-liefdadigheidsinstelling te ondersteunen. Cybercriminelen zoeken ook naar systeemkwetsbaarheden waarbij menselijke fouten niet nodig zijn om hun malware af te leveren.\r\n\r\n \r\n\r\nDe IRS en zijn Security Summit-partners hebben belastingprofessionals en belastingbetalers geadviseerd om de gratis multi-factor authenticatie-functie te gebruiken die wordt aangeboden op softwareproducten voor belastingvoorbereiding. Het gebruik van de multi-factor authenticatiefunctie is een gratis en gemakkelijke manier om klanten en artsenpraktijken te beschermen tegen diefstal van gegevens. Aanbieders van belastingsoftware bieden ook gratis multi-factor authenticatiebescherming op hun doe-het-zelfproducten voor belastingbetalers.','IRS onthult ‘Dirty Dozen’ lijst met belastingzwendel voor 2020','','inherit','closed','closed','','73-revision-v1','','','2020-10-01 03:15:42','2020-10-01 03:15:42','',73,'http://landjuweelfestival.nl/73-revision-v1/',0,'revision','',0),(87,1,'2020-12-08 02:09:53','2020-12-08 02:09:53','De nieuwe, volledig elektrische DS 3 CROSSBACK E ‑ TENSE kent een nieuw en scherp private lease tarief. Deelnemers kunnen de DS 3 CROSSBACK E ‑ TENSE voor 549 euro per maand rijden, op basis van 60 maanden en 10.000 kilometer per jaar. Bij de vanaf prijs van € 549, - is er keuze uit twee uitvoeringen: DS 3 CROSSBACK E ‑ TENSE So Chic en de extra sportief aangeklede Performance Line. Beide uitvoeringen zijn per direct leverbaar en kwalificeren voor de nieuwe subsidieregeling van de overheid. <a href=\"https://www.leaseauto.net/private-lease/\">Lease particulier</a> is duurder.\r\n\r\n \r\n\r\nDe DS 3 CROSSBACK E ‑ TENSE is uitgerust met een krachtige 100 kW (136 pk) en 260 Nm sterke elektromotor en rijdt soepel, dynamisch en stil. Snel is de E ‑ TENSE-versie ook, wil de sprint van 0 tot 50 km / u duurt slechts 3,5 seconden en die van 0 tot 100 km / u slechts 9 seconden. Dankzij een zeer efficiënte lithium-ion-accupakket van 50 kWh heeft de compacte vijfdeurs SUV met een hoge instap een actieradius van wel 320 kilometer volgens de WLTP-testnorm. Het volledig opladen van het accupakket kost 5 uur via een 11 kW 3 fase DS POWER-UP wallbox. Met een 100 kW snellader is de batterij na 30 minuten voor 80 procent opgeladen. <a href=\"https://www.leaseauto.net/private-lease/audi/\">Audi prive leasen</a> is beter.\r\n\r\n \r\n\r\nhttps://youtu.be/4-t-3njS9xQ\r\n\r\n \r\n\r\nDe uitvoeringen zijn standaard onder meer uitgerust met:\r\n\r\n* Parkeersensoren voor en achter\r\n\r\n* Dodehoekdetectiesysteem\r\n\r\n* Actieve spoorassistent\r\n\r\n* 7 \"touchscreen met Apple CarPlay en DAB + digitale radio\r\n\r\n* Programmeerbare voorverwarming via de MyDS app\r\n\r\n* 17 \"lichtmetalen wielen\r\n\r\n* 3 fase 11kW onboard lader en een 50 kWh accu\r\n\r\n* Actieve koeling van de tractiebatterij met een warmtepomp en vloeistofkoeling. Dit zorgt voor een optimale temperatuur tijdens het snelladen via een 100 kW lader. Hierdoor kunnen er meerdere malen achter elkaar gebruik gemaakt worden van snelladen. Ook komt dit de levensduur van de accu en de actieradius van de auto ten goede.\r\n\r\n ','Nieuw en scherp privé lease tarief voor DS 3','','publish','closed','closed','','nieuw-en-scherp-prive-lease-tarief-voor-ds-3','','','2020-11-26 02:26:57','2020-11-26 02:26:57','',0,'http://landjuweelfestival.nl/?p=87',0,'post','',0),(88,1,'2020-11-26 02:19:07','2020-11-26 02:19:07','<iframe title=\"How to Get BEST DEAL on a Leased Car EVERY-TIME--- NO BS!!!!!!!!!\" width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/4-t-3njS9xQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','34655a2f20ec4e5b459cca7cfa20ef46','','','2020-11-26 02:19:07','2020-11-26 02:19:07','',0,'http://landjuweelfestival.nl/34655a2f20ec4e5b459cca7cfa20ef46/',0,'oembed_cache','',0),(89,1,'2020-11-26 02:19:25','2020-11-26 02:19:25','','df5g4f5g4f','','inherit','closed','closed','','df5g4f5g4f','','','2020-11-26 02:19:25','2020-11-26 02:19:25','',87,'http://landjuweelfestival.nl/wp-content/uploads/2020/11/df5g4f5g4f.jpg',0,'attachment','image/jpeg',0),(90,1,'2020-11-26 02:26:57','2020-11-26 02:26:57','De nieuwe, volledig elektrische DS 3 CROSSBACK E ‑ TENSE kent een nieuw en scherp private lease tarief. Deelnemers kunnen de DS 3 CROSSBACK E ‑ TENSE voor 549 euro per maand rijden, op basis van 60 maanden en 10.000 kilometer per jaar. Bij de vanaf prijs van € 549, - is er keuze uit twee uitvoeringen: DS 3 CROSSBACK E ‑ TENSE So Chic en de extra sportief aangeklede Performance Line. Beide uitvoeringen zijn per direct leverbaar en kwalificeren voor de nieuwe subsidieregeling van de overheid. <a href=\"https://www.leaseauto.net/private-lease/\">Lease particulier</a> is duurder.\r\n\r\n \r\n\r\nDe DS 3 CROSSBACK E ‑ TENSE is uitgerust met een krachtige 100 kW (136 pk) en 260 Nm sterke elektromotor en rijdt soepel, dynamisch en stil. Snel is de E ‑ TENSE-versie ook, wil de sprint van 0 tot 50 km / u duurt slechts 3,5 seconden en die van 0 tot 100 km / u slechts 9 seconden. Dankzij een zeer efficiënte lithium-ion-accupakket van 50 kWh heeft de compacte vijfdeurs SUV met een hoge instap een actieradius van wel 320 kilometer volgens de WLTP-testnorm. Het volledig opladen van het accupakket kost 5 uur via een 11 kW 3 fase DS POWER-UP wallbox. Met een 100 kW snellader is de batterij na 30 minuten voor 80 procent opgeladen. <a href=\"https://www.leaseauto.net/private-lease/audi/\">Audi prive leasen</a> is beter.\r\n\r\n \r\n\r\nhttps://youtu.be/4-t-3njS9xQ\r\n\r\n \r\n\r\nDe uitvoeringen zijn standaard onder meer uitgerust met:\r\n\r\n* Parkeersensoren voor en achter\r\n\r\n* Dodehoekdetectiesysteem\r\n\r\n* Actieve spoorassistent\r\n\r\n* 7 \"touchscreen met Apple CarPlay en DAB + digitale radio\r\n\r\n* Programmeerbare voorverwarming via de MyDS app\r\n\r\n* 17 \"lichtmetalen wielen\r\n\r\n* 3 fase 11kW onboard lader en een 50 kWh accu\r\n\r\n* Actieve koeling van de tractiebatterij met een warmtepomp en vloeistofkoeling. Dit zorgt voor een optimale temperatuur tijdens het snelladen via een 100 kW lader. Hierdoor kunnen er meerdere malen achter elkaar gebruik gemaakt worden van snelladen. Ook komt dit de levensduur van de accu en de actieradius van de auto ten goede.\r\n\r\n ','Nieuw en scherp privé lease tarief voor DS 3','','inherit','closed','closed','','87-revision-v1','','','2020-11-26 02:26:57','2020-11-26 02:26:57','',87,'http://landjuweelfestival.nl/87-revision-v1/',0,'revision','',0),(91,1,'2021-02-06 02:01:37','2021-02-06 02:01:37','Welke grote fouten kan ik make als retailer als ik een webshop open?\r\n\r\nUw digitale aanwezigheid te ingewikkeld maken. Richt u onophoudelijk op het succesvol maken van één digitaal product terwijl u diversifieert hoe u verkeer, betrokkenheid en uiteindelijk conversie kunt stimuleren. Het is van cruciaal belang om voortdurend te testen, lanceren en herhalen. Niet nadenken over de strategie voor hoe u verkeer naar de site leidt. Hoewel u niet per se meer dan één digitaal product nodig heeft, heeft u wel meerdere manieren nodig om verkeer te genereren. Begin bij uw trouwe klanten, maar bouw vanaf daar verder op. Dit kan SEO, e-mailbereik, sociale en andere inspanningen op het gebied van klantrelatiebeheer omvatten. de beste waterkoker vind je bij ons.\r\n<h2>Online de beste producten vergelijken</h2>\r\nVan wie of waar kan ik als niet-expert tips krijgen als het gaat om e-commerce of social media marketing? Zonder een groot budget uit te geven?\r\n\r\nHet vastleggen van de juiste go-to-market-strategie is van cruciaal belang, maar die grote logge budgetten komen vaak voort uit oefeningen in langetermijnstrategie zonder de onmiddellijke behoeften in evenwicht te brengen om daadwerkelijk iets uit te voeren om iets op de markt te brengen. Klein beginnen en voortdurend toevoegen aan uw digitale roadmap is een goede aanpak. Bestudeer de challenger-merken die het model hebben omgedraaid (begonnen met digitaal en niet met stenen, om te zien wat ze doen. Bijvoorbeeld: Third Love, Daily Harvest, True & Co, Mott & Bow, Warp + Weft). Deze merken hebben de beste tactieken voor commercie al getest en geleerd, dus onderzoek ze en leer ervan. beste producten online is goedkoop.\r\n\r\nHoewel de eerste stappen naar ontspanning in de detailhandel een eerste teken van opluchting zijn voor degenen die de deuren mogen openen, ondervinden detailhandelaren die een oppervlakte van meer dan 800 vierkante meter bedienen tegelijkertijd een enorm economisch nadeel. Ook is het nog onduidelijk of winkelcentra in Duitsland vanaf maandag mogen openen of niet.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/Qoy2fduzOf4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Online webshop tips','','inherit','closed','closed','','67-revision-v1','','','2021-02-06 02:01:37','2021-02-06 02:01:37','',67,'http://landjuweelfestival.nl/67-revision-v1/',0,'revision','',0),(92,1,'2021-05-14 13:59:19','2021-05-14 13:59:19','Je hebt misschien alleen van Bitcoin gehoord, maar er zijn eigenlijk veel verschillende soorten cryptocurrency. Er zijn een aantal digitale activa die de rest van de cryptocurrency-markt vormen.\r\n\r\n \r\n\r\nLaten we eens kijken naar vijf verschillende cryptocurrencies die het waard zijn om op uw radar te hebben.\r\n\r\n \r\n\r\nSoorten cryptocurrency\r\n\r\nVoordat u erin duikt, is het de moeite waard om een paar dingen uit te leggen. Cryptocurrency kan een behoorlijk complex onderwerp zijn als u geen computerprogrammeur bent. <a href=\"https://cryptoclan.nl/ripple-xrp-verwachting/\">verwachtingen ripple toekomst</a> is positief.\r\n\r\n \r\n\r\nEen belangrijk ding om te onthouden is dat de meeste cryptocurrencies zijn ontworpen om als digitale tokens op specifieke netwerken te worden gebruikt.\r\n\r\n \r\n\r\nHoewel er concurrerende soorten cryptocurrency zijn, is hun prijs slechts een klein aspect. De bedrijven, organisaties en stichtingen achter deze technologieën proberen meestal nuttige digitale netwerken en marktplaatsen te creëren, niet alleen munten voor handel op internet.\r\n\r\n \r\n\r\nhttps://youtu.be/IKR8ni1lgm8\r\n\r\n \r\n\r\nHier zijn vijf belangrijke cryptocurrencies die u moet kennen.\r\n\r\n \r\n<ol>\r\n <li>Ethereum (ETH)</li>\r\n</ol>\r\nEther (ETH) is de cryptocurrency die wordt gebruikt in het Ethereum-netwerk. Het is de op een na grootste cryptocurrency op de markt en de grootste rivaal van Bitcoin. De naam van het platform en de programmeertaal is Ethereum.\r\n\r\n \r\n\r\nEthereum is de creatie van onder andere programmeur Vitalik Buterin en ging live in 2015. Het maakt gebruik van blockchain en is open-source, maar het is geavanceerder dan Bitcoin in zijn ontwerp.\r\n\r\n \r\n\r\nHet idee is dat Ethereum wordt gebruikt voor slimme contracten en gedistribueerde applicaties (DApps). Dit klinkt misschien ingewikkeld, maar in feite betekent het gewoon manieren creëren waarop verschillende partijen op een efficiënte en veilige manier met elkaar kunnen communiceren en zaken kunnen doen.\r\n\r\n \r\n\r\nVeel beschikbare cryptocurrencies draaien daadwerkelijk op het Ethereum-netwerk. De prijs van Ether is sinds het begin van het jaar met meer dan 90% gestegen en ligt momenteel rond de $ 1.400. Dit is een prijs die vergelijkbaar is met de hoogtepunten die het in 2018 bereikte. <a href=\"https://cryptoclan.nl/polkadot-verwachting/\">Polkadot (DOT) verwachting</a> is positief.\r\n\r\n \r\n<ol start=\"2\">\r\n <li>Cardano (ADA)</li>\r\n</ol>\r\nGelanceerd in 2015 door een mede-oprichter van Ethereum, Charles Hoskinson, Cardano en zijn token ADA zijn ook voor gebruik met slimme contracten en DApps. Je kunt het zien als een concurrent van Ethereum. ADA is inderdaad een soortgelijk type cryptocurrency als ETH.\r\n\r\n \r\n\r\nHet is interessant omdat het de enige blockchain is die door vakgenoten wordt beoordeeld en ontwikkeld door academische experts in het veld. Het Cardano-team is vastbesloten om de wereld te veranderen, niet alleen om geld te verdienen met het ADA-token.\r\n\r\n \r\n\r\nHun doel is om een sneller en efficiënter netwerk te creëren dan Ethereum. Cardano\'s ADA-cryptocurrency heeft een zeer hoog aanbod en een huidige prijs van $ 0,37 per munt, ver verwijderd van de topwaarde van $ 1,18.\r\n\r\n \r\n<ol start=\"3\">\r\n <li>Litecoin (LTC)</li>\r\n</ol>\r\nLitecoin is ontworpen als een verbetering ten opzichte van Bitcoin en streeft ernaar een wereldwijd betalingsnetwerk te worden. Dit in 2011 door Charlie Lee gelanceerde type cryptocurrency is op betalingen gericht. Als Bitcoin digitaal goud is, is de hoop voor Litecoin om digitaal zilver te worden.\r\n\r\n \r\n\r\nDe programmeerstructuur van Litecoin maakt het sneller en gemakkelijker te verkrijgen dan Bitcoin. Het idee is om deze altcoin te gebruiken voor kleinere transacties en het heeft een muntlimiet die bijna vier keer hoger is dan bij Bitcoin.\r\n\r\n \r\n\r\nDe prijs van Litecoin heeft dit jaar een positieve beweging van meer dan 28% laten zien, tot ongeveer $ 150 per munt, maar is nog steeds ver verwijderd van de hoogste waardering ooit van iets meer dan $ 350.\r\n\r\n \r\n<ol start=\"4\">\r\n <li>Stellaire lumen (XLM)</li>\r\n</ol>\r\nDit is een open netwerk gericht op het verplaatsen en opslaan van geld. Stellar gebruikt een cryptocurrency-token genaamd Lumens (XLM). Dit is een ander financieel type cryptocurrency. Maar in plaats van gericht te zijn op individuen, is het doel van Stellar om hun XLM-cryptocurrency te gebruiken om het voor instellingen gemakkelijker en goedkoper te maken om zaken als activa over de grenzen heen te verhandelen.\r\n\r\n \r\n\r\nHet doel van het netwerk is om naast fiat-valuta (regulier geld) te werken en deze niet te vervangen. Hun ambitieuze doel is om mondiale markten vloeiender, opener en minder druk te maken dan ze nu zijn.\r\n\r\n \r\n\r\nDe prijs van het XLM-token is dit jaar met meer dan 130% gestegen tot $ 0,31. Net als vele anderen is het nog steeds ver verwijderd van de hoogste prijs, die $ 0,87 was.\r\n\r\n \r\n<ol start=\"5\">\r\n <li>IOTA (IOTA)</li>\r\n</ol>\r\nHet hoofddoel van de IOTA Foundation, gelanceerd in 2016, is om het Internet of Things (IoT) van stroom te voorzien met behulp van hun IOTA-cryptocurrency. Dit betekent alleen machine-naar-machine-transacties. In plaats van blockchain gebruikt IOTA een technologie die bekend staat als Tangle. De meeste blockchains hebben problemen met snelheid en schaalbaarheid, dus dit is een andere benadering.\r\n\r\n \r\n\r\nAls er te veel transacties zijn, kunnen blockchains verstopt raken. Door het Tangle-ontwerp van IOTA kan het sneller worden met meer gebruikers. En omdat er geen miners zijn, zijn er geen transactiekosten. Dit maakt het in potentie erg handig voor netwerken met veel kleine transacties.\r\n\r\n \r\n\r\nDe IOTA Foundation werkt al samen met grote autofabrikanten zoals Jaguar Land Rover en zelfs steden als Taipei in Taiwan.\r\n\r\n \r\n\r\nDe prijs van IOTA is dit jaar echt positief gestegen van meer dan 60% naar $ 0,48. Maar dit is nog steeds ver verwijderd van de hoogste prijs van $ 5,25, dus misschien welgenoeg ruimte om de prijs weer uit te breiden.\r\n\r\n ','5 soorten cryptocurrency die u moet kennen','','publish','closed','closed','','5-soorten-cryptocurrency-die-u-moet-kennen','','','2021-02-22 14:01:15','2021-02-22 14:01:15','',0,'http://landjuweelfestival.nl/?p=92',0,'post','',0),(93,1,'2021-02-22 14:00:13','2021-02-22 14:00:13','','6sd5f6dsf','','inherit','closed','closed','','6sd5f6dsf','','','2021-02-22 14:00:13','2021-02-22 14:00:13','',92,'http://landjuweelfestival.nl/wp-content/uploads/2021/02/6sd5f6dsf.jpg',0,'attachment','image/jpeg',0),(94,1,'2021-02-22 14:01:15','2021-02-22 14:01:15','Je hebt misschien alleen van Bitcoin gehoord, maar er zijn eigenlijk veel verschillende soorten cryptocurrency. Er zijn een aantal digitale activa die de rest van de cryptocurrency-markt vormen.\r\n\r\n \r\n\r\nLaten we eens kijken naar vijf verschillende cryptocurrencies die het waard zijn om op uw radar te hebben.\r\n\r\n \r\n\r\nSoorten cryptocurrency\r\n\r\nVoordat u erin duikt, is het de moeite waard om een paar dingen uit te leggen. Cryptocurrency kan een behoorlijk complex onderwerp zijn als u geen computerprogrammeur bent. <a href=\"https://cryptoclan.nl/ripple-xrp-verwachting/\">verwachtingen ripple toekomst</a> is positief.\r\n\r\n \r\n\r\nEen belangrijk ding om te onthouden is dat de meeste cryptocurrencies zijn ontworpen om als digitale tokens op specifieke netwerken te worden gebruikt.\r\n\r\n \r\n\r\nHoewel er concurrerende soorten cryptocurrency zijn, is hun prijs slechts een klein aspect. De bedrijven, organisaties en stichtingen achter deze technologieën proberen meestal nuttige digitale netwerken en marktplaatsen te creëren, niet alleen munten voor handel op internet.\r\n\r\n \r\n\r\nhttps://youtu.be/IKR8ni1lgm8\r\n\r\n \r\n\r\nHier zijn vijf belangrijke cryptocurrencies die u moet kennen.\r\n\r\n \r\n<ol>\r\n <li>Ethereum (ETH)</li>\r\n</ol>\r\nEther (ETH) is de cryptocurrency die wordt gebruikt in het Ethereum-netwerk. Het is de op een na grootste cryptocurrency op de markt en de grootste rivaal van Bitcoin. De naam van het platform en de programmeertaal is Ethereum.\r\n\r\n \r\n\r\nEthereum is de creatie van onder andere programmeur Vitalik Buterin en ging live in 2015. Het maakt gebruik van blockchain en is open-source, maar het is geavanceerder dan Bitcoin in zijn ontwerp.\r\n\r\n \r\n\r\nHet idee is dat Ethereum wordt gebruikt voor slimme contracten en gedistribueerde applicaties (DApps). Dit klinkt misschien ingewikkeld, maar in feite betekent het gewoon manieren creëren waarop verschillende partijen op een efficiënte en veilige manier met elkaar kunnen communiceren en zaken kunnen doen.\r\n\r\n \r\n\r\nVeel beschikbare cryptocurrencies draaien daadwerkelijk op het Ethereum-netwerk. De prijs van Ether is sinds het begin van het jaar met meer dan 90% gestegen en ligt momenteel rond de $ 1.400. Dit is een prijs die vergelijkbaar is met de hoogtepunten die het in 2018 bereikte. <a href=\"https://cryptoclan.nl/polkadot-verwachting/\">Polkadot (DOT) verwachting</a> is positief.\r\n\r\n \r\n<ol start=\"2\">\r\n <li>Cardano (ADA)</li>\r\n</ol>\r\nGelanceerd in 2015 door een mede-oprichter van Ethereum, Charles Hoskinson, Cardano en zijn token ADA zijn ook voor gebruik met slimme contracten en DApps. Je kunt het zien als een concurrent van Ethereum. ADA is inderdaad een soortgelijk type cryptocurrency als ETH.\r\n\r\n \r\n\r\nHet is interessant omdat het de enige blockchain is die door vakgenoten wordt beoordeeld en ontwikkeld door academische experts in het veld. Het Cardano-team is vastbesloten om de wereld te veranderen, niet alleen om geld te verdienen met het ADA-token.\r\n\r\n \r\n\r\nHun doel is om een sneller en efficiënter netwerk te creëren dan Ethereum. Cardano\'s ADA-cryptocurrency heeft een zeer hoog aanbod en een huidige prijs van $ 0,37 per munt, ver verwijderd van de topwaarde van $ 1,18.\r\n\r\n \r\n<ol start=\"3\">\r\n <li>Litecoin (LTC)</li>\r\n</ol>\r\nLitecoin is ontworpen als een verbetering ten opzichte van Bitcoin en streeft ernaar een wereldwijd betalingsnetwerk te worden. Dit in 2011 door Charlie Lee gelanceerde type cryptocurrency is op betalingen gericht. Als Bitcoin digitaal goud is, is de hoop voor Litecoin om digitaal zilver te worden.\r\n\r\n \r\n\r\nDe programmeerstructuur van Litecoin maakt het sneller en gemakkelijker te verkrijgen dan Bitcoin. Het idee is om deze altcoin te gebruiken voor kleinere transacties en het heeft een muntlimiet die bijna vier keer hoger is dan bij Bitcoin.\r\n\r\n \r\n\r\nDe prijs van Litecoin heeft dit jaar een positieve beweging van meer dan 28% laten zien, tot ongeveer $ 150 per munt, maar is nog steeds ver verwijderd van de hoogste waardering ooit van iets meer dan $ 350.\r\n\r\n \r\n<ol start=\"4\">\r\n <li>Stellaire lumen (XLM)</li>\r\n</ol>\r\nDit is een open netwerk gericht op het verplaatsen en opslaan van geld. Stellar gebruikt een cryptocurrency-token genaamd Lumens (XLM). Dit is een ander financieel type cryptocurrency. Maar in plaats van gericht te zijn op individuen, is het doel van Stellar om hun XLM-cryptocurrency te gebruiken om het voor instellingen gemakkelijker en goedkoper te maken om zaken als activa over de grenzen heen te verhandelen.\r\n\r\n \r\n\r\nHet doel van het netwerk is om naast fiat-valuta (regulier geld) te werken en deze niet te vervangen. Hun ambitieuze doel is om mondiale markten vloeiender, opener en minder druk te maken dan ze nu zijn.\r\n\r\n \r\n\r\nDe prijs van het XLM-token is dit jaar met meer dan 130% gestegen tot $ 0,31. Net als vele anderen is het nog steeds ver verwijderd van de hoogste prijs, die $ 0,87 was.\r\n\r\n \r\n<ol start=\"5\">\r\n <li>IOTA (IOTA)</li>\r\n</ol>\r\nHet hoofddoel van de IOTA Foundation, gelanceerd in 2016, is om het Internet of Things (IoT) van stroom te voorzien met behulp van hun IOTA-cryptocurrency. Dit betekent alleen machine-naar-machine-transacties. In plaats van blockchain gebruikt IOTA een technologie die bekend staat als Tangle. De meeste blockchains hebben problemen met snelheid en schaalbaarheid, dus dit is een andere benadering.\r\n\r\n \r\n\r\nAls er te veel transacties zijn, kunnen blockchains verstopt raken. Door het Tangle-ontwerp van IOTA kan het sneller worden met meer gebruikers. En omdat er geen miners zijn, zijn er geen transactiekosten. Dit maakt het in potentie erg handig voor netwerken met veel kleine transacties.\r\n\r\n \r\n\r\nDe IOTA Foundation werkt al samen met grote autofabrikanten zoals Jaguar Land Rover en zelfs steden als Taipei in Taiwan.\r\n\r\n \r\n\r\nDe prijs van IOTA is dit jaar echt positief gestegen van meer dan 60% naar $ 0,48. Maar dit is nog steeds ver verwijderd van de hoogste prijs van $ 5,25, dus misschien welgenoeg ruimte om de prijs weer uit te breiden.\r\n\r\n ','5 soorten cryptocurrency die u moet kennen','','inherit','closed','closed','','92-revision-v1','','','2021-02-22 14:01:15','2021-02-22 14:01:15','',92,'http://landjuweelfestival.nl/92-revision-v1/',0,'revision','',0),(96,0,'2021-10-03 00:47:28','2021-10-03 00:47:28','<iframe title=\"Become a Cryptocurrency Millionaire With $1,000?\" width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/IKR8ni1lgm8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','87fb73520bff6afb69f92b1e3c4ad2bd','','','2021-10-03 00:47:28','2021-10-03 00:47:28','',0,'http://landjuweelfestival.nl/87fb73520bff6afb69f92b1e3c4ad2bd/',0,'oembed_cache','',0),(97,0,'2021-10-03 00:50:40','2021-10-03 00:50:40','<iframe title=\"Credit Card Secrets The Bank Doesn't Want You To Know\" width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/QvCVji-GWyo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','2f1bb791b5b3e0dc12339a066875ca74','','','2021-10-03 00:50:40','2021-10-03 00:50:40','',0,'http://landjuweelfestival.nl/2f1bb791b5b3e0dc12339a066875ca74/',0,'oembed_cache','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
`term_order` int NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (22,3,0),(23,3,0),(24,3,0),(25,3,0),(26,4,0),(26,5,0),(26,6,0),(27,4,0),(27,5,0),(27,6,0),(59,7,0),(60,7,0),(61,7,0),(66,3,0),(67,8,0),(70,9,0),(73,10,0),(78,11,0),(81,12,0),(87,13,0),(92,14,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`parent` bigint unsigned NOT NULL DEFAULT '0',
`count` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,0),(3,3,'nav_menu','',0,5),(4,4,'category','',0,2),(5,5,'category','',0,2),(6,6,'category','',0,2),(7,7,'nav_menu','',0,3),(8,8,'category','',0,1),(9,9,'category','',0,1),(10,10,'category','',0,1),(11,11,'category','',0,1),(12,12,'category','',0,1),(13,13,'category','',0,1),(14,14,'category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
`term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`term_group` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main','main',0),(3,'Main Menu','main-menu',0),(4,'News','news',0),(5,'Blogging','blogging',0),(6,'Shoes','shoes',0),(7,'social menu','social-menu',0),(8,'Online shopping tips','online-shopping-tips',0),(9,'Mogelijkheden voor crypto kopen','mogelijkheden-voor-crypto-kopen',0),(10,'Credit card en targets','credit-card-en-targets',0),(11,'Belang van een goede verzekering afsluiten','belang-van-een-goede-verzekering-afsluiten',0),(12,'Online oefenen theorie examen','online-oefenen-theorie-examen',0),(13,'lease en prive','lease-en-prive',0),(14,'cryptocoin grenzen','cryptocoin-grenzen',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','webmaster'),(2,1,'first_name','Pauline'),(3,1,'last_name','Peck'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"6c880ca8ed4d9ed4f0f41cbf8aca66d3a5fb4b51c1dd264fb50c631156f1f036\";a:4:{s:10:\"expiration\";i:1676781486;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\";s:5:\"login\";i:1676608686;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','98'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"128.199.49.0\";}'),(19,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(20,1,'metaboxhidden_nav-menus','a:3:{i:0;s:30:\"add-post-type-wpautoterms_page\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(21,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(22,1,'wp_user-settings-time','1596422950'),(23,1,'nav_menu_recently_edited','3'),(24,1,'_yoast_wpseo_profile_updated','1599267901'),(26,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";O:61:\"Yoast\\WP\\SEO\\Presenters\\Admin\\Indexing_Notification_Presenter\":3:{s:18:\"\0*\0total_unindexed\";i:37;s:9:\"\0*\0reason\";s:23:\"home_url_option_changed\";s:20:\"\0*\0short_link_helper\";O:38:\"Yoast\\WP\\SEO\\Helpers\\Short_Link_Helper\":2:{s:17:\"\0*\0options_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Options_Helper\":0:{}s:17:\"\0*\0product_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Product_Helper\":0:{}}}s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:9:\"webmaster\";s:9:\"user_pass\";s:34:\"$P$BChNx0BX1mmYzCnjbI9CMN836gxM190\";s:13:\"user_nicename\";s:9:\"webmaster\";s:10:\"user_email\";s:26:\"[email protected]\";s:8:\"user_url\";s:28:\"http://landjuweelfestival.nl\";s:15:\"user_registered\";s:19:\"2020-04-19 09:01:49\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Pauline Peck\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
`ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_status` int NOT NULL DEFAULT '0',
`display_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'webmaster','$P$BChNx0BX1mmYzCnjbI9CMN836gxM190','webmaster','[email protected]','http://landjuweelfestival.nl','2020-04-19 09:01:49','',0,'Pauline Peck');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wpil_keyword_select_links`
--
DROP TABLE IF EXISTS `wp_wpil_keyword_select_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpil_keyword_select_links` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`keyword_id` int unsigned NOT NULL,
`post_id` int unsigned NOT NULL,
`post_type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
`sentence_text` text COLLATE utf8mb4_unicode_ci,
`case_keyword` text COLLATE utf8mb4_unicode_ci,
`meta_data` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`id`),
KEY `keyword_id` (`keyword_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wpil_keyword_select_links`
--
LOCK TABLES `wp_wpil_keyword_select_links` WRITE;
/*!40000 ALTER TABLE `wp_wpil_keyword_select_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpil_keyword_select_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wpil_report_links`
--
DROP TABLE IF EXISTS `wp_wpil_report_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpil_report_links` (
`link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint unsigned NOT NULL,
`clean_url` text COLLATE utf8mb4_unicode_ci,
`raw_url` text COLLATE utf8mb4_unicode_ci,
`host` text COLLATE utf8mb4_unicode_ci,
`anchor` text COLLATE utf8mb4_unicode_ci,
`internal` tinyint(1) DEFAULT '0',
`has_links` tinyint(1) NOT NULL DEFAULT '0',
`post_type` text COLLATE utf8mb4_unicode_ci,
`location` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`link_id`),
KEY `post_id` (`post_id`),
KEY `clean_url` (`clean_url`(500))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wpil_report_links`
--
LOCK TABLES `wp_wpil_report_links` WRITE;
/*!40000 ALTER TABLE `wp_wpil_report_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpil_report_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_indexable`
--
DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`permalink` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`permalink_hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`object_id` bigint DEFAULT NULL,
`object_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`object_sub_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`author_id` bigint DEFAULT NULL,
`post_parent` bigint DEFAULT NULL,
`title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`breadcrumb_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`is_public` tinyint(1) DEFAULT NULL,
`is_protected` tinyint(1) DEFAULT '0',
`has_public_posts` tinyint(1) DEFAULT NULL,
`number_of_pages` int unsigned DEFAULT NULL,
`canonical` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`primary_focus_keyword` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`primary_focus_keyword_score` int DEFAULT NULL,
`readability_score` int DEFAULT NULL,
`is_cornerstone` tinyint(1) DEFAULT '0',
`is_robots_noindex` tinyint(1) DEFAULT '0',
`is_robots_nofollow` tinyint(1) DEFAULT '0',
`is_robots_noarchive` tinyint(1) DEFAULT '0',
`is_robots_noimageindex` tinyint(1) DEFAULT '0',
`is_robots_nosnippet` tinyint(1) DEFAULT '0',
`twitter_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`twitter_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`twitter_description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`twitter_image_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`twitter_image_source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`open_graph_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`open_graph_description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`open_graph_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`open_graph_image_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`open_graph_image_source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`open_graph_image_meta` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`link_count` int DEFAULT NULL,
`incoming_link_count` int DEFAULT NULL,
`prominent_words_version` int unsigned DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`blog_id` bigint NOT NULL DEFAULT '1',
`language` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`schema_page_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`schema_article_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`has_ancestors` tinyint(1) DEFAULT '0',
`estimated_reading_time_minutes` int DEFAULT NULL,
`version` int DEFAULT '1',
`object_last_modified` datetime DEFAULT NULL,
`object_published_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
KEY `object_id_and_type` (`object_id`,`object_type`),
KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_indexable`
--
LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'https://landjuweelfestival.nl/','30:4f6edf512d45b7a1b1c92dcd9f643854',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2020-07-27 06:01:58','2023-02-09 13:17:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-02-22 14:01:15','2020-06-02 07:14:26'),(2,'https://landjuweelfestival.nl/category/shoes/','45:0ce806d99069ea134e4eba4ce89021ed',6,'term','category',NULL,NULL,NULL,NULL,'Shoes',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-07-27 06:59:42','2023-02-10 03:12:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-20 16:06:00','2020-06-02 07:14:26'),(3,'https://landjuweelfestival.nl/author/webmaster/','47:a644fff110e1632e8660aa4877d43d51',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/020e6f12cbc64ad8e6034f6c4fae13ca?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/020e6f12cbc64ad8e6034f6c4fae13ca?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-07-27 08:35:24','2023-02-09 14:34:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-02-22 14:01:15','2020-06-02 07:05:19'),(4,'https://landjuweelfestival.nl/10-tips-to-help-you-choose-the-best-running-shoes-for-women/','90:644f656d863dc0fc5bd47668c2b38dbf',27,'post','post',1,0,NULL,NULL,'10 Tips to Help You Choose the Best Running Shoes for Women','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/06/4141.jpg',NULL,'29','featured-image',NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/06/4141.jpg','29','featured-image','{\"width\":1920,\"height\":1080,\"url\":\"https://landjuweelfestival.nl/wp-content/uploads/2020/06/4141.jpg\",\"path\":\"/opt/aphex/sites/landjuweelfestival.nl/wp-content/uploads/2020/06/4141.jpg\",\"size\":\"full\",\"id\":29,\"alt\":\"\",\"pixels\":2073600,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-07-27 08:35:24','2023-02-09 23:22:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-20 16:06:00','2020-06-02 07:16:13'),(5,'https://landjuweelfestival.nl/contact-us/','41:2fc10948352db72f414701376da82552',6,'post','page',1,0,NULL,NULL,'Contact Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-07-27 08:51:16','2023-02-09 14:45:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-06-02 07:07:19','2020-06-02 07:07:16'),(6,'https://landjuweelfestival.nl/category/news/','44:82129f177a45ac999d05627ba16c40a8',4,'term','category',NULL,NULL,NULL,NULL,'News',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-07-27 09:30:15','2023-02-11 15:50:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-20 16:06:00','2020-06-02 07:14:26'),(7,'https://landjuweelfestival.nl/privacy-policy-2/','47:4384896f0c7ca445dac7f3e2430d86eb',9,'post','page',1,0,NULL,NULL,'Privacy Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-07-27 09:30:58','2023-02-09 23:20:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-06-02 07:09:19','2020-06-02 07:09:15'),(8,'https://landjuweelfestival.nl/blog/','35:658bffdf825838487ca51249eb9b2713',11,'post','page',1,0,NULL,NULL,'Blog','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-07-27 12:02:38','2023-02-09 23:22:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-06-02 07:08:13','2020-06-02 07:08:08'),(9,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-07-27 13:03:20','2023-02-09 23:22:17',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(10,'https://landjuweelfestival.nl/category/blogging/','48:d13eaaa21c56130ee4617d5680afcd62',5,'term','category',NULL,NULL,NULL,NULL,'Blogging',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-07-27 18:55:23','2023-02-10 04:27:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-20 16:06:00','2020-06-02 07:14:26'),(11,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-07-28 08:59:47','2023-02-10 05:38:58',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(12,'https://landjuweelfestival.nl/terms-and-conditions/','51:2b07b98d3f02314b739e38b678f86bd8',10,'post','page',1,0,NULL,NULL,'Terms and Conditions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-07-29 06:51:44','2023-02-09 23:20:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-06-02 07:08:59','2020-06-02 07:08:59'),(13,'https://landjuweelfestival.nl/why-use-shoe-trees/','49:d4375ba3ef55e1672859384e0f865a9c',26,'post','post',1,0,NULL,NULL,'Why Use Shoe Trees','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/06/141.jpg',NULL,'28','featured-image',NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/06/141.jpg','28','featured-image','{\"width\":1500,\"height\":1000,\"url\":\"https://landjuweelfestival.nl/wp-content/uploads/2020/06/141.jpg\",\"path\":\"/opt/aphex/sites/landjuweelfestival.nl/wp-content/uploads/2020/06/141.jpg\",\"size\":\"full\",\"id\":28,\"alt\":\"\",\"pixels\":1500000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2020-07-29 06:56:01','2023-02-10 03:09:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-06-02 07:14:29','2020-06-02 07:14:26'),(14,NULL,NULL,28,'post','attachment',1,26,NULL,NULL,'141','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/141.jpg',NULL,'28','attachment-image',NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/141.jpg','28','attachment-image','{\"width\":1500,\"height\":1000,\"url\":\"http://landjuweelfestival.nl/wp-content/uploads/2020/06/141.jpg\",\"path\":\"/var/www/landjuweelfestival.nl/public_html/wp-content/uploads/2020/06/141.jpg\",\"size\":\"full\",\"id\":28,\"alt\":\"\",\"pixels\":1500000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(15,NULL,NULL,29,'post','attachment',1,26,NULL,NULL,'4141','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/4141.jpg',NULL,'29','attachment-image',NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/4141.jpg','29','attachment-image','{\"width\":1920,\"height\":1080,\"url\":\"http://landjuweelfestival.nl/wp-content/uploads/2020/06/4141.jpg\",\"path\":\"/var/www/landjuweelfestival.nl/public_html/wp-content/uploads/2020/06/4141.jpg\",\"size\":\"full\",\"id\":29,\"alt\":\"\",\"pixels\":2073600,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(16,NULL,NULL,30,'post','attachment',1,26,NULL,NULL,'452','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/452.jpg',NULL,'30','attachment-image',NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/452.jpg','30','attachment-image','{\"width\":1024,\"height\":683,\"url\":\"http://landjuweelfestival.nl/wp-content/uploads/2020/06/452.jpg\",\"path\":\"/var/www/landjuweelfestival.nl/public_html/wp-content/uploads/2020/06/452.jpg\",\"size\":\"full\",\"id\":30,\"alt\":\"\",\"pixels\":699392,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(17,NULL,NULL,31,'post','attachment',1,26,NULL,NULL,'147','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/147.gif',NULL,'31','attachment-image',NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/147.gif','31','attachment-image','{\"width\":300,\"height\":600,\"url\":\"http://landjuweelfestival.nl/wp-content/uploads/2020/06/147.gif\",\"path\":\"/var/www/landjuweelfestival.nl/public_html/wp-content/uploads/2020/06/147.gif\",\"size\":\"full\",\"id\":31,\"alt\":\"\",\"pixels\":180000,\"type\":\"image/gif\"}',NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(18,NULL,NULL,32,'post','attachment',1,26,NULL,NULL,'124','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/124.png',NULL,'32','attachment-image',NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/124.png','32','attachment-image','{\"width\":970,\"height\":250,\"url\":\"http://landjuweelfestival.nl/wp-content/uploads/2020/06/124.png\",\"path\":\"/var/www/landjuweelfestival.nl/public_html/wp-content/uploads/2020/06/124.png\",\"size\":\"full\",\"id\":32,\"alt\":\"\",\"pixels\":242500,\"type\":\"image/png\"}',NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(19,NULL,NULL,36,'post','attachment',1,0,NULL,NULL,'logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/logo.png',NULL,'36','attachment-image',NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/logo.png','36','attachment-image','{\"width\":325,\"height\":208,\"url\":\"http://landjuweelfestival.nl/wp-content/uploads/2020/06/logo.png\",\"path\":\"/var/www/landjuweelfestival.nl/public_html/wp-content/uploads/2020/06/logo.png\",\"size\":\"full\",\"id\":36,\"alt\":\"\",\"pixels\":67600,\"type\":\"image/png\"}',NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(20,NULL,NULL,37,'post','attachment',1,0,NULL,NULL,'cropped-logo.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/cropped-logo.png',NULL,'37','attachment-image',NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/cropped-logo.png','37','attachment-image','{\"width\":325,\"height\":187,\"url\":\"http://landjuweelfestival.nl/wp-content/uploads/2020/06/cropped-logo.png\",\"path\":\"/var/www/landjuweelfestival.nl/public_html/wp-content/uploads/2020/06/cropped-logo.png\",\"size\":\"full\",\"id\":37,\"alt\":\"\",\"pixels\":60775,\"type\":\"image/png\"}',NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(21,NULL,NULL,38,'post','attachment',1,0,NULL,NULL,'cropped-logo-1.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/cropped-logo-1.png',NULL,'38','attachment-image',NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/06/cropped-logo-1.png','38','attachment-image','{\"width\":512,\"height\":512,\"url\":\"http://landjuweelfestival.nl/wp-content/uploads/2020/06/cropped-logo-1.png\",\"path\":\"/var/www/landjuweelfestival.nl/public_html/wp-content/uploads/2020/06/cropped-logo-1.png\",\"size\":\"full\",\"id\":38,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(22,NULL,NULL,3,'post','page',1,0,NULL,NULL,'Privacy Policy','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(25,NULL,NULL,13,'post','wpautoterms_page',1,0,NULL,NULL,'Terms and Conditions','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(26,NULL,NULL,12,'post','wpautoterms_page',1,0,NULL,NULL,'Privacy Policy','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(27,NULL,NULL,1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(28,NULL,NULL,2,'term','category',NULL,NULL,NULL,NULL,'Main',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(29,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-09 13:17:30',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(30,'https://landjuweelfestival.nl/wpautoterms/','42:14514bc92d97bbc7cf4c23cddf8c54da',NULL,'post-type-archive','wpautoterms_page',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Legal Pages',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-03 02:46:31','2023-02-16 13:21:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL),(31,'https://landjuweelfestival.nl/online-webshop-tips/','50:5e753d40883945e12dcd311266317df1',67,'post','post',1,0,NULL,NULL,'Online webshop tips','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/08/22kqwekqwekqwkqwekqw.jpg',NULL,'68','featured-image',NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/08/22kqwekqwekqwkqwekqw.jpg','68','featured-image','{\"width\":323,\"height\":156,\"url\":\"https://landjuweelfestival.nl/wp-content/uploads/2020/08/22kqwekqwekqwkqwekqw.jpg\",\"path\":\"/opt/aphex/sites/landjuweelfestival.nl/wp-content/uploads/2020/08/22kqwekqwekqwkqwekqw.jpg\",\"size\":\"full\",\"id\":68,\"alt\":\"\",\"pixels\":50388,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-08-03 02:46:56','2023-02-10 03:16:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-02-06 02:01:37','2020-08-25 02:46:56'),(32,NULL,NULL,68,'post','attachment',1,67,NULL,NULL,'22kqwekqwekqwkqwekqw','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/08/22kqwekqwekqwkqwekqw.jpg',NULL,'68','attachment-image',NULL,NULL,NULL,'68','attachment-image',NULL,NULL,NULL,NULL,'2020-08-03 02:48:31','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(33,'https://landjuweelfestival.nl/category/online-shopping-tips/','60:92f1f06bd0b82075c960bc124ecc4389',8,'term','category',NULL,NULL,NULL,NULL,'Online shopping tips',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-03 02:48:41','2023-02-10 03:04:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-02-06 02:01:37','2020-08-25 02:46:56'),(34,'https://landjuweelfestival.nl/waar-bitcoin-kopen/','49:063eb36521863549c1b14c6db4746c2e',70,'post','post',1,0,NULL,NULL,'Waar Bitcoin kopen?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/08/14kqweqkekqkeqkekqekq.jpg',NULL,'71','featured-image',NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/08/14kqweqkekqkeqkekqekq.jpg','71','featured-image','{\"width\":300,\"height\":168,\"url\":\"https://landjuweelfestival.nl/wp-content/uploads/2020/08/14kqweqkekqkeqkekqekq.jpg\",\"path\":\"/opt/aphex/sites/landjuweelfestival.nl/wp-content/uploads/2020/08/14kqweqkekqkeqkekqekq.jpg\",\"size\":\"full\",\"id\":71,\"alt\":\"\",\"pixels\":50400,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-08-04 07:33:44','2023-02-10 03:26:43',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-04 07:35:58','2020-08-18 07:33:44'),(35,NULL,NULL,71,'post','attachment',1,70,NULL,NULL,'14kqweqkekqkeqkekqekq','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/08/14kqweqkekqkeqkekqekq.jpg',NULL,'71','attachment-image',NULL,NULL,NULL,'71','attachment-image',NULL,NULL,NULL,NULL,'2020-08-04 07:34:56','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(36,'https://landjuweelfestival.nl/category/mogelijkheden-voor-crypto-kopen/','71:b765fc4d85081905b30ecc66dcff41a3',9,'term','category',NULL,NULL,NULL,NULL,'Mogelijkheden voor crypto kopen',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-04 07:35:16','2023-02-10 03:15:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-04 07:35:58','2020-08-18 07:33:44'),(37,'https://landjuweelfestival.nl/irs-onthult-dirty-dozen-lijst-met-belastingzwendel-voor-2020/','91:f8a9fee6356a1d7d383145793680e73e',73,'post','post',1,0,NULL,NULL,'IRS onthult ‘Dirty Dozen’ lijst met belastingzwendel voor 2020','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/08/5df4g5df45.jpg',NULL,'74','featured-image',NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/08/5df4g5df45.jpg','74','featured-image','{\"width\":300,\"height\":168,\"url\":\"https://landjuweelfestival.nl/wp-content/uploads/2020/08/5df4g5df45.jpg\",\"path\":\"/opt/aphex/sites/landjuweelfestival.nl/wp-content/uploads/2020/08/5df4g5df45.jpg\",\"size\":\"full\",\"id\":74,\"alt\":\"\",\"pixels\":50400,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-08-11 02:44:30','2023-02-10 05:12:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-10-01 03:15:42','2020-08-20 02:44:30'),(38,NULL,NULL,74,'post','attachment',1,73,NULL,NULL,'5df4g5df45','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/08/5df4g5df45.jpg',NULL,'74','attachment-image',NULL,NULL,NULL,'74','attachment-image',NULL,NULL,NULL,NULL,'2020-08-11 02:46:15','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(39,'https://landjuweelfestival.nl/category/credit-card-en-targets/','62:b450c1490a5a21799ab3a35345d579ac',10,'term','category',NULL,NULL,NULL,NULL,'Credit card en targets',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-11 02:46:38','2023-02-10 03:01:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-10-01 03:15:42','2020-08-20 02:44:30'),(40,NULL,NULL,75,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-11 02:46:54','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(42,'https://landjuweelfestival.nl/een-verzekering-die-bij-jou-past/','63:72cb55e9fbbe18ac93a0f4af08358d09',78,'post','post',1,0,NULL,NULL,'Een verzekering die bij jou past','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/08/7qwekqkekqekqekqkekqkeq.jpg',NULL,'79','featured-image',NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/08/7qwekqkekqekqekqkekqkeq.jpg','79','featured-image','{\"width\":259,\"height\":194,\"url\":\"https://landjuweelfestival.nl/wp-content/uploads/2020/08/7qwekqkekqekqekqkekqkeq.jpg\",\"path\":\"/opt/aphex/sites/landjuweelfestival.nl/wp-content/uploads/2020/08/7qwekqkekqekqekqkekqkeq.jpg\",\"size\":\"full\",\"id\":79,\"alt\":\"\",\"pixels\":50246,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-08-19 06:27:17','2023-02-09 14:34:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-19 06:29:20','2020-08-25 06:27:17'),(43,NULL,NULL,79,'post','attachment',1,78,NULL,NULL,'7qwekqkekqekqekqkekqkeq','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/08/7qwekqkekqekqekqkekqkeq.jpg',NULL,'79','attachment-image',NULL,NULL,NULL,'79','attachment-image',NULL,NULL,NULL,NULL,'2020-08-19 06:28:48','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(44,'https://landjuweelfestival.nl/category/belang-van-een-goede-verzekering-afsluiten/','82:c51742012f4e32bf0c138dd1349608cb',11,'term','category',NULL,NULL,NULL,NULL,'Belang van een goede verzekering afsluiten',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-19 06:29:15','2023-02-09 23:22:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-19 06:29:20','2020-08-25 06:27:17'),(45,'https://landjuweelfestival.nl/cbr-theorie-examen-trainer/','57:47e0937530710ca8310041677813e16a',81,'post','post',1,0,NULL,NULL,'CBR theorie examen trainer','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/08/5kqwekqkekqekqkeqk.jpg',NULL,'82','featured-image',NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/08/5kqwekqkekqekqkeqk.jpg','82','featured-image','{\"width\":300,\"height\":168,\"url\":\"https://landjuweelfestival.nl/wp-content/uploads/2020/08/5kqwekqkekqekqkeqk.jpg\",\"path\":\"/opt/aphex/sites/landjuweelfestival.nl/wp-content/uploads/2020/08/5kqwekqkekqekqkeqk.jpg\",\"size\":\"full\",\"id\":82,\"alt\":\"\",\"pixels\":50400,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-08-20 07:25:44','2023-02-10 03:00:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 07:28:01','2020-08-25 07:25:44'),(46,NULL,NULL,82,'post','attachment',1,81,NULL,NULL,'5kqwekqkekqekqkeqk','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/08/5kqwekqkekqekqkeqk.jpg',NULL,'82','attachment-image',NULL,NULL,NULL,'82','attachment-image',NULL,NULL,NULL,NULL,'2020-08-20 07:27:33','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(47,'https://landjuweelfestival.nl/category/online-oefenen-theorie-examen/','69:093956a0be9107826bd07320190a942c',12,'term','category',NULL,NULL,NULL,NULL,'Online oefenen theorie examen',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 07:27:49','2023-02-10 03:02:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 07:28:01','2020-08-25 07:25:44'),(48,NULL,NULL,0,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-09-08 07:43:21','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(49,NULL,NULL,84,'post','oembed_cache',0,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-09-08 07:43:21','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(50,'https://landjuweelfestival.nl/nieuw-en-scherp-prive-lease-tarief-voor-ds-3/','75:546bd0d9c80a8545f6a4ef8feef7308d',87,'post','post',1,0,NULL,NULL,'Nieuw en scherp privé lease tarief voor DS 3','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/11/df5g4f5g4f.jpg',NULL,'89','featured-image',NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2020/11/df5g4f5g4f.jpg','89','featured-image','{\"width\":271,\"height\":186,\"url\":\"https://landjuweelfestival.nl/wp-content/uploads/2020/11/df5g4f5g4f.jpg\",\"path\":\"/opt/aphex/sites/landjuweelfestival.nl/wp-content/uploads/2020/11/df5g4f5g4f.jpg\",\"size\":\"full\",\"id\":89,\"alt\":\"\",\"pixels\":50406,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-11-26 02:09:53','2023-02-10 03:54:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-11-26 02:26:57','2020-12-08 02:09:53'),(51,NULL,NULL,88,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-26 02:19:07','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(52,NULL,NULL,89,'post','attachment',1,87,NULL,NULL,'df5g4f5g4f','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2020/11/df5g4f5g4f.jpg',NULL,'89','attachment-image',NULL,NULL,NULL,'89','attachment-image',NULL,NULL,NULL,NULL,'2020-11-26 02:19:25','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(53,'https://landjuweelfestival.nl/category/lease-en-prive/','54:ff872705ba5406622eb62c701ceef5c5',13,'term','category',NULL,NULL,NULL,NULL,'lease en prive',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-26 02:26:36','2023-02-09 16:30:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-11-26 02:26:57','2020-12-08 02:09:53'),(54,'https://landjuweelfestival.nl/5-soorten-cryptocurrency-die-u-moet-kennen/','73:d1b2de58576f01d713499a62ba963426',92,'post','post',1,0,NULL,NULL,'5 soorten cryptocurrency die u moet kennen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2021/02/6sd5f6dsf.jpg',NULL,'93','featured-image',NULL,NULL,'https://landjuweelfestival.nl/wp-content/uploads/2021/02/6sd5f6dsf.jpg','93','featured-image','{\"width\":1024,\"height\":631,\"url\":\"https://landjuweelfestival.nl/wp-content/uploads/2021/02/6sd5f6dsf.jpg\",\"path\":\"/opt/aphex/sites/landjuweelfestival.nl/wp-content/uploads/2021/02/6sd5f6dsf.jpg\",\"size\":\"full\",\"id\":93,\"alt\":\"\",\"pixels\":646144,\"type\":\"image/jpeg\"}',0,0,NULL,'2021-02-22 13:59:19','2023-02-09 23:22:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-02-22 14:01:15','2021-05-14 13:59:19'),(55,NULL,NULL,93,'post','attachment',1,92,NULL,NULL,'6sd5f6dsf','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://landjuweelfestival.nl/wp-content/uploads/2021/02/6sd5f6dsf.jpg',NULL,'93','attachment-image',NULL,NULL,NULL,'93','attachment-image',NULL,NULL,NULL,NULL,'2021-02-22 14:00:13','2023-02-09 12:22:50',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(56,'https://landjuweelfestival.nl/category/cryptocoin-grenzen/','58:32effff0c6ef0453ba18cb4b6e38113d',14,'term','category',NULL,NULL,NULL,NULL,'cryptocoin grenzen',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-02-22 14:00:38','2023-02-10 03:02:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-02-22 14:01:15','2021-05-14 13:59:19');
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--
DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
`indexable_id` int unsigned NOT NULL,
`ancestor_id` int unsigned NOT NULL,
`depth` int unsigned DEFAULT NULL,
`blog_id` bigint NOT NULL DEFAULT '1',
PRIMARY KEY (`indexable_id`,`ancestor_id`),
KEY `indexable_id` (`indexable_id`),
KEY `ancestor_id` (`ancestor_id`),
KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--
LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(2,0,0,1),(3,0,0,1),(4,0,0,1),(5,0,0,1),(6,0,0,1),(7,0,0,1),(8,0,0,1),(9,0,0,1),(10,0,0,1),(11,0,0,1),(12,0,0,1),(13,0,0,1),(30,0,0,1),(31,0,0,1),(33,0,0,1),(34,0,0,1),(36,0,0,1),(37,0,0,1),(39,0,0,1),(42,0,0,1),(44,0,0,1),(45,0,0,1),(47,0,0,1),(50,0,0,1),(53,0,0,1),(54,0,0,1),(56,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_migrations`
--
DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_migrations` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`version` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `WP_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_migrations`
--
LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(16,'20200616130143'),(17,'20200617122511'),(15,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_primary_term`
--
DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_primary_term` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint DEFAULT NULL,
`term_id` bigint DEFAULT NULL,
`taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`blog_id` bigint NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `post_taxonomy` (`post_id`,`taxonomy`),
KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_primary_term`
--
LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
INSERT INTO `wp_yoast_primary_term` VALUES (1,67,8,'category','2020-08-03 02:49:14','2023-02-10 03:16:15',1),(2,70,9,'category','2020-08-04 07:35:28','2023-02-10 03:26:43',1),(3,73,10,'category','2020-08-11 02:47:03','2023-02-10 05:12:44',1),(4,78,11,'category','2020-08-19 06:29:21','2023-02-09 14:34:27',1),(5,81,12,'category','2020-08-20 07:28:01','2023-02-10 03:00:31',1),(6,92,14,'category','2021-02-22 14:01:15','2023-02-09 23:22:25',1);
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_links`
--
DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_links` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`post_id` bigint unsigned NOT NULL,
`target_post_id` bigint unsigned NOT NULL,
`type` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`indexable_id` int unsigned DEFAULT NULL,
`target_indexable_id` int unsigned DEFAULT NULL,
`height` int unsigned DEFAULT NULL,
`width` int unsigned DEFAULT NULL,
`size` int unsigned DEFAULT NULL,
`language` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `link_direction` (`post_id`,`type`),
KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_links`
--
LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (12,'https://www.bitcoinexchangenederland.nl/cryptocurrency/',70,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,'https://www.bitcoinexchangenederland.nl/bitcoin-kopen/',70,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(22,'https://www.aansprakelijkheidsverzekering.com/inboedelverzekering-vergelijken.html',78,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(23,'https://www.aansprakelijkheidsverzekering.com/woonverzekering.html',78,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(24,'https://verkeersborden.nu/theorie-examen-oefenen',81,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(25,'https://verkeersborden.nu/motor-theorie-tips',81,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,'https://zorgkrant.nl/management-en-beleid/7503-75-miljoen-voor-substitutie',27,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(27,'https://www.parlementairemonitor.nl/9353000/1/j9vvij5epmj1ey0/vkoefgrypmzy',27,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(28,'https://www.123creditcardvergelijk.nl/american-express/',73,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(29,'https://www.gratiscreditcards.nl/',73,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(34,'https://www.leaseauto.net/private-lease/',87,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(35,'https://www.leaseauto.net/private-lease/audi/',87,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(38,'https://cryptoclan.nl/ripple-xrp-verwachting/',92,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(39,'https://cryptoclan.nl/polkadot-verwachting/',92,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_meta`
--
DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_meta` (
`object_id` bigint unsigned NOT NULL,
`internal_link_count` int unsigned DEFAULT NULL,
`incoming_link_count` int unsigned DEFAULT NULL,
UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_meta`
--
LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (4,0,0),(8,0,0),(27,0,0),(35,0,0),(39,0,0),(40,0,0),(43,0,0),(45,0,0),(47,0,0),(49,0,0),(50,0,0),(51,0,0),(52,0,0),(54,0,0),(56,0,0),(58,0,0),(62,0,0),(63,0,0),(67,0,0),(70,0,0),(73,0,0),(77,0,0),(78,0,0),(81,0,0),(87,0,0),(92,0,0),(95,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-03-29 8:12:52