Frozen Title Attribute in Opengraph Debugger

痞子三分冷 提交于 2020-01-15 10:45:27

问题


I'm receiving an error in the object debugger that states:

Attempted Frozen Title Change It appears that you are trying to change the property og:title from Home to [the title] If so, you are not allowed to for this object because too many actions have been published against it.

It's scraping the tag:

<meta property="og:title" content="[the title]" />

The [the title] value is what I want the title to appear as - however, the title is simply populating as 'Home' in the debugger.

So two questions:

1) How can I 'unfreeze' this property/is this possible?

2) How can I prevent this happening in the future?

Thank you in advance.

来源:https://stackoverflow.com/questions/19413613/frozen-title-attribute-in-opengraph-debugger

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!