Sascha Linn

Results 8 comments of Sascha Linn

Unfortunately, this makes usage with JSON almost pointless. JSON by definition is not required to be ordered. From the source [JSON.org](https://www.json.org/json-en.html) `An object is an unordered set of name/value pairs.`

Has anyone got a fully working example of this with specifically the phone module? I've tried all manner of inclusion for the required `phone-type-formatter.{country}.js` (svelte:head, in my main layout as...

> @skwasha This issue is still happening on the toJSON function, was there a specific configuration for the toJSON call? I think perhaps you meant to mention someone else?

Also seeing this same behavior. Using `SEO.set({title: 'Foo'})` will set the og title and the twitter title, but the main title reverts to the default value.

I can confirm this as well (not working with the no-js results page).

@badluck13 FWIW - I came back to check on this. Since it hadn't been updated I did a tiny bit of digging. It appears the issue is caused [here](https://github.com/zlurad/serp-parser/blob/3298907fd2c0b0f1206be62a78cebeb2e4b2b490/src/google-nojs.ts#L43-L49): ```...