使用选择列表导航SEO友好吗? [英] Is using a select list for navigation SEO Friendly?

查看:102
本文介绍了使用选择列表导航SEO友好吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我真的不喜欢对链接使用select/option元素:

I really don't like the use of select/option elements for links:

但是他们已经找到了进入设计师产品组合的一种选择,并尽我所能劝说他们不要使用它们,我知道如果没有Google的力量,我将输掉这场战斗,这对SEO不利"

But they've found their way into the designers portfolio as an option and try as I might to dissuade them from using them, I know I'm going to lose the battle without the power Google and "it's bad for SEO".

我在网上搜索了所有内容,没有发现任何可以支持或揭穿我思想的东西.

I searched all over the net, and can find nothing specific to support or debunk my thoughts.

我写的选择列表最终将具有完全的可访问性,并带有后端脚本以跟随链接,但是有人知道搜索引擎将遵循还是忽略URL?

The select list that I write will end up having full accessibility with a back end script to follow the link, but does anyone know for sure if search engines will follow or ignore the URLs?

<form action="/redirect-script" method="post">
  <label for="url-selection">Redirect to: </label>
  <select id="url-selection" name="url_redirect">
    <option value="http://example.com/" >Example.COM</option>
    <option value="http://example.net/" >Example.NET</option>
    <option value="http://example.org/" >Example.ORG</option>
  </select>
  <input type="submit" value="Go to URL" />
</form>

推荐答案

它可能对SEO不友好

如果这是赞助商链接的列表:

If this is a list of Sponsored links:

由于这些都不是实际的链接,并且重定向是通过服务器端脚本或客户端脚本来处理的,因此Google不会为您重定向到的站点提供功劳.

Since these are not actual links and redirection is handled either server side scripting or client side scripting then Google will not give credit to the site you are redirecting to.

我可以指出这一点:为什么有一个下拉列表链接?当然,它可以节省一些空间,但需要用户单击两次以选择一次,然后再次单击转到链接"页面.在我看来,从可用性的角度来看,您可能需要考虑一组简单的<a>标签.

Can I point out this: Why have a dropdown list of links? Sure it may save some space but it will require the user to click twice once to select and then again to click the Go To Link Page. Seems to me that from a usability standpoint you may want to consider a simple set of <a> tags.

这篇关于使用选择列表导航SEO友好吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆