我应该在我的网站中添加什么以使谷歌索引子页面
我是一名初学者 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的方法是创建一个站点地图文档(我相信您甚至可以从 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).