问题标签 [google-index]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1330 浏览

php - Html - PHP - 机器人

我只是在寻找一些建议/反馈,我正在考虑在一个在谷歌中排名很好的 HTML 网站(商店)后面设置和 opencart。

默认情况下,web 服务器上会出现 index.html 站点而不是 index.php 页面(我已经测试过了)。

我希望我可以在域上以维护模式构建站点,然后在完成后(大约 2 周)删除 html 站点,离开(实时)opencart 站点。

只是担心这可能会影响排名。

在 robots.txt 文件中放置:

我还将放入 index.php 页面(opencart)标题:

我不希望 Google 缓存“正在维护的网站”opencart index.php 页面。刷新它可能需要一个月左右的时间。

显然,一旦上线并删除了 html 站点文件,我将删除/更改 Disallow robot.txt 和元标记等命令。

我想知道是否有人尝试过,或者它是否会起作用?影响谷歌排名等?

这只是一个坏主意吗?对于任何反馈,我们都表示感谢。

非常感谢

0 投票
1 回答
3123 浏览

seo - 有什么方法可以更改由谷歌索引结果创建的片段?

有什么方法可以让我更改由谷歌索引创建的片段,以便它驱动更多流量,使其更相关,我可以向用户展示

0 投票
0 回答
73 浏览

apache - 我如何在 Zend Optimizer 上索引页面

问候我有这个网站的问题http://artwoodflooring.co.uk/。由于某些原因,我无法索引页面,如果我尝试访问http://artwoodflooring.co.uk/home,它会与域/主机页面一起返回。在我花了 3 4 小时后,我查看了互联网上的一些教程,并将 .htaccess 从AddHandler x-mapp-php5 .php3 .php4 .php .phtml 到 `

` 现在它返回 500 Internal server error 为什么?我能做些什么来避免这件事并将这些页面编入索引,以便谷歌可以看到这些页面?这些页面是一种脚本吗?管理面板上有一个选项不要索引页面,但没有选择Best Regards Titus

0 投票
1 回答
900 浏览

google-index - 对 Google 隐藏页面

我正在开发一个允许用户创建个人资料的应用程序。截至目前,所有个人资料都是公开的,并出现在任何搜索引擎的搜索结果中。

我们现在需要让用户决定他/她的个人资料是对各种搜索引擎隐藏还是可见。我无法弄清楚我该怎么做。

我不能使用 robots.txt,因为它会阻止所有配置文件。

有人可以帮忙吗?提前致谢。

问候,

沙杜尔。

0 投票
1 回答
399 浏览

php - 不同的结果谷歌索引页面与 php

我有这个脚本来获取 url 的谷歌索引页面:

但它不允许我获取更多网址的数据。然后我使用了一些在线工具,结果与我的不同。有没有其他方法可以不受限制地获取这些数据?谢谢。

0 投票
0 回答
400 浏览

redirect - 将域从 Crystone 重定向到另一个托管站点的最佳方法是什么?

我们已经在 Crystone 注册了一个域,并且该站点之前托管在 appharbor。一开始我已经将域设置为使用帧转发进行重定向,但是在使用谷歌索引时我开始遇到问题。谷歌希望我证明该网站是我的,并且有几种方法可以证明这一点。我可以将文件放在根目录或在索引文件中输入一些标签,但是由于使用帧转发时,主索引文件被封装在帧中,这两种方法都失败了。

在 Crystone,我无法真正访问转发域的框架,因此无法处理此页面。我知道帧转发不是最好用的,但我真的想避免网站的访问者不必看到托管地址。

我可以/应该使用 CName 记录进行重定向吗?我不能使用 A 记录,因为我不知道 appharbor 和我的网站的 IP 地址。

0 投票
0 回答
64 浏览

.htaccess - SEO - 这个网址会重写索引特定图像吗?

例如,如果我有特定图像的 URL(如服务器上不存在):

domain.com/news/12/imgname.jpg

我需要动态生成它并将其显示给最终用户,我将使用一些 htaccess 将以前的 url 重写为:

domain.com/image.php?img=12/imgname

我的问题是:图像imgname.jpg是否会被搜索引擎索引(在这种情况下,image.php 将始终返回动态生成的相同图像)?

0 投票
1 回答
61 浏览

html - Why is Google indexing management not applicable to the live version?

I have a task to prevent Google's crawler from indexing some content. I have read, that if I have this kind of html:

then googleoff tells Google's crawler to not index the content, while googleon tells Google's crawler to index to content. So far, so good. So, the content which should not be indexed by Google's crawler should be between those comments. I have wrapped all the content which should be excluded from Google's indexing into those comments, using the googleoff and googleon feature and all the content to be excluded from Google's indexing is correctly wrapped inside those comments locally and on the staging repo. However, I do not see the comments containing the googleoff and googleon instructions in the HTML of the live version. What could be the cause of this? Why are the google indexing instructions available in all my repos except the live version? I think this might be an issue with the settings, but I am not sure that I am right and I am not sure where should I look for the source of the problem?

0 投票
1 回答
740 浏览

url-rewriting - URL 重写和谷歌索引

我被要求为具有大量动态页面的新站点执行一些 URL 重写,这一切都很好。

但是,当我查看 Google 已编入索引的网址时,它已将“非重写”网址编入索引,因此所有“?”、“&”等都被使用。

你必须做些什么来强制谷歌索引你重写的 URL?

我只是假设它会自动执行此操作,并且从没想过它会成为问题。

非常感谢所有帮助。

谢谢。

0 投票
1 回答
147 浏览

canonical-link - 谷歌是否索引我的 index.* 页面和我的文件夹结构?

我正在对我们网站上的规范页面进行一些研究。

在这种情况下,Google 是否会创建两个索引:

还是它只索引上述之一?

我很好奇我是否需要添加一个 rel="canonical" 或者我只是在想这个简单的想法。