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

Fix NaN values in the sitemap #471

Closed ghost closed 8 years ago

ghost commented 8 years ago

Google tools complain about our current sitemap:

Invalid tag value - This XML tag has an invalid value. Please fix it and resubmit - 143 occurences - Parent tag: url, Tag: priority, Value: NaN

mammuth commented 8 years ago

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

I'm not with my private laptop until late evening; so if someone wants to fix this earlier, he can go for it :blush: