This topic has 11 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #178849
     SteveHood
    Participant

    Hello,

    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.

    #178899
     Kieran_SQ
    Moderator
    Not marked as solution
    #179014
     SteveHood
    Participant
    Not marked as solution
    #179026
     Kieran_SQ
    Moderator
    Not marked as solution
    #179059
     SteveHood
    Participant
    Not marked as solution
    #179082
     Kieran_SQ
    Moderator
    Not marked as solution
    #179107
     SteveHood
    Participant
    Not marked as solution
    #179193
     Radu
    Moderator
    Not marked as solution
    #179195
     SteveHood
    Participant
    Not marked as solution
    #179263
     Radu
    Moderator
    Not marked as solution
    #179273
     SteveHood
    Participant
    Not marked as solution
    #179277
     Radu
    Moderator
    Not marked as solution
Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?