Skip to main content
staugustinehouseplans
Participant
January 31, 2017
Answered

Dreamweaver CC 2017 XML Sitemaps

  • January 31, 2017
  • 1 reply
  • 3847 views

I have been using Dreamweaver as part of the Master Collection since CS5,

Thursday January 26th, 2016 Adobe pre-sales chat informed me Dreamweaver CC 2017 will create XML Sitemaps.

I was so happy to be informed of this, I bought Creative Cloud with all its apps.

Now all I need is someone to explain why I can't find how to create XML Sitemaps in Dreamweaver, Google, this Forum or any where else on the Globe.

This topic has been closed for replies.
Correct answer Nancy OShea

The syntax is dirt simple.

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
 
<url>
  
<loc>http://example.com/sample.html</loc>
  
<image:image>
  
<image:loc>http://example.com/image.jpg</image:loc>
  
</image:image>
  
<image:image>
  
<image:loc>http://example.com/photo.jpg</image:loc>
  
</image:image>
 
</url>
</urlset>

Rinse, lather & repeat <url> as needed.

1 reply

Nancy OShea
Community Expert
Community Expert
January 31, 2017

I think you were misinformed or likely misunderstood what they told you.

DW CC can certainly create & edit XML code.  But you would need to understand sitemap syntax.  There's no magic button for auto generating site maps.  You would need an XML generator which is freely available online.

Create your Google Sitemap Online - XML Sitemaps Generator

Nancy

Nancy O'Shea— Product User & Community Expert
staugustinehouseplans
Participant
January 31, 2017

I buy misinformed. But defiantly not misunderstood. I have used xml-sitemaps.com for years, however the free service won't do images and the paid service is far too complicated and will not write to my servers.

Maps view was removed but able to see in CS6 with some registry trickery and of course did not work.

Such a fine program missing a key element. very

Nancy OShea
Community Expert
Nancy OSheaCommunity ExpertCorrect answer
Community Expert
January 31, 2017

The syntax is dirt simple.

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
 
<url>
  
<loc>http://example.com/sample.html</loc>
  
<image:image>
  
<image:loc>http://example.com/image.jpg</image:loc>
  
</image:image>
  
<image:image>
  
<image:loc>http://example.com/photo.jpg</image:loc>
  
</image:image>
 
</url>
</urlset>

Rinse, lather & repeat <url> as needed.

Nancy O'Shea— Product User & Community Expert