In August of 2023, I built my first WebFlow website. Here are some thoughts about what I learned, what I loved, what was challenging, what I disliked, and what I'd love WebFlow to build into future releases of their service.
Fix /1000 pages in Google Search Console
Recently, one of my sites started showing more than twenty "Pages with Redirects" in Google Search Console that all included accurate blog page URLS, but ended with /1000. Here's the Spammy links I found, the research. and fix that I implemented.
HTACCESS 301 redirect for a URL with spaces (%20) in the slug
While exploring my Google Analytics, I saw a URL that users were landing on that doesn't exist. The URL is a typo, and the page shows a 404 error. Interestingly though, the offending URL includes spaces in the slug. Space is shown as %20 in a URL address. To ensure users get to where they intend to be, I set up a 301 Redirect for the incorrect URL. Here's how to create .htaccess redirects for...
Domain name basics and redirects
Learn more about the basics of domain names and especially why it's important to have redirects for www/non-www and http/https configured correctly with your DNS and server-side scripts.