Thought i might mention this as well my WordPress site General Settings are
WordPress Address (URL) http://cheaplolteams.com
Site Address (URL) http://cheaplolteams.com
I think they originally had the www in them but i cant remember if i switched it or not.
i checked for the string Google’s Tut requested but it isn’t there.
Plugin Author
AITpro
(@aitpro)
Ok then yep Google PageSpeed is telling you that you MUST use www in the domain name or else things will not work correctly. So yep change your WordPress URL settings and add the www prefix.
when i changed prefix it gave me this error: Fatal error: Cannot redeclare get_file_description() (previously declared in /home2/cheaplt/public_html/wp-admin/includes/file.php:58) in /home2/cheaplt/public_html/wp-admin/includes/file.php on line 71
Plugin Author
AITpro
(@aitpro)
See this WordPress Codex page.
http://codex.wordpress.org/Changing_The_Site_URL
You will probably have to do something like this.
define('WP_HOME','http://example.com' );
define('WP_SITEURL','http://example.com' );
After it had broken the site, i logged on a different browser it the site was working fine. I returned to my primary browser and noticed i was logged out, i re-logged and now everything seems to be working just fine.
Thanks for that link though that would of fixed this issue if it would of truly broke the website.
Back to the original problem, my sitemap url is finally displaying the error since everything propagated.
http://www.cheaplolteams.com/sitemap.xml
Plugin Author
AITpro
(@aitpro)
Plugin Author
AITpro
(@aitpro)
oops never mind. You are using www now. deactivate and reactivate your sitemap plugin and save your sitemap plugin settings again.
Okay i deactivated it and reactivated it, but it seems to be still giving that error =S.
Plugin Author
AITpro
(@aitpro)
Or if you have set a Custom Location for your sitemap.xml file in Google XML Sitemaps plugin settings then you will need to enable Automatic Detection.
Plugin Author
AITpro
(@aitpro)
Yep, check your Google XML Sitemap settings. If you have to you can force a Custom Location/URL, but this should be done automatically.
Impressive! I did what you said and rebuilt the sitemap, everything is working =D. I’m so happy!
Thank you very much AITpro, you made this process less stressful by so much. I appreciate your consistency and knowledge, i am very grateful to communicate with you.