Hi coreyhammond,
Issue has been fixed.
I have done following steps:
1) Added following lines in wp-config.php file before line “/* That’s all, stop editing! Happy blogging. */”
/*** SITEMAP ISSUE ***/
define( 'WP_MEMORY_LIMIT', '512M' );
@ini_set( 'memory_limit', '512M' );
@ini_set( 'max_execution_time', '300' );
/*** SITEMAP ISSUE ***/
2) Un-ticked follwoing options from GeoDirectory > Settings > Locations > Settings
– Exclude post types location pages in xml sitemap
– Exclude categories location pages in xml sitemap
– Exclude tags location pages in xml sitemap
3) Enabled sitemap & re-saved settings from SEO > General > Features > XML sitemaps
4) Visited mysite.com/sitemap_index.xml url
Please check and let us know.
Regards,
Kiran