我的自定义搜索没有正确命名结果链接。我怎样才能控制这个过程?
我在网站上有文章。因此,当我搜索文章时,我得到的链接可以正常工作,您按下该链接就会打开一篇文章。 但是在按下链接之前,当您查看它时,您看不到文章的名称,而是看到“登录,忘记密码”等...谷歌搜索从我的网站主页获取的文本,而不是获取文章名称.
也许我以某种方式设置了错误的链接,因此谷歌搜索尝试找到一些文本并转到我网站的开头。无论如何......
有没有办法解决它,或者我如何控制它,或者命名链接的规则是什么?我的链接标签中是否必须有一些特殊属性?
谷歌搜索不会执行 some_article
而是
执行以下
<a href='mysite.com?index.php?a=some_airticle'>login...forgot password... register....</a>
“登录...忘记密码...”登记....” 该文本是我的,位于我网站的开头。
On site I have articles. So when I search Articles I ger links that work ok , u press the link and an article opens.
But before pressing the link, when u look at it u don't see name of the article, instead u see "login, forgot password" etc... text which google search takes from the main page of my site, instead of taking articles name.
Maybe I set up my links somehow wrong so google search tryies to find some text and goes there in the beginning of my site. Anyway....
Is there a way to fix it, or how can I control it, or what are the rules of naming links? Do I have to have some speciall attribute in my links tag ?
instead of making <a href='mysite.com?index.php?a=some_airticle'>some_article</a>
google search does the following
<a href='mysite.com?index.php?a=some_airticle'>login...forgot password... register....</a>
"login...forgot password... register...."
That text is mine it is located at the beginning of my site.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论