``` ### Important Notes: 1. **SEO Impact:** Frequent automatic redirects can sometimes be flagged by search engines if they are used to deceive users. If this is a permanent move, consider a **301 Redirect** at the server level (via `.htaccess` or hosting settings) instead of HTML/JS. 2. **User Experience:** Since the redirection happens at `0` seconds, the user will likely not see any of the "Boutique | Werbsite" content before being moved to the new site. Would you like me to help you set up a **delayed redirect** (e.g., waiting 5 seconds before moving) so the user can read a notification first?