angularjs - AdSense 和 AngularJS 应用程序 -- 批准

标签 angularjs ajax adsense

我的网站是一个用 AngularJs 编写的单页应用程序。

我正在尝试为某些页面添加 AdSense。提交后,我的网站被拒绝,原因如下:“内容不足”。

我的问题是:考虑到我们使用 escaped_frangment 和 phantomJs 来呈现页面,adSense 抓取工具是否能够访问和查看我的网站? (这对于谷歌机器人来说非常有效。)

我该怎么做才能使我的网站获得 AdSense 批准?

提前致谢。

最佳答案

我用过 Prerender过去成功。设置起来有点麻烦,但效果很好。

Search engines and social networks are always trying to crawl your pages, but they only see the javascript tags...

We render your javascript in a browser, save the static HTML, and you return that to the crawlers!

关于angularjs - AdSense 和 AngularJS 应用程序 -- 批准,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43280044/

相关文章:

adsense - 如何在某些国家/地区的页面中隐藏 google adsense 广告?

javascript - Google Adsense 多次加载脚本

javascript - 无法通过 AJAX post 访问 $_SESSION 数据

javascript - 如何从 xmlhttprequest 检索响应? (截图)

javascript - AJAX 调用后使用 django 变量填充下拉列表

html - 广告未显示在我的页面上,我该怎么办?

javascript - Angularjs - 多选下拉选项未在 IE 中显示

javascript - 使用 ngMock 对外部站点进行无后端测试

javascript - AngularJS 在初始化仪表板 Controller 之前使用 $htttp 获取仪表板设置

javascript - 使用 Angular JS 将焦点设置在选项卡上的 Span 上