谷歌 Adsense ajax
我的谷歌广告没有根据实际内容显示,因为我的内容是通过ajax加载的。我的布局是静态的,我通过 ajax 加载所有内容。但我可以静态复制内容。
我可以这样做吗?谷歌机器人会根据此检测并显示广告吗?是否违反了google adsense政策?
<p style='position:absolute;left:-500px;top:0px;width:100px;overflow:hidden;'> {$google_keywords}</p>
即使我在静态首次加载中有相同的重复信息,但重复文本可见不好,我该如何解决ajax内容问题?现在没有 iframe,有人有什么想法吗?
I have google ads not showing based on actual content because my contents are loaded by ajax. My layout is static and i load all my content through ajax. But i can able to duplicate the content statically.
Can i do this? will google bot detect and show ads based on this? does it violate google adsense policy?.
<p style='position:absolute;left:-500px;top:0px;width:100px;overflow:hidden;'> {$google_keywords}</p>
How do i solve ajax content issue even if i have same duplicate info in static first time load , duplicate text visible is not good.? now no iframe , anyone have any idea?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google 并不热衷于使用繁重的 AJAX 解决方案来交付内容;这使得他们很难抓取页面并投放相关的上下文广告,这对您、广告商和最终用户来说都是不利的。如果您实施的解决方案不会从根本上改变页面布局或内容,您就可以让广告保留在原位。但最好在每次页面“重新加载”时(即显示全新的内容时)呈现新的 AdSense 展示。
Google are not keen on heavy AJAX solutions to deliver content; it makes it difficult for them to crawl the page and serve relevant contextual ads, which is bad for you, the advertiser and end users. Providing you implement a solution that isn't radically changing the page layout or content, you can have the ads remain in situ. But it would be better to render a new AdSense impression each time the page "reloads" (ie. when completely new content is displayed).