I’m tired of assigning breakpoints and would rather have a functionality that redirects viewers of my site to a specific smart page created outside Blocs when the site is viewed on a mobile device. Basically, a URL where traffic is redirected to if the screen size is too small for the website. How can I achieve this?
That could be done by setting a rewrite rule in your .htaccess that targets a specific UserAgent.
This should point you in the right direction: html - Mobile Redirect using htaccess - Stack Overflow
Effects on SEO would be interesting. A few years back Google switched to mobile-first index. Google’s own advice back then was to ditch dedicated mobile sites, (which was of course more common back then) to responsive sites.
Although they do have this in their docs.
Honestly, I dont’ care about SEO. Best marketing tool for me for over three decades has been positive word of mouth and knowledge sharing. Never spent a single dime on Google & Co.
Thanks for the link!