We are receiving some Mixed Content Warnings for blog posts on our site that were published about 9 years ago. There are over a hundred posts that are loading HTTPS and HTTP scripts because some linked URLs are HTTP.
If my website was in Wordpress, for example, I could install apluginthat uses regex operations or do a simple find and replace inPHPAdmin or an SQL query and find/replace all the HTTP with HTTPS.
Because we can't driectly access the server-side database that blog posts are stored in frustrating in this situation but much safer overall) we can't use a plugin to find and replace URLs in the blog content.
Making the updates you require is possible via API, if you have someone that can write and test the code to perform the updates. However, the time and cost required to do that may be similar to manually updating a 100+ posts. So may decide is better to simply work through them that way.
Thanks, Phil. We're always trying to fix the issues that we discover in our SEO efforts and, as you noted, unfortunately a lot of them require manual labor.
If only the Hubspot AI could clean up the code on my blog posts rather than rewrite them... 🤔
Because we can't driectly access the server-side database that blog posts are stored in frustrating in this situation but much safer overall) we can't use a plugin to find and replace URLs in the blog content.
Making the updates you require is possible via API, if you have someone that can write and test the code to perform the updates. However, the time and cost required to do that may be similar to manually updating a 100+ posts. So may decide is better to simply work through them that way.