Shopware 5.7.8 s_sitemap_exclude
URLs or entities excluded from the generated XML sitemap.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| resource | varchar(255) | NO | |
| identifier | longtext | YES | |
| shop_id | int(11) unsigned | YES | Index Foreign Key → s_core_shops.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| shop_id | shop_id | No |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| shop_id | s_core_shops | id |
