Giter VIP home page Giter VIP logo

sitecoresitemapxml's Introduction

SitecoreSitemapXML

The Sitemap XML module generates the Sitemap compliant with the schema defined by sitemaps.org and submits it to search engines.

Modified by Andy Burns from 3chillies, 2015

  • added support for '' node default language
  • added multi-lingual sitemap support as per https://support.google.com/webmasters/answer/2620865?hl=en
  • Fixed some error handling
  • Fixed URL generation, which was distinctly screwy
  • Fixed Ping service to use full URL, not relative
  • Fixed Sitemap entries in Robots.txt to be absolute, not relative (as per spec)

Manually Updating an installed Sitemap module

  • Copy the SitemapXML.dll into the website BIN directory. Note that this will recycle your app pool.
  • In Web.config, check the default language setting on the node.
  • Update SitemapXML.config . Note that changes will recycle your app pool.
    • [Optional] Remove the <sitemapVariable name="xmlnsTpl” /> node. It’s not necessary.
    • [Optional] On your Site nodes, specify your languages. E.g. <site name="website" filename="sitemap.xml" serverUrl="www.example.com" languages="en-GB,fr-FR,de-DE " />
    • Check your ‘ProductionEnvironment’ setting.
  • Update the nodes for the search services you’re going to ping.
  • Make sure that your Robots.txt file does not contain any relative paths to the sitemap.xml

Publish some content and the Sitemap file (and Robots.txt) should update.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.