我应该在我的网站中添加什么以使谷歌索引子页面

发布于 2024-08-01 19:46:17 字数 427 浏览 7 评论 0原文

我是一名初学者 Web 开发人员,我有一个网站 JammuLinks.com,它是基于 php 构建的。 这是一个城市本地列表搜索引擎。 基本上我已经编写了搜索页面,它接受一个参数,从数据库中获取记录并显示它。 所以它是动态生成内容的。 但是,如果您查看网站底部,我会添加许多静态链接,其中我对链接中的参数进行了硬编码,例如 searchresult.php?tablename='schools'。 所以我的问题是,

既然谷歌抓取页面以及页面中列出的链接,它也会抓取结果页面数据吗? 我怎样才能识别是否有。 到目前为止,我尝试了 site:www.jammulinks.com 但它只显示主页和博客。

我还可以添加什么来使静态链接也被它索引。

I am a beginner web developer and i have a site JammuLinks.com, it is built on php. It is a city local listing search engine. Basically i've written search pages which take in a parameter, fetch the records from the database and display it. So it is dynamically generating the content. However if you look at the bottom of the site, i have added many static links where i have hard coded the parameters in the link like searchresult.php?tablename='schools'. So my question is

Since google crawls the page and also the links listed in the page, will it be crawling the results page data as well? How can i identify if it has. So far i tried site:www.jammulinks.com but it results the homepage and the blog alone.

What more can i add to make the static links be indexed by it as well.

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

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

发布评论

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

评论(1

于我来说 2024-08-08 19:46:17

最好的方法是创建一个站点地图文档(我相信您甚至可以从 Google 网站管理员部分获取模板,www.google.com/webmasters/)。

The best way to do this is to create a sitemap document (you can even get the template from Google's webmaster portion of their sites, www.google.com/webmasters/ I believe).

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