If you’re working on site migrations or want to perform audits based on Google Search Console data, you might have run into a small but very frustrating problem. The tool only allows you to export the first 1000 URLs. But there is a way around this little glitch via Google Data Studio. What is Google […]
How to redirect the homepage via .htaccess
If you’d like to redirect your homepage to another URL, you need to use RedirectMatch. In case you use a regular 301 or 302 redirect instead, the whole site gets redirected. Code to redirect the homepage The following code can be added to the .htaccess file to redirect only the homepage. In case the redirect […]