-
AuthorPosts
-
July 5, 2018 at 11:05 pm #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.xslI 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
RhoodyJuly 6, 2018 at 6:49 pm #982177Hey 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,
VictoriaJuly 13, 2018 at 7:26 am #984979Hi Victoria,
sorry for the late reply, I had some email issues. please check the login below.
cheers
RhoodyJuly 13, 2018 at 8:13 pm #985301Hi,
I cant login to the web site with that password, could you please review it?
Best regards,
BasilisJuly 14, 2018 at 2:16 am #985355well strange I just tried with FF Chrome and IE. not sure what to do
July 15, 2018 at 9:17 pm #985750Hi,
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,
DudeAugust 22, 2018 at 11:39 pm #1000543IT 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.August 23, 2018 at 10:12 am #1000653 -
AuthorPosts
- You must be logged in to reply to this topic.