Announcement

Collapse
No announcement yet.

Sitemap.xml is not being created properly.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Sitemap.xml is not being created properly.

    Hi, I am getting coded symbols in my sitemap which are not being read correctly by sitemap readers and SEO software.

    https://www.golftrophy.co.uk/en/Cele...NearestThePin& in my SEO package as a 401 error.

    The top of the XML sitemap sections work, but the product page links are all wrong.
    How can I alter the Design > Library > Layouts > XML Feeds > XML Sitemap layout to work with - and. Not &codes?



    <?xml version="1.0" encoding="UTF-8"?>
    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 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">
    <url><loc>https://www.golftrophy.co.uk/index.html</loc><lastmod>2022-09-08T13:07:49+00:00</lastmod><priority>1.00</priority></url>
    <url><loc>https://www.golftrophy.co.uk/en/Delivery-Info.html</loc><lastmod>2022-09-08T13:07:49+00:00</lastmod><priority>1.00</priority></url>
    <url><loc>https://www.golftrophy.co.uk/en/Engraving-Info.html</loc><lastmod>2022-09-08T13:07:49+00:00</lastmod><priority>1.00</priority></url>
    <url><loc>https://www.golftrophy.co.uk/en/Golf-Trophies.html</loc><lastmod>2022-09-08T13:07:49+00:00</lastmod><priority>1.00</priority></url>
    <url><loc>https://www.golftrophy.co.uk/en/Nearest-The-Pin-Trophies-p1.html</loc><lastmod>2022-09-08T13:07:49+00:00</lastmod><priority>1.00</priority></url>

    <url><loc>https://www.golftrophy.co.uk/en/TriumphClub4Iron&#46;html</loc><lastmod>2022-09-08T13:07:49+00:00</lastmod><priority>1.00</priority></url>
    <url><loc>https://www.golftrophy.co.uk/en/CelebrationShield7NearestThePin&#46;html</loc><lastmod>2022-09-08T13:07:49+00:00</lastmod><priority>1.00</priority></url>
    <url><loc>https://www.golftrophy.co.uk/en/GolfMan3NearestThePin&#46;html</loc><lastmod>2022-09-08T13:07:49+00:00</lastmod><priority>1.00</priority></url>
    <url><loc>https://www.golftrophy.co.uk/en/Golf4NearestThePinMiniCup&#46;html</loc><lastmod>2022-09-08T13:07:49+00:00</lastmod><priority>1.00</priority></url>
    <url><loc>https://www.golftrophy.co.uk/en/Hexagonal&#45;Putter&#45;15cm&#45;A4100&#46;html</loc><lastmod>2022-09-08T13:07:49+00:00</lastmod><priority>1.00</priority></url>


    #2
    That's an odd one.

    The problem link is
    Code:
     https://www.golftrophy.co.uk/en/GolfMan3NearestThePin&#46;html
    &#46; is the unicode for a full stop which is what should be there. I haven't seen this before.
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      Thanks Mike Hughes.
      I seem to have found the problem: the ProductPageName encoding was set to HTML when it should have been set to none. This seems to have cleared the Unicodes from the sitemap.

      Comment

      Working...
      X