HubPress / hubpress.io

A web application to build your blog on GitHub
MIT License
2.81k stars 2.63k forks source link

ld+json is null #488

Closed davidthewatson closed 7 years ago

davidthewatson commented 7 years ago

I have 9 posts (all of them) with null ld+json data:

<script type="application/ld+json">
null
</script>

I just upgraded to version 0.7.0.

jaredmorgs commented 7 years ago

Thanks for reporting David.

I'll add this to the next milestone for investigation by @anthonny

davidthewatson commented 7 years ago

np @jaredmorgs

I'm not sure when this started but I believe it was working at one point as I noticed that my SEO rankings dropped off significantly when it broke.

jaredmorgs commented 7 years ago

Interesting. I can't say I pay a lot of attention to my rankings, but I'm sure you're not the only one who would be affected by this.

So thanks for identifying it.

anthonny commented 7 years ago

@davidthewatson thank you 👍 I'll check that for the next release

anthonny commented 7 years ago

@davidthewatson it will be fixed in the next version, a bugfix version of the 0.7.0

anthonny commented 7 years ago

@davidthewatson the 0.7.1 is out, could you upgrade and save your settings to force a generation of all your posts? Then could you check that the ld+json is correctly filled please?

davidthewatson commented 7 years ago

@anthonny I installed this evening and indeed, all the ld+json is properly populated!

Thanks!