-
Author
-
November 3, 2017 at 18:25 #178849
SteveHood
ParticipantHello,
I have redirected my website from www to non-www and from http to https.
When I try to post blog articles to Google Plus the image will appear but the title and description do not. See attachment.
In the Google Search Console, the hentry data is now different than before the redirect. It now shows there is a missing:entry-title. I didn’t have this before the redirect.
I have disabled the display of post meta like author, catagories, and date through the theme options. This was in place before the redirect.
My redirect is in the htaccess file as follows:
# BEGIN HTTPS Redirect from www to non-www and HTTP to HTTPS
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteRule ^ https://howtotreatheartburn.com%{REQUEST_URI} [L,NE,R=301]
</IfModule>
# END HTTPS Redirect from www to non-www and HTTP to HTTPS
I used UpdraftPlus to perform the site migration. It seemed to make the changes to the links properly. Do you know where the problem would be? Thank you for your help.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.