Widgets
...
Widget display options
Rules
Pages
1min
the pages rule allows restricting the pages on which the widget should show up you can choose whether you want to specify the pages where the widget should show up or the ones where it should not the pages should include just the url path, without the https // part and domain correct examples /products ✅ /contact us ✅ / ✅ bad examples /www site com ⛔️ www site com ⛔️ https //site com/product ⛔️ site com ⛔️ to show a widget on the homepage, just use / you can also use wildcards inside the paths to specify multiple pages based on their structure there are two types of wildcards singe wildcard it matches any symbol except for a slash / it is used in the following way /products/ / in case the url you want to target is /products/shoes/leather trainers double wildcard it matches any symbol it is used in the following way /en this will work for any url starting with /en like /en/ , /en/products , or /en/products/shoes