我正在使用 Schema.org 将我的页面结果添加到 Google 的知识图谱中。但是我的页面由 AngularJS 控制,并且在测试实时数据时,Google 正在抓取以下内容:
name:
{{ item.name }}
address:
{{ item.locationName }}
priceRange:
{{ item.displayPrice }}
我希望一旦页面准备好 DOM,爬虫就会使用数据,但事实并非如此。有什么办法让它工作/我在这里错过了什么吗?
PS:如果可行,我愿意使用除 Schema.org 之外的其他东西。