Support » Plugin: Yoast SEO » Error loading stylesheet: An unknown error has occurred (805303f4)

  • Resolved aThemeArt

    (@athemeart)


    Hi Yoast Team
    last few getting an error on my sitemap . would you check once

    Error loading stylesheet: An unknown error has occurred (805303f4)
    https://www.athemeart.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl

    here is my sitemap URL ( https://athemeart.com/sitemap_index.xml )

    firefox showing the error and google chrome black page

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support devnihil

    (@devnihil)

    @athemeart We’re sorry to hear you are experiencing this issue on your site.

    If the XSL file does not load, it may be blocked. You should speak to your host provider and confirm nothing in your .htaccess file is preventing it from loading.

    We also have additional information on resolving this issue in the following article: https://yoast.com/help/my-sitemap-is-blank-what-s-wrong/

    Thread Starter aThemeArt

    (@athemeart)

    i am using nginx and here my block

      #Yoast sitemap
            location ~ ([^/]*)sitemap(.*).x(m|s)l$ {
            
                rewrite ^/sitemap.xml$ /sitemap_index.xml permanent;
                rewrite ^/([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 last;
                rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last;
                rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
                ## following lines are options. Needed for wordpress-seo addons
                rewrite ^/news_sitemap.xml$ /index.php?sitemap=wpseo_news last;
                rewrite ^/locations.kml$ /index.php?sitemap=wpseo_local_kml last;
                rewrite ^/geo_sitemap.xml$ /index.php?sitemap=wpseo_local last;
                rewrite ^/video-sitemap.xsl$ /index.php?xsl=video last;
                access_log off;
                
            }
    Thread Starter aThemeArt

    (@athemeart)

    here is screenshot

    thanks

    Saša

    (@stodorovic)

    It’s expected because WP home/site URLs are set as www. So, www version should work, but non-www throws this error.

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

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