Both HTTP and HTTPS canonical tags being generated.
-
I have a website running the WordPress SEO plugin. When I go to https://www.example.com and view my source I see:
<link rel="canonical" href="https://www.example.com" />
As my canonical tag.
And when I go to https://www.example.com, I see:
<link rel="canonical" href="https://www.example.com" />
as the canonical tag (note the https vs. http)
How do I force the canonical tag to be
<link rel="canonical" href="https://www.example.com" />
regardless of which protocol is used?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Both HTTP and HTTPS canonical tags being generated.’ is closed to new replies.