Opening and ending tag mismatch: url line 0 and urlset
up vote
0
down vote
favorite
Why do I have this error:
Opening and ending tag mismatch: url line 0 and urlset
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
http://www.w3.org/1999/xhtml http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
</urlset>
xml sitemap
New contributor
add a comment |
up vote
0
down vote
favorite
Why do I have this error:
Opening and ending tag mismatch: url line 0 and urlset
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
http://www.w3.org/1999/xhtml http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
</urlset>
xml sitemap
New contributor
not sure it helps but according to the spec outlined here sitemaps.org/protocol.html, there are several fields marked <required> including <url> which appear to be missing in your example
– Wayne Phipps
Nov 10 at 11:34
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Why do I have this error:
Opening and ending tag mismatch: url line 0 and urlset
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
http://www.w3.org/1999/xhtml http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
</urlset>
xml sitemap
New contributor
Why do I have this error:
Opening and ending tag mismatch: url line 0 and urlset
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
http://www.w3.org/1999/xhtml http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
</urlset>
xml sitemap
xml sitemap
New contributor
New contributor
edited Nov 10 at 16:09
Machavity
24k135478
24k135478
New contributor
asked Nov 10 at 11:14
andrey
11
11
New contributor
New contributor
not sure it helps but according to the spec outlined here sitemaps.org/protocol.html, there are several fields marked <required> including <url> which appear to be missing in your example
– Wayne Phipps
Nov 10 at 11:34
add a comment |
not sure it helps but according to the spec outlined here sitemaps.org/protocol.html, there are several fields marked <required> including <url> which appear to be missing in your example
– Wayne Phipps
Nov 10 at 11:34
not sure it helps but according to the spec outlined here sitemaps.org/protocol.html, there are several fields marked <required> including <url> which appear to be missing in your example
– Wayne Phipps
Nov 10 at 11:34
not sure it helps but according to the spec outlined here sitemaps.org/protocol.html, there are several fields marked <required> including <url> which appear to be missing in your example
– Wayne Phipps
Nov 10 at 11:34
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
andrey is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
andrey is a new contributor. Be nice, and check out our Code of Conduct.
andrey is a new contributor. Be nice, and check out our Code of Conduct.
andrey is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238381%2fopening-and-ending-tag-mismatch-url-line-0-and-urlset%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
not sure it helps but according to the spec outlined here sitemaps.org/protocol.html, there are several fields marked <required> including <url> which appear to be missing in your example
– Wayne Phipps
Nov 10 at 11:34