我的网站上有近 1000 篇文章,这些文章是用 Umbraco 构建的,我想使用文章架构标记来实现它们。
我遇到的问题是大部分内容都是由剃刀动态生成的(例如 @Umbraco.Field("Title") )。我尝试将这些剃刀放入标记的相关代码中,但 Google 的结构化数据测试工具显示所有剃刀均存在错误。
这活一次还能活吗?或者是否有一种解决方法可以标记网站上的多篇文章以从页面上的其他区域提取数据?
感谢您的任何建议。
I'm trying to manually update the table umbracoNode in MSSql now when I try to query the node that I want to update using the below command
SELECT
*
FROM
umbracoNode
WHERE
nodeObjectType = '366E63B9-880F-4E13-A61C-98069B029728';
Run Code Online (Sandbox Code Playgroud)
I get 30 results. Now when I try to update it using this command
Update umbracoNode
set nodeObjectType = '366E63B9-880F-4E13-A61C-98069B02972899'
where nodeObjectType='366E63B9-880F-4E13-A61C-98069B029728'
and id < '11335'
Run Code Online (Sandbox Code Playgroud)
Now it says 25 rows affected which is what I expected. Now when I try to query again using …
我下载并检查了所以我不显示转推.但我有点想要他们,我该如何改变呢?而其他设置也会很好.
我试过看xslt文件,但似乎只是调用宏.