SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(10) unsigned DEFAULT NULL,
  `target_indexable_id` int(10) unsigned DEFAULT NULL,
  `height` int(10) unsigned DEFAULT NULL,
  `width` int(10) unsigned DEFAULT NULL,
  `size` int(10) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (1, 'https://instagram.com', 14, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (2, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (3, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (4, 'https://instagram.com', 14, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (5, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (6, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (7, 'https://instagram.com', 14, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (8, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (9, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (10, 'https://instagram.com', 14, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (11, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (12, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (13, 'https://images.unsplash.com/photo-1618298363483-e31a31f1a1e2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTQ5fHxwb3J0cmFpdHxlbnwwfDB8MHx8&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=60&amp;w=200&amp;h=200&amp;crop=face', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (14, 'https://images.unsplash.com/photo-1508184964240-ee96bb9677a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MjR8fHBvcnRyYWl0fGVufDB8MHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=60&amp;w=200&amp;h=200&amp;crop=face', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (15, 'https://images.unsplash.com/photo-1509460913899-515f1df34fea?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=80&amp;w=200&amp;h=200&amp;crop=face', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (16, 'https://images.unsplash.com/photo-1515121240746-1fc801ba75a8?auto=format&amp;fit=crop&amp;q=80&amp;w=200&amp;h=200&amp;crop=face', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (17, 'https://images.unsplash.com/photo-1460518451285-97b6aa326961?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8b2ZmaWNlfGVufDB8MnwwfHw%3D&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=60&amp;w=800&amp;h=&amp;crop=', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (18, 'https://images.unsplash.com/photo-1599021251909-b88562a9fbc9?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8OXx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=1000&amp;q=60&amp;w=600&amp;h=900&amp;crop=', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (19, 'https://images.unsplash.com/photo-1545205597-3d9d02c29597?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8MTF8fHxlbnwwfHx8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;w=1000&amp;q=60&amp;w=600&amp;h=900&amp;crop=', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (20, 'https://images.unsplash.com/photo-1543858828-7cf1a9beb95c?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjh8fGZpdG5lc3N8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;w=1000&amp;q=60&amp;w=600&amp;h=900&amp;crop=', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (21, 'https://images.unsplash.com/photo-1499696010180-025ef6e1a8f9?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=3270&amp;q=80&amp;w=1200&amp;h=&amp;crop=', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (24, 'https://images.unsplash.com/photo-1682262675293-e855ce97e44b?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;q=80&amp;w=800&amp;h=800&amp;crop=', 18, NULL, 'image-ex', 11, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (25, 'https://images.unsplash.com/photo-1640951613773-54706e06851d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTg5fHxwZXJzb258ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=200&amp;h=200&amp;crop=face', 18, NULL, 'image-ex', 11, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (26, 'https://images.unsplash.com/photo-1495837174058-628aafc7d610?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=2080&amp;q=80&amp;w=900&amp;h=900&amp;crop=', 18, NULL, 'image-ex', 11, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (27, 'http://wa.me/562657965', 33, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (28, 'https://api.qrserver.com/v1/create-qr-code/?data=wa.me%2F562657965&amp;size=460x460&amp;format=png&amp;margin=10&amp;color=5fb09b&amp;bgcolor=ffffff', 33, NULL, 'image-ex', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (29, 'http://wa.me/562657965', 35, NULL, 'external', 22, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (30, 'https://api.qrserver.com/v1/create-qr-code/?data=wa.me%2F562657965&amp;size=460x460&amp;format=png&amp;margin=10&amp;color=5fb09b&amp;bgcolor=ffffff', 35, NULL, 'image-ex', 22, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (31, 'http://wa.me/562657965', 14, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (32, 'https://api.qrserver.com/v1/create-qr-code/?data=wa.me%2F562657965&amp;size=980x980&amp;format=png&amp;margin=20&amp;color=76c490&amp;bgcolor=ffffff', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (33, 'https://bookblv.com/category/uncategorized/', 18, NULL, 'internal', 11, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (34, 'https://bookblv.com/hello-world/', 18, 1, 'internal', 11, 5, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (37, 'https://bookblv.com/wp-content/uploads/2024/11/yt8d06jn-300x300.png', 18, 44, 'image-in', 11, NULL, 900, 900, 130093, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (38, 'https://bellavie.com/services', 53, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (39, 'https://bellavie.com/rewards', 53, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (40, 'https://bellavie.com/retreats', 53, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (41, 'https://bellavie.com/dining', 53, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (42, 'https://bellavie.com/account', 53, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (43, 'file:///C:/Users/unlim/Downloads/vfjuRSsdRrXP6Gdg3.html', 60, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (44, 'http://wa.me/562657965', 60, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (45, 'https://api.qrserver.com/v1/create-qr-code/?data=wa.me%2F562657965&amp;size=460x460&amp;format=png&amp;margin=10&amp;color=5fb09b&amp;bgcolor=ffffff', 60, NULL, 'image-ex', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (46, 'https://bookblv.com/wp-content/uploads/2024/11/yt8d06jn-300x300.png', 60, 44, 'image-in', 24, NULL, 900, 900, 130093, NULL, NULL);