Skip to content

mgilbir/sitemapMover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

What does it do?

Converts a Sitemap XML file to a .htaccess or nginx rules file with HTTP 301 redirect rules.

It's is an easy way to move all the content described in a Sitemap XML file to a new location without any complex additional configuration. Using HTTP 301 redirect is the proper way to inform users and crawler bots that a resource has moved permanently.

Usage

sitemapMover.py --destinationDomain destionationDomain --ruleFormat ruleFormat sitemapFilename outputFilename
  • --destinationDomain The destination domain for the URLs (eg. the.destination-domain.com)
  • --ruleFormat The rule format to be used (eg. htaccess, nginx)
  • sitemapFilename The Google Sitemap XML file to use as source
  • outputFilename The .htaccess or nginx compatible file to be generated with HTTP 301 rules corresponding to the sitemap's URLs. Any existing file with the same name will be overwriten!

License

It is very easy, feel free to do whatever you want with it. If something bad happens you are on your own and I don't take any responsibility/liability.

The legal mumbo jumbo is a standard MIT License.

Copyright (C) 2011 by Miguel Eduardo Gil Biraud

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Converts Google Sitemap XML to .htaccess or nginx 301 redirect rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages