Rostlab / JS16_ProjectF

In this project we will build a web portal for our GoT data analysis and visualization system. The website will integrate all the apps created in projects B-D with the help of the integration team assigned to Project E.
GNU General Public License v3.0
10 stars 8 forks source link

Generate a sitemap #469

Closed ghost closed 8 years ago

ghost commented 8 years ago

We need to generate a sitemap for Google Analytics. One way to do it is to use something like http://botmap.io/, which is an example of a service that allows to generate sitemaps for js-heavy websites (instructions are on the front page). Anything else can be used as long as it works.

mammuth commented 8 years ago

We have a sitemap (see https://got.show/sitemap.xml). Why do we need something different for Google Analyitcs or what do we need to change at the current sitemap?

ghost commented 8 years ago

Just because I overlooked sitemap.xml, that's all. It will work just fine.

mammuth commented 8 years ago

I hope so - I put some decent effort in implementing the sitemap generator, which, btw, also has all characters listed, with their priority set accordingly to their plod :blush:

ghost commented 8 years ago

Can I see this generator source code, btw? Oh, and using PLOD as priority leads to priority set to NaN for some chars. Google Search Console doesn't like that.

mammuth commented 8 years ago

As stated in the other issue (#471):

Can be fixed by adding an or statement to the priority assignment here: https://github.com/Rostlab/JS16_ProjectF/blob/develop/sitemap-generator/sitemap-generator.js#L14