• So when I go to xml – site maps.com it runs my site map just fine. However when I go to developer tools in google and enter the site map it says it read the site map but the site map has no URLs. So therefore no pages to index. Anyone have any idea what The problem could be?

    • This topic was modified 2 years, 5 months ago by cmballard.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I get an empty xml response there too. Same as on /?feed=sitemap … Are you seeing any (related) errors in your server log file? If not, you can try activating WordPress debugging:
    1. Add, or replace (if one or more are already there) in your wp-config.php file:

    
    define( 'WP_DEBUG', true ); // Set this to false after debugging.
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    

    2. Visit your sitemap.xml with your browser.
    3. Go to your wp-content/ directory via FTP or your server file browser and see if there is a (new) file debug.log there. Open that file to see if there are any errors there that seem related to the sitemap request or occurred on the exact time that you visited the sitemap.
    4. Set the WP_DEBUG to false in your wp-config.php again.

    Please let me know ??

    Hi again, after writing above response I checked your sitemap again and now see that it started to return content, but with the wrong URLs. You seem to be using a CDN. Is that via a plugin? Which one?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tools says my site map has no url’s’ is closed to new replies.