Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 PHP 编写的静态网站。作为初学者,我非常想知道两件事。- 如何在搜索引擎中索引搜索结果。顺便说一下,这个网站将从我的另一个网站获取一些结果....正如我所说的,它是一个基于 php 的静态网站,它只有一些页面......它的搜索页面 url 是这样的: www.mysite.com/results.php?q=free+antivirus+download - 和我的另一个问题是如何使用变量更改搜索结果页面标题。
www.mysite.com/results.php?q=free+antivirus+download
看看谷歌的网站管理员工具。您可以在那里添加您的网站,并查看 google indexex 您的网站。
还有一些关于如何使您的网站对 SEO 更友好的提示,例如 sitemap.xml 或 robots.txt
您网站上的每个页面都必须有一个唯一的 url,以便 google 索引该页面。您提供的示例对 SEO 不太友好。