Suggestions on how to create a...

User 1953881 Photo


Registered User
13 posts

I would like to get suggestions on how to create a sitemap for a website that was done with vsd. the site is already done do I have to recreate this website or is there a way to add a sitemap?
User 187934 Photo


Senior Advisor
20,271 posts

Do you have CC's site mapper?:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2212523 Photo


Registered User
88 posts

I'd definitely recommend Coffee Cup's Sitemapper. It's waaaay easier than doing it by hand.

If you prefer to do it manually, are you planning on making a site map for both your visitors and web crawlers? For your visitors, you can just create a list with all of your links included in it, kind of like a tree of sorts. For the crawlers/bots you'd have to do something like this and save it as an xml document:


<?xml version="1.0" encoding="UTF-8"?>
<urlset xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap … .xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>
http://www.yourawesomeurl.com/folder/
</loc>
<lastmod>2012-04-17</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>
http://www.yourawesomeurl.com/folder/page/
</loc>
<lastmod>2012-04-17</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
</urlset>


Doing it manually is fine if your site isn't updated regularly or doesn't have a lot of pages, but it's well worth the money to buy the the Sitemapper: http://www.coffeecup.com/sitemapper/ That way all you have to do is run the program and upload the files. It takes like 2 minutes, compared to the hour or more you'd spend doing it on your own.

I like to be lazy where I can :lol:
User 1953881 Photo


Registered User
13 posts

I purchased sitemapper after i posted this, but i uploaded the map but for some reason it does not show on the website, what am i doing wrong? I hate sounding helpless but.....
User 2212523 Photo


Registered User
88 posts

Hi Annette,

The Sitemapper exports a few different things, which all need to be uploaded in order for a sitemap to be displayed:
    cssimages folder (folder image contents may vary, depending on theme)
    sitemap.htm
    sitemap.xml
    sitemap.css

If you don't upload them all the site map won't display correctly.
User 2073552 Photo


Registered User
1,625 posts

You also need to add a link on your site in VSD. :D
"An Apple doth not fall far from its tree, yet an orange does."

https://lbwebsitedesign.com - Responsive Web Design & Web Hosting Services.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
User 187934 Photo


Senior Advisor
20,271 posts

Your sitemap.xml made it.:)
http://www.abettercomputerservice.com/sitemap.xml
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 1953881 Photo


Registered User
13 posts

thank you Eric!
User 187934 Photo


Senior Advisor
20,271 posts

Head over to Google and set yourself up an account so you can use webmaster tools and submit that puppy.;) You'll need to verify your site first then you'll be able to submit the map to Google.
https://support.google.com/webmasters/b … swer=35179
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.