我创建了一个完全基于AJAX的网站,所以为了让我有Adsense显示相关内容,我创建了一个adsense.html,其中包含与网站相关的关键字。
然而,广告似乎没有找到关键词。
这个adsense html文件有意义吗?:
<html><head></head><body>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-123456789";
google_ad_slot = "123456789";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
KEYWORD,KEYWORD,KEYWORD.
</body></html>
答案 0 :(得分:0)
影响最大的关键字是TITLE标记中的一个,而不是正文。因此,请编辑您的html文件并将<title> Keyword keyword </title>
放入标题中。
请记住,调整最多需要7天