Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #374520

    Hello!

    I’m having trouble with: https://expresswriters.com/sitemap_index.xml redirecting to the home page. How do you get this to go to the default Yoast SEO XML sitemap view?

    I’d appreciate if you could take a look into this and see if there’s anything theme related that’s causing the issue.

    WP credentials are listed in private message.

    Thanks,
    Josh

    #374620

    Hi j1980mac!

    Thank you for using Enfold.

    Try to add this snippet on the .htaccess file:

    # WordPress SEO - XML Sitemap Rewrite Fix
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^sitemap_index\.xml$ /index.php?sitemap=1 [L]
    RewriteRule ^([^/]+?)-sitemap([0-9]+)?\.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
    </IfModule>
    # END WordPress SEO - XML Sitemap Rewrite Fix

    Cheers!
    Ismael

    #374907
    This reply has been marked as private.
    #375449

    I also tried to replace what you gave me with the later, but still didn’t work. Can you take a closer look?

    Thanks,
    Josh

    #376014

    Hi!

    Do you have the W3 Total Cache plugin installed? Please refer to this thread for a possible fix:

    https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-sitemap-not-working
    https://yoast.com/xml-sitemap-in-the-wordpress-seo-plugin/

    Cheers!
    Ismael

    #376485

    No, I completely deleted it….

    #376628

    Hi!

    Try to deactivate all plugins except yoast then test it again on another browser. Please post the ftp details here. We would like to check it. I’ll ask the rest of support team to take a look.

    Best regards,
    Ismael

    #376645

    I can’t do this. I’ve too much going on making the site work. Any other suggestions?

    #376652

    Hey!

    Please post the ftp details so that we can inspect the site. We’re really not sure what’s wrong with your installation because the sitemap works fine on ours. Do you have the latest version of the yoast plugin?

    Best regards,
    Ismael

    #376677
    This reply has been marked as private.
    #377104

    Can you hold off on this? I’m finally getting a response from Yoast. :)

    Thanks,
    Josh

    #377716

    Sure, let us know.

    Best regards,
    Josue

    #379762

    Hi Josue,

    I’ll they told me was to disable my plug-ins one by one and see if it fixes it. However, our website is dependent upon some of these custom plug-ins being enabled. I can’t just disable stuff like this.

    I went ahead and got a third-party site map that seems to be working fine. I really don’t know what else to do, it’s a shame I couldn’t be resolved by Yoast.

    Thanks,
    Josh

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Yoast SEO – XML Sitemap View Redirecting To Home Page’ is closed to new replies.