谷歌 Adsense ajax

发布于 2024-12-18 07:46:54 字数 352 浏览 1 评论 0原文

我的谷歌广告没有根据实际内容显示,因为我的内容是通过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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陪你到最终 2024-12-25 07:46:54

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文