Sitemap and Google Webmaster Tools

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
moris
Posts: 251
Joined: Fri Aug 18, 2017 8:43 am

Sitemap and Google Webmaster Tools

Post by moris »

Hey,

I am using the Sitemap.xml that is being generated by the software and it seems like Google does not like it for an unknown reason.
Please see sitemap URL: https://www.couponsexplorer.com/sitemap.xml
Attached is the error I am receiving from Google.

Image

Is there any article for SEO improvements for Quick n Easy Web Builder? This could be nice to learn how I can improve my website SEO when using this software.


Thank you.
betwixt
Posts: 101
Joined: Mon Nov 25, 2013 3:49 pm

Re: Sitemap and Google Webmaster Tools

Post by betwixt »

There are errors in the links to "wolt-coupon" and "yango-coupon", lines 548 and 555 respectively.
Starting from line 543:

Code: Select all

<url>
		<loc>https://www.couponsexplorer.com/wolt-coupon.html</loc>
		<lastmod>2020-01-05</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.5</priority>
		<xhtml:link href="" hreflang="he" rel="alternate" />
	</url>
	<url>
		<loc>https://www.couponsexplorer.com/yango-coupon.html</loc>
		<lastmod>2020-01-03</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.5</priority>
		<xhtml:link href="" hreflang="he" rel="alternate" />
	</url>
Brian.
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Sitemap and Google Webmaster Tools

Post by Pablo »

It looks like you have added empty or incomplete items to the 'hreflang' section of the Page Properties.
moris
Posts: 251
Joined: Fri Aug 18, 2017 8:43 am

Re: Sitemap and Google Webmaster Tools

Post by moris »

Thanks guys!
Post Reply