Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #981770

    I use yoast and the sitemaps are not working
    https://philippine-diver.com/sitemap_index.xml looks fine, but each link from there results in an error
    http://philippine-diver.com/post-sitemap.xml shows
    Error loading stylesheet: An unknown error has occurred (805303f4)http://philippine-diver.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl

    I also tried the “google xml sitemaps” plugin with resulting in the same error
    so 2 different plugins have the same issue,. is there a chance that the problem is somehow caused by the theme?
    any advice appreciated.
    Yoast, Ewww image optimzer and better delete revisions are the only used plugins, so there really should not be much of an issue
    added info, I also use enfold on dumaguete.com and other pages with much more plug ins, and there seemed to be no issue
    Cheers
    Rhoody

    #982177

    Hey Rhoody,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #984979

    Hi Victoria,
    sorry for the late reply, I had some email issues. please check the login below.
    cheers
    Rhoody

    #985301

    Hi,

    I cant login to the web site with that password, could you please review it?

    Best regards,
    Basilis

    #985355

    well strange I just tried with FF Chrome and IE. not sure what to do

    #985750

    Hi,

    This seems to be a ssl issue. The index sitemap is loaded over https:

    https://philippine-diver.com/sitemap_index.xml

    However the sitemap contains only http:// urls (i.e. http://philippine-diver.com/post-sitemap.xml ) – this seems to be a bug of the yoast plugin.

    If I change the http protocol to https manually the sitemap url works: https://philippine-diver.com/post-sitemap.xml

    My suggestions would be:

    1) Try to install a plugin like https://de.wordpress.org/plugins/really-simple-ssl/
    2) If no. 1 doesn’t fix the issue add this code to the htaccess file:

    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    </IfModule>
    Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
    

    It will redirect all http:// requests to https://

    3) Report this bug to the Yoast SEO devs: https://wordpress.org/support/plugin/wordpress-seo

    Best regards,
    Dude

    #1000543

    IT was actually a Yoast bug and got fixed with their latest update. Thank you for your assistance.
    I actually used the htaccess solution, as I want to keep plugins on a minimal number.

    #1000653

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.