Currently, I am using a dreamweaver plug in that is supposed to create a sitemap for my site. Here is the text:
Does this look correct? When I go to my Google webmaster application, it says one sitemap successfully uploaded, but it only has one URL listed? I have many URLs branching from my home page (index.html), but I just want to make sure this is correct... If not, can someone show my how to fix this?Code:<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/sitemap.xsd"> <url> <loc>http://www.atlanticanglers.com/</loc> <priority>1</priority> </url> </urlset>
Thanks







Reply With Quote
