Adsense Bot 为 Adsense 匹配内容功能查找文件
Adsense Bot looks for files for Adsense Matched content feature
由于我实施了匹配内容功能,Adsense 机器人 (Mediapartners-Google) 正在寻找此树文件:
/google_matched_content_blacklist.txt
/google_matched_content_whitelist.txt
/google_matched_content_rules.xml
文件名听起来像是控制匹配内容功能,
但我找不到关于此树文件的任何描述或文档。
这是 /google_matched_content_rules.xml:
的示例
<rules>
<blacklist>
<uri>*.my-domain.com/exclude/*</uri>
</blacklist>
<whitelist>
<uri>*.my-domain.com/include/*</uri>
</whitelist>
<section>
<source>
<uri>*.my-domain.com/cat1/*</uri>
</source>
<target>
<uri>*.my-domain.com/cat2/*</uri>
</target>
</section>
</rules>
并且文件 /google_matched_content_blacklist.txt
和 /google_matched_content_whitelist.txt
都是简单的文本文件,其中包含要在相关内容中排除/包含网站的文件或目录列表。
! Keep Care:这仍然没有官方记录!
由于我实施了匹配内容功能,Adsense 机器人 (Mediapartners-Google) 正在寻找此树文件:
/google_matched_content_blacklist.txt
/google_matched_content_whitelist.txt
/google_matched_content_rules.xml
文件名听起来像是控制匹配内容功能, 但我找不到关于此树文件的任何描述或文档。
这是 /google_matched_content_rules.xml:
的示例<rules>
<blacklist>
<uri>*.my-domain.com/exclude/*</uri>
</blacklist>
<whitelist>
<uri>*.my-domain.com/include/*</uri>
</whitelist>
<section>
<source>
<uri>*.my-domain.com/cat1/*</uri>
</source>
<target>
<uri>*.my-domain.com/cat2/*</uri>
</target>
</section>
</rules>
并且文件 /google_matched_content_blacklist.txt
和 /google_matched_content_whitelist.txt
都是简单的文本文件,其中包含要在相关内容中排除/包含网站的文件或目录列表。
! Keep Care:这仍然没有官方记录!