Hello,
I apologize for the issue you are facing with mixed content and canonical URLs. To address the mixed content issues and ensure that your canonical URLs are correctly pointing to HTTPS, you can follow these steps:
1. Update Canonical URLs to HTTPS
To ensure that all your canonical URLs are pointing to HTTPS, you can use the Rank Math plugin to set the correct canonical URL for each post or page:
- Go to your WordPress dashboard.
- Navigate to Rank Math SEO → Titles & Meta.
- Check each post/page and ensure that the canonical URL is set to the HTTPS version.
2. Use Bulk Edit for Canonical URLs (if applicable)nIf you have many posts, you might want to consider using a bulk edit option or a custom script to update the canonical URLs in your database. However, this requires some technical knowledge.
3. Fix Mixed Content Issues
To resolve mixed content issues, you can:
- Use a plugin: Consider using a plugin like Really Simple SSL, which can help automatically fix mixed content issues by forcing all requests to HTTPS.
- Manually check your site: Look for any hardcoded HTTP links in your theme files, widgets, or custom scripts and update them to HTTPS.
4. Redirect HTTP to HTTPS
Since you’ve already set up a redirect from HTTP to HTTPS, ensure that it is correctly configured in your .htaccess
file or server settings. Here’s a basic example of what you might add:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^ https://support.rankmath.com [L,R=301]
5. Test Your Site
After making these changes, use tools like Why No Padlock? or SSL Labs to check for any remaining mixed content issues.
If you would like comprehensive assistance with setting up Rank Math correctly and ensuring everything adheres to the latest SEO standards, we recommend our professional setup service. You can find more information about it here.
Thank you for raising this concern! If you have any further questions or need additional assistance, please reply to this ticket, and a human agent from our support team will assist you further.
Sources:
Solving Redirection Issues Using Rank Math SEO Plugin » Rank Math
Rank Math Sitemap Issues and Their Fixes » Rank Math
How to Fix Indexing Issues in Google Search Console » Rank Math
This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.