具有不同关键字的通用index.php

发布于 2024-10-01 13:57:49 字数 187 浏览 1 评论 0原文

我有一个通用的index.php,它使用 $_GET 变量来显示不同的页面,但同时它为不同的页面显示不同的关键字。

我们今天收到了 Google Adwords 着陆页违规通知,但他们没有说明我们到底做错了什么,我为上述关键字所做的此功能是否会违反 Google 的政策并导致他们禁止该域?

提前致谢。

I have a generic index.php that uses $_GET variables to display different pages, but the same time it displays different keywords for different pages.

We received a Google Adwords Landing page violation notice today, but they don't say what exactly we did wrong, can this feature that I did for the keywords as described like above violate Google's policies and cause them to ban this domain?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

人间不值得 2024-10-08 13:57:49

如果您试图通过基于 $_GET 参数定制页面关键字来获得优势,那么是的,我可以理解为什么 Google 会认为您违反了他们的政策。

如果您有不同的页面(即主页、新闻、活动等),请为它们提供 URL,例如 www.domain.com/news/www.domain.com/events/`www.domain.com/news.phpwww.domain.com/events.php

If you're trying to gain an advantage by tailoring your page's keywords based on a $_GET parameter then yes, I can see why Google will feel you have violated their policies.

If you have different pages (i.e. home, news, events etc.) then give them URLs like www.domain.com/news/, www.domain.com/events/ or `www.domain.com/news.php and www.domain.com/events.php.

薄荷梦 2024-10-08 13:57:49

确保您遵循并坚持他们的所有准则,我建议您还使用 .htaccess 用于区分网页:

着陆页和网站政策

目标网页质量概览

Ensure that you've followed and stuck to all their guidelines and I'd suggest you also use a .htaccess to differentiate pages:

Landing page and and site policies

Overview of landing page quality

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