Git Product home page Git Product logo

sitemap-generator's Introduction

sitemap-generator's People

Contributors

aminrashidbeigi avatar calgoodman avatar cyjme avatar sabloger avatar sirisjo avatar ssjoboen-r7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sitemap-generator's Issues

get sitemap.content

hi,

nice package. thank you.
i am looking for a way to receive the sitmap-content. for example to return it with http.ResponseWriter.Write(content)
think it woul be possible if the there would be a method to get the value from Sitemap.content or if Sitemap.content would be available outside by changing it to Sitemap.Content

do you think this is a good idea?

thank you advance.
best florian

Possible infinite wait

In *SitemapIndex.saveSitemaps and *SitemapIndex.PingSearchEngines the WaitGroup.Done may never be called when the go routine returns early in case of error and that would cause WaitGroup.Wait never stop waiting. To fix it moves.wg.Done() to the top of the go routine using defer. defer s.wg.Done()

Trailing slash "/" always been trimmed

sabloger/sitemap-generator always trims the trailing slash.

sitemap.Add(&smg.SitemapLoc{
	Loc: "about/",
})

The code above generates

<url>
  <loc>https://example.com/about</loc>
</url>

Which should be https://example.com/about/ instead.

A given result like is making bad Google SEO, because the sitemap is giving URLs that redirecting pages.

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.