sitemap

New to MarketLive - sitemap, SEO, etc?

Hi, I just landed a new job that uses marketlive as their e-commerce base. I'm looking for where to find workarounds for marketlive's limitations. Specifically, I want to create a sitemap and be able to export content (I can run a report that will generate the title, sku, image, price - but not the url) thoughts? tips? ...

ASP.NET MVC SiteMap samples

I just did downloaded it from codeplex http://mvcsitemap.codeplex.com/ and can’t make it work properly, there is no so good samples around. I need to display sitemap sections depending on action. Should i define multiple sitemaps, in such case the question is how to pass this paths to SiteMap control dynamically File 1: <siteMap> <s...

Site map in a horizontal block

How to create a site-map like: I have tried using asp.net menu control and treeview cotrol and changing their various properties. But I failed to align like this I mean in horizontal block as shown.I have not found any properties to the same as I mentioned.Can any one help me how do this. ...

Linux Command Line Sitemap Generator: Any suggestions?

Hello SO users, You have always been kind and helpful here. I hope you can give me some pointers on this also. I am looking for a sitemap generator that will index 100 or so pages and upload/ping to google/yahoo/ping. I have done my homework last 2 hours searching the net and SO, but nothing useful. I dont want to be the guinea pig to ...

Footer Link or Site Map

I am creating a site map for a website.I have recently come to know that instead of site map I can give footer links.So I am confused whether to have a site map or footer links or both.Can anyone suggest me? (considering both Search engine optimization and users navigation) ...

URL localization in Lenya

Hello, I am trying to localize Lenya publication URLs. I store URL translation in the Document metadata and rewrite urls with URLRewriter transformator. e.g. I build /lenya/default/authoring/en/home from /lenya/default/authoring/index.html But I can't find a simple way to force Lenya to tranlate incoming request URI back to the origin...

Sitemap using sax and webcrawler

Hi everyone this is my first question here and im not a programmer. I would like to generate a sitemap. I am crawling a website with webcrawler (crawler.dev.java.net). Is there any way to use a sax parser for the data i get? I also used jtidy and i got the homepage html data converted in an xml file. im very confused there are so many...

dynamically built SiteMapPath in asp.net

I'm trying to build a dynamic site map on my site using SiteMapPath. Should be like this: Home > Products > %product_name% > Prices where %product_name% is set dynamically in the runtime, depends on user's choice. I've read many articles on the theme and choose this http://harriyott.com/2007/03/adding-dynamic-nodes-to-aspnet-si...

Sitemap for a Flex 3 website

Hi, I've got a Flex 3 website. I've read that having a sitemap will improve SEO. I've enabled deep linking and I've created URLS for all of the major bits of my site. Does Google index "pages" that use URL fragments like in Flex? Does anyone have an example of a sitemap for a Flex website? Thank you. -Laxmidi ...

How to create sitemap for cakephp

I want create sitemap but I know very litle about sitemap. I use cakephp. There has a lot software on google guide but i still want ask anyway easy create sitemap for cakephp. I uploaded website on server, it dont lie on localhost ...

Trying to Submit a Sitemap to Bing: What Does this Error Mean?

Hi, Does Bing allow sitemaps with images? I'm tring to submit my sitemap to Bing. But, I got this error: We were unable to add your sitemap because: Http status code: 200 Severity: Error Line: 1292 Position: 12 Message: The 'http://www.sitemaps.org/schemas/sitemap/0.9:loc' element is invalid - The value '' is invalid ac...

Google Sitemap Problem

Hi, I submitted a sitemap to Google and I got this error. Incorrect namespace Your Sitemap or Sitemap index file doesn't properly declare the namespace. Expected: http://www.google.com/schemas/sitemap-image/1.1 Found: http://www.sitemaps.org/schemas/sitemap-image/1.1 I thought that sitemaps.org was okay. I took it from Google's examp...

recommend a PHP script to create XML sitemap? (crawl/scrape method)

I'm happy to write my own but if there's a really nice PHP script out there that i can just run on a cron and exclude directories then i'd love to hear about it! I'd prefer to use a scraper/crawler type script than write the XML from the database.... ...

Does sitemaps have to have a capital S?

Do I need capital S in sitemap_index.xml and sitemap.xml when submitting them, or doesn't it matter? Thanks ...

How to use jQuery in Google Sitemaps and is it allowed.

How do I use jQuery in a Google Sitemap and most importantly does it violate the specifications rules or will it be blocked by Google because of the jQuery? ...

XSLT does not work when I include xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"

My Google sitemap renders well through XSLT fine without the xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" in the < urlset > element, however when included, my foreach statement doesn't work and nothing renders in the template. My code's below. Thanks for your help. XML <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"&...

Updating sitemap from django to google webmaster doesn't work.

Our website gets updated almost everyday. We need to update the sitemap to the google webmasters every time there are new pages added. We have tried using ping_google() along with the required set of arguments and google and it never seem to update the sitemap on webmasters. To log the response, we re-wrote the function and logged the ...

Creating a dynamic site map page for an asp.net application - C#

Hello all, I have created a ASP.Net application which basically serves as a content management site. I need to create a Sitemap for our website which should be dynamic. I've tried Telerik's Sitemap control for ASP.net Ajax and found it useful. I want to know which is the best way to create a dynamic site map page in an ASP.net applicati...

How to get the name of Sitemap file from Sitemap provider in ASP.NET

I am creating a CacheDependency on the file that my SiteMap provider uses. I would like to get the name of the file from my sitemap provider instead of hard coding it. Is there a way? Edit Duh, I forgot to mention: XmlSiteMapProvider that comes with ASP.NET Edit 2 Reflector shows a private member field called _filename that isn't exp...

Sitemap for a site with a large number of dynamic subdomains

Hi, I'm running a site which allows users to create subdomains. I'd like to submit these user subdomains to search engines via sitemaps. However, according to the sitemaps protocol (and Google Webmaster Tools), a single sitemap can include URLs from a single host only. What is the best approach? At the moment I've the following stru...