HTML - Sitemap Xml
Not sure if this should be here or the SEO Forum, but regardless...
Currently I've got a sitemap for REMG, since the entire site is created dynamically I need this for SEO purposes. Everything is sweet except for one thing, the '&' symbol likes to error when bots go filtering through... So i added <![CDATA[ ]]> to my urls, yet I still seem to get a dodgy error from Yahoo Slurp and some other no name bot. XML This is only a small part of it, cbf pasting the entire thing. Code: <?xml version="1.0" encoding="UTF-8" ?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> <loc><![CDATA[http://www.remg.com.au/index.cfm?fuseaction=home.content&cat=Corporate&sub=Services]]></loc> <changefreq>daily</changefreq> <priority>0.5</priority> </url> <url> <loc><![CDATA[http://www.remg.com.au/index.cfm?fuseaction=home.content&cat=Campaign Management]]></loc> <changefreq>daily</changefreq> <priority>0.5</priority> </url> Error Email We receive this email if the site generates errors... Sorry I can't paste all of it in Code: struct CAT Corporate⊂=Services FUSEACTION home.content NAME Corporate Profile Development HTTP_USER_AGENT NextGenSearchBot 1 (for information visit http://www.zoominfo.com/About/misc/NextGenSearchBot.aspx) QUERY_STRING fuseaction=home.content&cat=Corporate%E2%8A%82=Services&name=Corporate%20Profile%20Development So ya if you look at the Query String, all that jibberish. The actual URL is: http://remg.com.au/index.cfm?fuseact...%20Development Here is what you get if you search REMG on Yahoo... # Real Estate Media Group - Vendor=Request Quote http://www.remg.com.au/index.cfm?fus...%8A%82=Request... - Explore URL Obiviously if you try click the link, it goes to the error page since there's no content for cat=Vendor⊂=Request+Quote Anyone got any ideas? Or am I stuck in a rut Similar TutorialsToday when I was doing some work with Googles webmaster tools it said i didn't have a sitemap. So I researched, made a sitemap xml and html, but what do i do with these files? Also when it site mapped my site why didn't it map everything. My site is a photography related site. I use Exposure Manager to display and sell my images, but sitemapping didn't see these pages even though they're under my domain name. Or is it because the domain name changes slightly. Instead of photographersnature.com with the EM pages it's http://photographersnature.exposuremanager.com. Thanks, Dave www.PhotographersNature.com Hello All member, How to create easy HTML sitemap ??? Please share your suggestion here ........ I redesigned my site, and changed all my page names. Everything I put up is brand new, and nothing links to the old stuff. But when I do a sitemap, it's some how including the old pages, which makes me believe that somewhere, something is linking to one of the old pages, and it's spidering all the old pages. Is there a site or something that I can find what is linking to the old pages? This problem is simple in need, but a little complex to explain. What I am looking for is a way to create a flowchart or a sitemap of each HTML file rather than my whole site. I need a program or application that will do this for me automatically instead of having to create this manually. I have all ready tried Visio, but it does not do what I desire. Specifically, I have multiple anchor links within each HTML file. These anchor links point to other 'panels' on my page. Within those 'panels' might exist additional links - external or internal. At some point, those links will end at a 'panel'. I need a way to visually show where each anchor link is going, where those links came from (which panel they originated from), and if any of them are 'broken'. I have attached two files that may explain this better. The flowchart_example.jpg shows exactly what I require (more or less). I really just need the boxes (labeled Panel 00, Panel 01, etc.), how each connects to the other based off of links that are in the HTML file, and eventually show where the links end (no more links in the panel). I do not need the '1 Click' or '2 Clicks' to show up. Those can be manually added later. The an_example.html file shows an HTML file that has the anchor links and external links that would need to show up in the flowchart. This HTML file more or less mirrors what I am looking for in the flowchart_example.jpg file. When I refer to Panel 00, that is the top of the page, after the title and black line (where the script actually begins). The user must start at the top. They cannot skip around to other panels. This is why a visual flowchart would be quite helpful. Additionally, the links at the top (scripts, reference, transfers, etc.) along with the top and back buttons on each panel should be ignored when creating the flowchart. Any information or assistance in finding an application or a way to accomplish this would be greatly appreciated. Thanks in advance. |