Hi everyone, Hope you all have great weekend! I r...
# suitecommerce
k
Hi everyone, Hope you all have great weekend! I re-write structured data markup (JSON-LD) with extensibility API (
layout.modifyViewJsonLd
) in extension for but it seems SEO page generator doesn't not run my extension. It's working on schema validator tool but it's not working on google Rich Results Test tool. Does anyone have any experience with it? The site is SCS site and version is 2020.1.0 Thanks
p
Check if your SEO Engine is running correctly with ?seodebug=T because it might not be even parsing extensions.
k
@PabloZ When I visit the site with
?seodebug=T
it was working properly and I can see my changes made by extension. Does this mean that my extension is running on SEO page generator as well?
p
yes
k
Oh, then do you know why it's not working on google rich results test tool?
p
maybe clearing cache on that URL would help
k
you mean with Cache invalidation tool in NetSuite?
p
Yup!
do you see the changes on view-source://www.site.com/url with seodebug=T ? and without seodebug=T ?
k
I am not seeing it on View source
p
does that apply for both with and without seodebug url parameter?
k
on both
p
ok so you do have a seo engine error
k
how do I check if I have error?
p
add an extra parameter like site.com/url?seodebug=T&preview=XXXX and in the XXX every time just add a random string
and check on the bottom of the page
for the seo engine debug log
k
i am seeing the debug log, but can't find errors
p
how many log lines do you see?
do you see network request being made?
k
@PabloZ I found an error on seo debug logs and I was able to fix the issue.
Really appreciate your help
👍
💯