Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT pres18_posts.*
FROM pres18_posts
WHERE 1=1 AND pres18_posts.post_type = 'page' AND ((pres18_posts.post_status = 'publish'))
ORDER BY pres18_posts.post_title ASC
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'qode_sidebars' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT pres18_posts.ID
FROM pres18_posts INNER JOIN pres18_postmeta ON ( pres18_posts.ID = pres18_postmeta.post_id )
WHERE 1=1 AND (
( pres18_postmeta.meta_key = '_wp_page_template' AND pres18_postmeta.meta_value = 'landing_page.php' )
) AND pres18_posts.post_type = 'page' AND ((pres18_posts.post_status = 'publish'))
GROUP BY pres18_posts.ID
ORDER BY pres18_posts.post_date DESC
LIMIT 0, 5
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'gravityformsaddon_gravityformswebapi_settings' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_name, option_value FROM pres18_options WHERE option_name IN ('_site_transient_wp_theme_files_patterns-311d0ead3489843e284217f37c18408b','_site_transient_timeout_wp_theme_files_patterns-311d0ead3489843e284217f37c18408b')
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `pres18_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_timeout_wp_theme_files_patterns-311d0ead3489843e284217f37c18408b', '1776611137', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `pres18_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_wp_theme_files_patterns-311d0ead3489843e284217f37c18408b', 'a:2:{s:7:\"version\";s:8:\"30.8.8.7\";s:8:\"patterns\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'rg_form_version' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'gf_db_version' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `pres18_options` (`option_name`, `option_value`, `autoload`) VALUES ('gf_db_version', '2.9.30', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `pres18_options` (`option_name`, `option_value`, `autoload`) VALUES ('rg_form_version', '2.9.30', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT version();
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT sqlite_version();
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE pres18_gf_form (
id mediumint(10) unsigned not null auto_increment,
title varchar(150) not null,
date_created datetime not null,
date_updated datetime,
is_active tinyint(10) not null default 1,
is_trash tinyint(10) not null default 0,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE pres18_gf_form_meta (
form_id mediumint(10) unsigned not null,
display_meta longtext,
entries_grid_meta longtext,
confirmations longtext,
notifications longtext,
PRIMARY KEY (form_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE pres18_gf_form_view (
id bigint(10) unsigned not null auto_increment,
form_id mediumint(10) unsigned not null,
date_created datetime not null,
ip char(15),
count mediumint(10) unsigned not null default 1,
PRIMARY KEY (id),
KEY date_created (date_created),
KEY form_id (form_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE pres18_gf_form_revisions (
id bigint(10) unsigned not null auto_increment,
form_id mediumint(10) unsigned not null,
display_meta longtext,
date_created datetime not null,
PRIMARY KEY (id),
KEY date_created (date_created),
KEY form_id (form_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE pres18_gf_entry (
id int(10) unsigned not null auto_increment,
form_id mediumint(10) unsigned not null,
post_id bigint(10) unsigned,
date_created datetime not null,
date_updated datetime,
is_starred tinyint(10) not null default 0,
is_read tinyint(10) not null default 0,
ip varchar(45) not null,
source_url varchar(200) not null default '',
user_agent varchar(250) not null default '',
currency varchar(5),
payment_status varchar(15),
payment_date datetime,
payment_amount decimal(19,2),
payment_method varchar(30),
transaction_id varchar(50),
is_fulfilled tinyint(10),
created_by bigint(10) unsigned,
transaction_type tinyint(10),
status varchar(20) not null default 'active',
source_id bigint(10) unsigned,
PRIMARY KEY (id),
KEY form_id (form_id),
KEY form_id_status (form_id,status)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE pres18_gf_entry_notes (
id int(10) unsigned not null auto_increment,
entry_id int(10) unsigned not null,
user_name varchar(250),
user_id bigint(10),
date_created datetime not null,
value longtext,
note_type varchar(50),
sub_type varchar(50),
PRIMARY KEY (id),
KEY entry_id (entry_id),
KEY entry_user_key (entry_id,user_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE pres18_gf_entry_meta (
id bigint(10) unsigned not null auto_increment,
form_id mediumint(10) unsigned not null default 0,
entry_id bigint(10) unsigned not null,
meta_key varchar(255),
meta_value longtext,
item_index varchar(60),
PRIMARY KEY (id),
KEY meta_key (meta_key(191)),
KEY entry_id (entry_id),
KEY meta_value (meta_value(191))
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE pres18_gf_draft_submissions (
uuid char(32) not null,
email varchar(255),
form_id mediumint(10) unsigned not null,
date_created datetime not null,
ip varchar(45) not null,
source_url longtext not null,
submission longtext not null,
PRIMARY KEY (uuid),
KEY form_id (form_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT autoload FROM pres18_options WHERE option_name = 'gform_enable_background_updates' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SHOW FULL COLUMNS FROM `pres18_options`
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'rg_gforms_default_theme' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `pres18_options` (`option_name`, `option_value`, `autoload`) VALUES ('rg_gforms_default_theme', 'orbital', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'rg_form_original_version' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `pres18_options` (`option_name`, `option_value`, `autoload`) VALUES ('rg_form_original_version', '2.9.30', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_name, option_value FROM pres18_options WHERE option_name IN ('_site_transient_t15s-registry-gforms','_site_transient_timeout_t15s-registry-gforms')
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SHOW FULL COLUMNS FROM `pres18_options`
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_name, option_value FROM pres18_options WHERE option_name IN ('_transient_GFCache_623ca263d4cd265ee25b069ee753bea2','_transient_timeout_GFCache_623ca263d4cd265ee25b069ee753bea2')
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'gf_env_license_key' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT a.action_id FROM pres18_actionscheduler_actions a LEFT JOIN pres18_actionscheduler_groups g ON g.group_id=a.group_id WHERE 1=1 AND g.slug='aioseo' AND a.hook='aioseo_cache_prune' AND a.args='[]' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_name, option_value FROM pres18_options WHERE option_name IN ('_transient_aioseo_as_lock_fb6d6d7543c57728aea4d32371f9c17a','_transient_timeout_aioseo_as_lock_fb6d6d7543c57728aea4d32371f9c17a')
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `pres18_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_aioseo_as_lock_fb6d6d7543c57728aea4d32371f9c17a', '1776609342', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `pres18_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_aioseo_as_lock_fb6d6d7543c57728aea4d32371f9c17a', '1', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT a.action_id FROM pres18_actionscheduler_actions a LEFT JOIN pres18_actionscheduler_groups g ON g.group_id=a.group_id WHERE 1=1 AND g.slug='aioseo' AND a.hook='aioseo_cache_prune' AND a.args='[]' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT group_id FROM pres18_actionscheduler_groups WHERE slug='aioseo'
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SHOW FULL COLUMNS FROM `pres18_actionscheduler_groups`
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]
INSERT INTO pres18_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'aioseo_cache_prune', 'pending', '2026-04-19 14:35:37', '2026-04-19 14:35:37', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776609337;s:18:\"\0*\0first_timestamp\";i:1776609337;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776609337;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT autoload FROM pres18_options WHERE option_name = '_transient_aioseo_as_lock_fb6d6d7543c57728aea4d32371f9c17a'
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT a.action_id FROM pres18_actionscheduler_actions a LEFT JOIN pres18_actionscheduler_groups g ON g.group_id=a.group_id WHERE 1=1 AND g.slug='aioseo' AND a.hook='aioseo_cache_prune' AND a.args='[]' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `pres18_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_aioseo_as_lock_fb6d6d7543c57728aea4d32371f9c17a', '1776609342', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `pres18_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_aioseo_as_lock_fb6d6d7543c57728aea4d32371f9c17a', '1', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT a.action_id FROM pres18_actionscheduler_actions a LEFT JOIN pres18_actionscheduler_groups g ON g.group_id=a.group_id WHERE 1=1 AND g.slug='aioseo' AND a.hook='aioseo_cache_prune' AND a.args='[]' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT group_id FROM pres18_actionscheduler_groups WHERE slug='aioseo'
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SHOW FULL COLUMNS FROM `pres18_actionscheduler_groups`
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]
INSERT INTO pres18_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'aioseo_cache_prune', 'pending', '2026-04-19 14:35:37', '2026-04-19 14:35:37', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776609337;s:18:\"\0*\0first_timestamp\";i:1776609337;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776609337;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT autoload FROM pres18_options WHERE option_name = '_transient_aioseo_as_lock_fb6d6d7543c57728aea4d32371f9c17a'
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT
`key`, `value`, `is_object`
FROM pres18_aioseo_cache
WHERE 1 = 1 AND
( `expiration` IS NULL OR `expiration` > '2026-04-19 14:35:37' )
AND `key` = 'addons'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT
`key`, `value`, `is_object`
FROM pres18_aioseo_cache
WHERE 1 = 1 AND
( `expiration` IS NULL OR `expiration` > '2026-04-19 14:35:37' )
AND `key` = 'addons_fetch_lock'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO pres18_aioseo_cache
SET `key` = 'addons_fetch_lock', `value` = 'true', `is_object` = '', `expiration` = '2026-04-19 14:36:37', `created` = '2026-04-19 14:35:37', `updated` = '2026-04-19 14:35:37'
ON DUPLICATE KEY UPDATE `value` = 'true', `is_object` = '', `expiration` = '2026-04-19 14:36:37', `updated` = '2026-04-19 14:35:37'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT
`key`, `value`, `is_object`
FROM pres18_aioseo_cache
WHERE 1 = 1 AND
( `expiration` IS NULL OR `expiration` > '2026-04-19 14:35:37' )
AND `key` = 'remote_lock_34f9fb73ba9182c761520ec537a9a7fb'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO pres18_aioseo_cache
SET `key` = 'remote_lock_34f9fb73ba9182c761520ec537a9a7fb', `value` = 'true', `is_object` = '', `expiration` = '2026-04-19 14:36:37', `created` = '2026-04-19 14:35:37', `updated` = '2026-04-19 14:35:37'
ON DUPLICATE KEY UPDATE `value` = 'true', `is_object` = '', `expiration` = '2026-04-19 14:36:37', `updated` = '2026-04-19 14:35:37'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]DELETE FROM pres18_aioseo_cache
WHERE 1 = 1 AND
`key` = 'remote_lock_34f9fb73ba9182c761520ec537a9a7fb'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO pres18_aioseo_cache
SET `key` = 'addons', `value` = '[{\"sku\":\"aioseo-redirects\",\"name\":\"Redirection Manager\",\"version\":\"1.4.15\",\"image\":null,\"icon\":\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\",\"levels\":[\"business\",\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/features\\/redirection-manager\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/features\\/redirection-manager\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-redirects:redirects\",\"features\":[{\"license_level\":\"elite\",\"feature\":\"404-parent-redirect\"}]},{\"sku\":\"aioseo-link-assistant\",\"name\":\"Link Assistant\",\"version\":\"1.1.13\",\"image\":null,\"icon\":\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNUg3QzUuMzUgMTUgNCAxMy42NSA0IDEyQzQgMTAuMzUgNS4zNSA5IDcgOUgxMVY3SDdDNC4yNCA3IDIgOS4yNCAyIDEyQzIgMTQuNzYgNC4yNCAxNyA3IDE3SDExVjE1Wk0xNyA3SDEzVjlIMTdDMTguNjUgOSAyMCAxMC4zNSAyMCAxMkMyMCAxMy42NSAxOC42NSAxNSAxNyAxNUgxM1YxN0gxN0MxOS43NiAxNyAyMiAxNC43NiAyMiAxMkMyMiA5LjI0IDE5Ljc2IDcgMTcgN1pNMTYgMTFIOFYxM0gxNlYxMVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=\",\"levels\":[\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-link-assistant:overview\",\"features\":[]},{\"sku\":\"aioseo-video-sitemap\",\"name\":\"Video Sitemap\",\"version\":\"1.1.26\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy4zMzMgNWgxMGMuNDU5IDAgLjgzNC4zNzUuODM0LjgzM1Y4Ljc1TDE3LjUgNS40MTd2OS4xNjZsLTMuMzMzLTMuMzMzdjIuOTE3YS44MzYuODM2IDAgMCAxLS44MzQuODMzaC0xMGEuODM2LjgzNiAwIDAgMS0uODMzLS44MzNWNS44MzNjMC0uNDU4LjM3NS0uODMzLjgzMy0uODMzWm05LjE2NyA4LjMzM1Y2LjY2N0g0LjE2N3Y2LjY2NkgxMi41WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\",\"levels\":[\"individual\",\"business\",\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-sitemaps:video-sitemap\",\"features\":[]},{\"sku\":\"aioseo-local-business\",\"name\":\"Local Business SEO\",\"version\":\"1.3.12\",\"image\":null,\"icon\":\"svg-local-business\",\"levels\":[\"business\",\"agency\",\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-local-seo:locations\",\"features\":[]},{\"sku\":\"aioseo-news-sitemap\",\"name\":\"News Sitemap\",\"version\":\"1.0.21\",\"image\":null,\"icon\":\"svg-sitemaps-pro\",\"levels\":[\"business\",\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google\\u2019s Publisher Center and had it approved.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-sitemaps:news-sitemap\",\"features\":[]},{\"sku\":\"aioseo-index-now\",\"name\":\"IndexNow\",\"version\":\"1.0.13\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE3LjY0NCAxMS42NTVjLS4zMjEtLjIyOS0uNjU0LS40NDYtLjk2NC0uNjk3LS42NDMtLjUzNC0uNjMxLTEuMzcyLjAyMy0xLjg4NC4zMS0uMjQuNjQyLS40NTguOTY0LS42OTcuMTg0LS4xMy4zMjEtLjI5NC4zMzMtLjUzNCAwLS4wMzIgMC0uMDc2LS4wMTItLjEyYTcuNDQyIDcuNDQyIDAgMCAwLTEuODkzLTMuMTQ3Yy0uMjA3LS4yMDctLjQ2LS4yNC0uNzQ2LS4xMmEyMi4wNSAyMi4wNSAwIDAgMS0xLjA2OC40MzZjLS45MTguMzQ4LTEuNjg3LS4wODctMS44MTMtMS4wMjQtLjA0Ni0uMzM4LS4wOC0uNjc1LS4xMTUtMS4wMTMtLjAzNC0uMzctLjI0LS41OTktLjYzLS42NzVhOC40NDYgOC40NDYgMCAwIDAtMy40NjcgMGMtLjM2Ny4wNzYtLjU3NC4yNzItLjYwOC42MzJhMTMuNzggMTMuNzggMCAwIDEtLjE2IDEuMTc2Yy0uMTYxLjgyOC0uOTE5IDEuMjMtMS43NDUuOTE1LS4zNTYtLjEzLS43MTItLjI5NC0xLjA2Ny0uNDQ3LS4zMzMtLjE0MS0uNjA5LS4wODctLjg1LjE2NGE3Ljc3OSA3Ljc3OSAwIDAgMC0xLjc3OSAyLjkxOGMtLjExNC4zMzgtLjAyMy42MS4yODcuODI4LjI5OS4yMDcuNjA5LjQxNC44OTUuNjMyLjc3LjU4OC43NTggMS40NDgtLjAyMiAyLjAxNC0uMjg3LjIwNy0uNTc0LjQxNC0uODYxLjYxLS4zMjIuMjE4LS40MTMuNTEyLS4yOTkuODZhNy44NyA3Ljg3IDAgMCAwIDEuNzQ1IDIuODg3Yy4yNC4yNS41MTYuMzE2Ljg1LjE4NS4zOS0uMTUzLjc2OC0uMzI3IDEuMTU4LS40NjguNzU4LS4yNzMgMS41MTUuMTIgMS42NzYuODcuMDguNDA0LjEyNi44MTguMTYgMS4yMi4wMzUuMzcuMjQxLjU2Ny41OTcuNjQzIDEuMTYuMjQgMi4zMDcuMjQgMy40NjYuMDExLjQxMy0uMDg3LjYwOC0uMzE2LjY0My0uNzA4LjAyMy0uMzI3LjA2OS0uNjUzLjEwMy0uOTcuMTE1LS45MjUuODk1LTEuMzgyIDEuODE0LTEuMDQ1LjM0NC4xMzEuNjg4LjI3MyAxLjAzMi40MjUuMzY4LjE1My42NjYuMDc2LjkxOC0uMjA3YTguNDk0IDguNDk0IDAgMCAwIDEuNzEtMi44MmMuMTUtLjMzOC4wNTgtLjYyMS0uMjc1LS44NXptLTkuNDguNjk3Yy0uMTAzLjEzLS4zMS4xMi0uNDEzLS4wMUw2LjAzIDEwLjE3M2EuMjIuMjIgMCAwIDEgMC0uMjgzbDEuOTI4LTIuNDI5IDEuNDY5IDEuNzItLjYzMS44NS41MjcuNzA4YS4yMDUuMjA1IDAgMCAxLS4wMTEuMjYyem01LjgzLTIuMTc4LTIuNDc5IDMuMDE3YS4yNi4yNiAwIDAgMS0uMjA2LjEwOUg5LjEwNWEuMjUuMjUgMCAwIDEtLjIwNi0uNDAzbDIuMzUzLTIuODY1LTIuNjc0LTMuMjY3aDIuODY5bDIuNTU5IDMuMTI2YS4yMzYuMjM2IDAgMCAxLS4wMTEuMjgzeiIvPjwvc3ZnPg==\",\"levels\":[\"business\",\"agency\",\"basic\",\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"basic\",\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/index-now\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/index-now\",\"manageUrl\":\"https:\\/\\/route#aioseo-settings:webmaster-tools\",\"features\":[]},{\"sku\":\"aioseo-rest-api\",\"name\":\"REST API\",\"version\":\"1.0.9\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9ImFpb3Nlby1jb2RlIj48cGF0aCBkPSJNOS40IDE2LjZMNC44IDEybDQuNi00LjZMOCA2bC02IDYgNiA2IDEuNC0xLjR6bTUuMiAwbDQuNi00LjYtNC42LTQuNkwxNiA2bDYgNi02IDYtMS40LTEuNHoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==\",\"levels\":[\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/feature\\/rest-api\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/feature\\/rest-api\\/\",\"manageUrl\":\"\",\"features\":[]},{\"sku\":\"aioseo-image-seo\",\"name\":\"Image SEO\",\"version\":\"1.2.4\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE1LjgzMyA0LjE2N3YxMS42NjZINC4xNjdWNC4xNjdoMTEuNjY2Wm0wLTEuNjY3SDQuMTY3QzMuMjUgMi41IDIuNSAzLjI1IDIuNSA0LjE2N3YxMS42NjZjMCAuOTE3Ljc1IDEuNjY3IDEuNjY3IDEuNjY3aDExLjY2NmMuOTE3IDAgMS42NjctLjc1IDEuNjY3LTEuNjY3VjQuMTY3YzAtLjkxNy0uNzUtMS42NjctMS42NjctMS42NjdabS00LjA1IDcuMzgzLTIuNSAzLjIyNUw3LjUgMTAuOTUgNSAxNC4xNjdoMTBsLTMuMjE3LTQuMjg0WiIvPjwvc3ZnPg==\",\"levels\":[\"business\",\"agency\",\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Globally control the Title, Alt Text, Caption and Descriptions for images in your content. These attributes are essential for both accessibility and SEO.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-search-appearance:media\",\"features\":[]},{\"sku\":\"aioseo-eeat\",\"name\":\"Author SEO (E-E-A-T)\",\"version\":\"1.2.10\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00NDAuMTE4LTU2MHEzMy44MzkgMCA1Ny44MTctMjQuMDk3dDIzLjk3OC01Ny45MzVxMC0zMy44MzgtMjMuOTc4LTU3LjY5Ni0yMy45NzgtMjMuODU5LTU3LjgxNy0yMy44NTktMzMuODM4IDAtNTcuOTM0IDIzLjg1OS0yNC4wOTcgMjMuODU4LTI0LjA5NyA1Ny42OTYgMCAzMy44MzggMjQuMDk3IDU3LjkzNVE0MDYuMjgtNTYwIDQ0MC4xMTgtNTYwWk00NDAtMzk2LjQxM3E0NS43MTcgMCA4NS41NzYtMTkuNDc4IDM5Ljg1OS0xOS40NzkgNjkuNTc2LTU2LjE1Mi0zNS45NTYtMjMuNzE4LTc0LjkzNS0zNS44MzdRNDgxLjIzOS01MjAgNDQwLTUyMHQtODAuMjE3IDEyLjEycS0zOC45NzkgMTIuMTE5LTc0LjkzNSAzNS44MzcgMjkuNzE3IDM2LjY3MyA2OS41NzYgNTYuMTUyIDM5Ljg1OSAxOS40NzggODUuNTc2IDE5LjQ3OFptMzg2LjM5MSAyODYuOTM1TDYzNy45MTMtMjk3Ljk1NnEtNDEuNzE3IDMxLjc2MS05MS42OTYgNDkuNDAyUTQ5Ni4yMzktMjMwLjkxMyA0NDAtMjMwLjkxM3EtMTM3LjU4NyAwLTIzMy4zMzctOTUuNzVUMTEwLjkxMy01NjBxMC0xMzcuNTg3IDk1Ljc1LTIzMy4zMzdUNDQwLTg4OS4wODdxMTM3LjU4NyAwIDIzMy4zMzcgOTUuNzVUNzY5LjA4Ny01NjBxMCA1NS43NjEtMTcuNzYxIDEwNS45NzgtMTcuNzYxIDUwLjIxOC00OS41MjEgOTIuMTc0TDg5MC4yODMtMTczLjM3bC02My44OTIgNjMuODkyWk00NDAuMTEzLTMyMS45MTNxOTkuMTU2IDAgMTY4LjU2NS02OS41MjIgNjkuNDA5LTY5LjUyMiA2OS40MDktMTY4LjY3OCAwLTk5LjE1Ni02OS40MDktMTY4LjU2NS02OS40MDktNjkuNDA5LTE2OC41NjUtNjkuNDA5LTk5LjE1NiAwLTE2OC42NzggNjkuNDA5LTY5LjUyMiA2OS40MDktNjkuNTIyIDE2OC41NjUgMCA5OS4xNTYgNjkuNTIyIDE2OC42NzggNjkuNTIyIDY5LjUyMiAxNjguNjc4IDY5LjUyMlpNNDQwLTU2MFoiLz48L3N2Zz4=\",\"levels\":[\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Optimize your site for Google\'s E-E-A-T ranking factor by proving your writer\'s expertise through author schema markup and new UI elements.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/features\\/eeat\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/features\\/eeat\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-search-appearance:author-seo\",\"features\":[]}]', `is_object` = '', `expiration` = '2026-04-20 14:35:37', `created` = '2026-04-19 14:35:37', `updated` = '2026-04-19 14:35:37'
ON DUPLICATE KEY UPDATE `value` = '[{\"sku\":\"aioseo-redirects\",\"name\":\"Redirection Manager\",\"version\":\"1.4.15\",\"image\":null,\"icon\":\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\",\"levels\":[\"business\",\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/features\\/redirection-manager\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/features\\/redirection-manager\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-redirects:redirects\",\"features\":[{\"license_level\":\"elite\",\"feature\":\"404-parent-redirect\"}]},{\"sku\":\"aioseo-link-assistant\",\"name\":\"Link Assistant\",\"version\":\"1.1.13\",\"image\":null,\"icon\":\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNUg3QzUuMzUgMTUgNCAxMy42NSA0IDEyQzQgMTAuMzUgNS4zNSA5IDcgOUgxMVY3SDdDNC4yNCA3IDIgOS4yNCAyIDEyQzIgMTQuNzYgNC4yNCAxNyA3IDE3SDExVjE1Wk0xNyA3SDEzVjlIMTdDMTguNjUgOSAyMCAxMC4zNSAyMCAxMkMyMCAxMy42NSAxOC42NSAxNSAxNyAxNUgxM1YxN0gxN0MxOS43NiAxNyAyMiAxNC43NiAyMiAxMkMyMiA5LjI0IDE5Ljc2IDcgMTcgN1pNMTYgMTFIOFYxM0gxNlYxMVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=\",\"levels\":[\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-link-assistant:overview\",\"features\":[]},{\"sku\":\"aioseo-video-sitemap\",\"name\":\"Video Sitemap\",\"version\":\"1.1.26\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy4zMzMgNWgxMGMuNDU5IDAgLjgzNC4zNzUuODM0LjgzM1Y4Ljc1TDE3LjUgNS40MTd2OS4xNjZsLTMuMzMzLTMuMzMzdjIuOTE3YS44MzYuODM2IDAgMCAxLS44MzQuODMzaC0xMGEuODM2LjgzNiAwIDAgMS0uODMzLS44MzNWNS44MzNjMC0uNDU4LjM3NS0uODMzLjgzMy0uODMzWm05LjE2NyA4LjMzM1Y2LjY2N0g0LjE2N3Y2LjY2NkgxMi41WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\",\"levels\":[\"individual\",\"business\",\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-sitemaps:video-sitemap\",\"features\":[]},{\"sku\":\"aioseo-local-business\",\"name\":\"Local Business SEO\",\"version\":\"1.3.12\",\"image\":null,\"icon\":\"svg-local-business\",\"levels\":[\"business\",\"agency\",\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-local-seo:locations\",\"features\":[]},{\"sku\":\"aioseo-news-sitemap\",\"name\":\"News Sitemap\",\"version\":\"1.0.21\",\"image\":null,\"icon\":\"svg-sitemaps-pro\",\"levels\":[\"business\",\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google\\u2019s Publisher Center and had it approved.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-sitemaps:news-sitemap\",\"features\":[]},{\"sku\":\"aioseo-index-now\",\"name\":\"IndexNow\",\"version\":\"1.0.13\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE3LjY0NCAxMS42NTVjLS4zMjEtLjIyOS0uNjU0LS40NDYtLjk2NC0uNjk3LS42NDMtLjUzNC0uNjMxLTEuMzcyLjAyMy0xLjg4NC4zMS0uMjQuNjQyLS40NTguOTY0LS42OTcuMTg0LS4xMy4zMjEtLjI5NC4zMzMtLjUzNCAwLS4wMzIgMC0uMDc2LS4wMTItLjEyYTcuNDQyIDcuNDQyIDAgMCAwLTEuODkzLTMuMTQ3Yy0uMjA3LS4yMDctLjQ2LS4yNC0uNzQ2LS4xMmEyMi4wNSAyMi4wNSAwIDAgMS0xLjA2OC40MzZjLS45MTguMzQ4LTEuNjg3LS4wODctMS44MTMtMS4wMjQtLjA0Ni0uMzM4LS4wOC0uNjc1LS4xMTUtMS4wMTMtLjAzNC0uMzctLjI0LS41OTktLjYzLS42NzVhOC40NDYgOC40NDYgMCAwIDAtMy40NjcgMGMtLjM2Ny4wNzYtLjU3NC4yNzItLjYwOC42MzJhMTMuNzggMTMuNzggMCAwIDEtLjE2IDEuMTc2Yy0uMTYxLjgyOC0uOTE5IDEuMjMtMS43NDUuOTE1LS4zNTYtLjEzLS43MTItLjI5NC0xLjA2Ny0uNDQ3LS4zMzMtLjE0MS0uNjA5LS4wODctLjg1LjE2NGE3Ljc3OSA3Ljc3OSAwIDAgMC0xLjc3OSAyLjkxOGMtLjExNC4zMzgtLjAyMy42MS4yODcuODI4LjI5OS4yMDcuNjA5LjQxNC44OTUuNjMyLjc3LjU4OC43NTggMS40NDgtLjAyMiAyLjAxNC0uMjg3LjIwNy0uNTc0LjQxNC0uODYxLjYxLS4zMjIuMjE4LS40MTMuNTEyLS4yOTkuODZhNy44NyA3Ljg3IDAgMCAwIDEuNzQ1IDIuODg3Yy4yNC4yNS41MTYuMzE2Ljg1LjE4NS4zOS0uMTUzLjc2OC0uMzI3IDEuMTU4LS40NjguNzU4LS4yNzMgMS41MTUuMTIgMS42NzYuODcuMDguNDA0LjEyNi44MTguMTYgMS4yMi4wMzUuMzcuMjQxLjU2Ny41OTcuNjQzIDEuMTYuMjQgMi4zMDcuMjQgMy40NjYuMDExLjQxMy0uMDg3LjYwOC0uMzE2LjY0My0uNzA4LjAyMy0uMzI3LjA2OS0uNjUzLjEwMy0uOTcuMTE1LS45MjUuODk1LTEuMzgyIDEuODE0LTEuMDQ1LjM0NC4xMzEuNjg4LjI3MyAxLjAzMi40MjUuMzY4LjE1My42NjYuMDc2LjkxOC0uMjA3YTguNDk0IDguNDk0IDAgMCAwIDEuNzEtMi44MmMuMTUtLjMzOC4wNTgtLjYyMS0uMjc1LS44NXptLTkuNDguNjk3Yy0uMTAzLjEzLS4zMS4xMi0uNDEzLS4wMUw2LjAzIDEwLjE3M2EuMjIuMjIgMCAwIDEgMC0uMjgzbDEuOTI4LTIuNDI5IDEuNDY5IDEuNzItLjYzMS44NS41MjcuNzA4YS4yMDUuMjA1IDAgMCAxLS4wMTEuMjYyem01LjgzLTIuMTc4LTIuNDc5IDMuMDE3YS4yNi4yNiAwIDAgMS0uMjA2LjEwOUg5LjEwNWEuMjUuMjUgMCAwIDEtLjIwNi0uNDAzbDIuMzUzLTIuODY1LTIuNjc0LTMuMjY3aDIuODY5bDIuNTU5IDMuMTI2YS4yMzYuMjM2IDAgMCAxLS4wMTEuMjgzeiIvPjwvc3ZnPg==\",\"levels\":[\"business\",\"agency\",\"basic\",\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"basic\",\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/index-now\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/index-now\",\"manageUrl\":\"https:\\/\\/route#aioseo-settings:webmaster-tools\",\"features\":[]},{\"sku\":\"aioseo-rest-api\",\"name\":\"REST API\",\"version\":\"1.0.9\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9ImFpb3Nlby1jb2RlIj48cGF0aCBkPSJNOS40IDE2LjZMNC44IDEybDQuNi00LjZMOCA2bC02IDYgNiA2IDEuNC0xLjR6bTUuMiAwbDQuNi00LjYtNC42LTQuNkwxNiA2bDYgNi02IDYtMS40LTEuNHoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==\",\"levels\":[\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/feature\\/rest-api\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/feature\\/rest-api\\/\",\"manageUrl\":\"\",\"features\":[]},{\"sku\":\"aioseo-image-seo\",\"name\":\"Image SEO\",\"version\":\"1.2.4\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE1LjgzMyA0LjE2N3YxMS42NjZINC4xNjdWNC4xNjdoMTEuNjY2Wm0wLTEuNjY3SDQuMTY3QzMuMjUgMi41IDIuNSAzLjI1IDIuNSA0LjE2N3YxMS42NjZjMCAuOTE3Ljc1IDEuNjY3IDEuNjY3IDEuNjY3aDExLjY2NmMuOTE3IDAgMS42NjctLjc1IDEuNjY3LTEuNjY3VjQuMTY3YzAtLjkxNy0uNzUtMS42NjctMS42NjctMS42NjdabS00LjA1IDcuMzgzLTIuNSAzLjIyNUw3LjUgMTAuOTUgNSAxNC4xNjdoMTBsLTMuMjE3LTQuMjg0WiIvPjwvc3ZnPg==\",\"levels\":[\"business\",\"agency\",\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Globally control the Title, Alt Text, Caption and Descriptions for images in your content. These attributes are essential for both accessibility and SEO.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-search-appearance:media\",\"features\":[]},{\"sku\":\"aioseo-eeat\",\"name\":\"Author SEO (E-E-A-T)\",\"version\":\"1.2.10\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00NDAuMTE4LTU2MHEzMy44MzkgMCA1Ny44MTctMjQuMDk3dDIzLjk3OC01Ny45MzVxMC0zMy44MzgtMjMuOTc4LTU3LjY5Ni0yMy45NzgtMjMuODU5LTU3LjgxNy0yMy44NTktMzMuODM4IDAtNTcuOTM0IDIzLjg1OS0yNC4wOTcgMjMuODU4LTI0LjA5NyA1Ny42OTYgMCAzMy44MzggMjQuMDk3IDU3LjkzNVE0MDYuMjgtNTYwIDQ0MC4xMTgtNTYwWk00NDAtMzk2LjQxM3E0NS43MTcgMCA4NS41NzYtMTkuNDc4IDM5Ljg1OS0xOS40NzkgNjkuNTc2LTU2LjE1Mi0zNS45NTYtMjMuNzE4LTc0LjkzNS0zNS44MzdRNDgxLjIzOS01MjAgNDQwLTUyMHQtODAuMjE3IDEyLjEycS0zOC45NzkgMTIuMTE5LTc0LjkzNSAzNS44MzcgMjkuNzE3IDM2LjY3MyA2OS41NzYgNTYuMTUyIDM5Ljg1OSAxOS40NzggODUuNTc2IDE5LjQ3OFptMzg2LjM5MSAyODYuOTM1TDYzNy45MTMtMjk3Ljk1NnEtNDEuNzE3IDMxLjc2MS05MS42OTYgNDkuNDAyUTQ5Ni4yMzktMjMwLjkxMyA0NDAtMjMwLjkxM3EtMTM3LjU4NyAwLTIzMy4zMzctOTUuNzVUMTEwLjkxMy01NjBxMC0xMzcuNTg3IDk1Ljc1LTIzMy4zMzdUNDQwLTg4OS4wODdxMTM3LjU4NyAwIDIzMy4zMzcgOTUuNzVUNzY5LjA4Ny01NjBxMCA1NS43NjEtMTcuNzYxIDEwNS45NzgtMTcuNzYxIDUwLjIxOC00OS41MjEgOTIuMTc0TDg5MC4yODMtMTczLjM3bC02My44OTIgNjMuODkyWk00NDAuMTEzLTMyMS45MTNxOTkuMTU2IDAgMTY4LjU2NS02OS41MjIgNjkuNDA5LTY5LjUyMiA2OS40MDktMTY4LjY3OCAwLTk5LjE1Ni02OS40MDktMTY4LjU2NS02OS40MDktNjkuNDA5LTE2OC41NjUtNjkuNDA5LTk5LjE1NiAwLTE2OC42NzggNjkuNDA5LTY5LjUyMiA2OS40MDktNjkuNTIyIDE2OC41NjUgMCA5OS4xNTYgNjkuNTIyIDE2OC42NzggNjkuNTIyIDY5LjUyMiAxNjguNjc4IDY5LjUyMlpNNDQwLTU2MFoiLz48L3N2Zz4=\",\"levels\":[\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Optimize your site for Google\'s E-E-A-T ranking factor by proving your writer\'s expertise through author schema markup and new UI elements.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/features\\/eeat\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/features\\/eeat\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-search-appearance:author-seo\",\"features\":[]}]', `is_object` = '', `expiration` = '2026-04-20 14:35:37', `updated` = '2026-04-19 14:35:37'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]DELETE FROM pres18_aioseo_cache
WHERE 1 = 1 AND
`key` = 'addons_fetch_lock'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT
`key`, `value`, `is_object`
FROM pres18_aioseo_cache
WHERE 1 = 1 AND
( `expiration` IS NULL OR `expiration` > '2026-04-19 14:35:37' )
AND `key` = 'seoboost_get_user_options_error'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_local_google_fonts' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT t.term_id
FROM pres18_terms AS t INNER JOIN pres18_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('category')
ORDER BY t.name ASC
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_name, option_value FROM pres18_options WHERE option_name IN ('_transient_vc_action','_transient_timeout_vc_action')
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_modules' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_vc_pickr_color_1' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_vc_pickr_color_2' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_vc_pickr_color_3' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_vc_pickr_color_4' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_vc_pickr_color_5' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_vc_pickr_color_6' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_vc_pickr_color_7' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_vc_pickr_color_8' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'vc_automapped_shortcodes' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT t.term_id
FROM pres18_terms AS t INNER JOIN pres18_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('carousels_category')
ORDER BY t.name ASC
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'gravityformsaddon_gf_theme_layers_version' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_name, option_value FROM pres18_options WHERE option_name IN ('_transient_GFCache_5b4a0991ea314e30c7b6d418f4f2535c','_transient_timeout_GFCache_5b4a0991ea314e30c7b6d418f4f2535c')
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'gf_env_hide_update_message' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'aioseo_flush_rewrite_rules_flag' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SHOW FULL COLUMNS FROM `pres18_wflivetraffichuman`
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SHOW FULL COLUMNS FROM `pres18_wflivetraffichuman`
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT ID, post_name, post_parent, post_type
FROM pres18_posts
WHERE post_name IN ('book-of-ra-von-novoline-2026-kein-einlagen-casino-vulkan-vegas-spielautomat-kostenlos-auffuhren')
AND post_type IN ('page','attachment')
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT pres18_posts.*
FROM pres18_posts
WHERE 1=1 AND pres18_posts.post_name = 'book-of-ra-von-novoline-2026-kein-einlagen-casino-vulkan-vegas-spielautomat-kostenlos-auffuhren' AND pres18_posts.post_type = 'post'
ORDER BY pres18_posts.post_date DESC
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT post_id FROM pres18_postmeta, pres18_posts WHERE ID = post_id AND post_type = 'post' AND meta_key = '_wp_old_slug' AND meta_value = 'book-of-ra-von-novoline-2026-kein-einlagen-casino-vulkan-vegas-spielautomat-kostenlos-auffuhren'
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT ID FROM pres18_posts WHERE post_name LIKE 'book-of-ra-von-novoline-2026-kein-einlagen-casino-vulkan-vegas-spielautomat-kostenlos-auffuhren%' AND post_type IN ('post', 'page', 'attachment', 'portfolio_page', 'wpb_gutenberg_param') AND post_status IN ('publish')
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SHOW FULL COLUMNS FROM `pres18_wflivetraffichuman`
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SHOW FULL COLUMNS FROM `pres18_wflivetraffichuman`
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT * FROM pres18_posts WHERE ID = 20908 LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT * FROM pres18_posts WHERE ID = 20908 LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT post_id, meta_key, meta_value FROM pres18_postmeta WHERE post_id IN (20908) ORDER BY meta_id ASC
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'rg_gforms_disable_css' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT pres18_posts.*
FROM pres18_posts
WHERE 1=1 AND pres18_posts.post_type = 'slides' AND ((pres18_posts.post_status = 'publish'))
ORDER BY pres18_posts.post_date DESC
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT post_id, meta_key, meta_value FROM pres18_postmeta WHERE post_id IN (1) ORDER BY meta_id ASC
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT * FROM pres18_posts WHERE ID = 230 LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT * FROM pres18_posts WHERE ID = 230 LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT * FROM pres18_posts WHERE ID = 230 LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT
`key`, `value`, `is_object`
FROM pres18_aioseo_cache
WHERE 1 = 1 AND
( `expiration` IS NULL OR `expiration` > '2026-04-19 14:35:37' )
AND `key` = 'attachment_url_to_post_id_ea4841f6948a972a3870c250901b5a6bad3b7686'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT
`post_id`
FROM pres18_postmeta
WHERE 1 = 1 AND
`meta_key` = '_wp_attached_file'
AND `meta_value` = '2018/08/Logo-Guepard-ciment.png'
LIMIT 1
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO pres18_aioseo_cache
SET `key` = 'attachment_url_to_post_id_ea4841f6948a972a3870c250901b5a6bad3b7686', `value` = '\"none\"', `is_object` = '', `expiration` = '2026-04-20 14:35:37', `created` = '2026-04-19 14:35:37', `updated` = '2026-04-19 14:35:37'
ON DUPLICATE KEY UPDATE `value` = '\"none\"', `is_object` = '', `expiration` = '2026-04-20 14:35:37', `updated` = '2026-04-19 14:35:37'
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT * FROM pres18_posts WHERE ID = 230 LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT * FROM pres18_posts WHERE ID = 230 LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_custom_js_header' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'gform_enable_toolbar_menu' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT * FROM pres18_posts WHERE ID = 20908 LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT * FROM pres18_posts WHERE ID = 20908 LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'https_migration_required' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'site_logo' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_not_responsive_css' LIMIT 1
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT ID FROM pres18_posts WHERE guid='https://prestigeciment.ci/wp-content/uploads/2019/01/Logo-Guepard-ciment-1.png'
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT post_id FROM pres18_postmeta WHERE meta_key='_wp_attached_file' AND meta_value LIKE '%Logo-Guepard-ciment-1.png%'
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT ID FROM pres18_posts WHERE guid='https://prestigeciment.ci/wp-content/uploads/2018/01/services-title-image.jpg'
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT post_id FROM pres18_postmeta WHERE meta_key='_wp_attached_file' AND meta_value LIKE '%services-title-image.jpg%'
The page you are looking for does not exist. It may have been moved, or removed altogether. Perhaps you can return back to the site's homepage and see if you can find what you are looking for.
Erreur de la base de données WordPress : [User 'prestigephase' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM pres18_options WHERE option_name = 'wpb_js_custom_js_footer' LIMIT 1