Copy link to clipboard
Copied
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.
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.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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 ![]()
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
This will help https://www.dmxzone.com/go/10538/google-sitemap-generator-2
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more