I’ve checked your link and contacted my hosting provider. They tell me the tables are already there.
I’ve also cleaned my cash several times, but still there is no update of the counter.
Now what do I do?
mysql> describe wp_yoast_seo_links;
+—————-+———————+——+—–+———+—————-+
| Field | Type | Null | Key | Default | Extra |
+—————-+———————+——+—–+———+—————-+
| id | bigint(20) unsigned | NO | PRI | NULL | auto_increment |
| url | varchar(255) | NO | | NULL | |
| post_id | bigint(20) unsigned | NO | MUL | NULL | |
| target_post_id | bigint(20) unsigned | NO | | NULL | |
| type | varchar(8) | NO | | NULL | |
+—————-+———————+——+—–+———+—————-+
5 rows in set (0.00 sec)
mysql> describe wp_yoast_seo_meta
-> ;
+———————+———————+——+—–+———+——-+
| Field | Type | Null | Key | Default | Extra |
+———————+———————+——+—–+———+——-+
| object_id | bigint(20) unsigned | NO | PRI | NULL | |
| internal_link_count | int(10) unsigned | NO | | 0 | |
| incoming_link_count | int(10) unsigned | YES | | NULL | |
+———————+———————+——+—–+———+——-+
3 rows in set (0.00 sec)