Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Dreamweaver CC 2017 XML Sitemaps

Community Beginner ,
Jan 30, 2017 Jan 30, 2017

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.

3.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 30, 2017 Jan 30, 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.

Translate
Community Expert ,
Jan 30, 2017 Jan 30, 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 & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 30, 2017 Jan 30, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 30, 2017 Jan 30, 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 & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 30, 2017 Jan 30, 2017
LATEST

This will help https://www.dmxzone.com/go/10538/google-sitemap-generator-2

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines