帮助理解代码的重要性 [英] Help requested in understanding significance of code

查看:74
本文介绍了帮助理解代码的重要性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的一个熟人是在一个页面中使用以下代码,其中包含以下URL结构, http://www.hisdomain.com/2347024.html

< div style =" position:relative; visibility:hidden;">

< a href =" http://www.thirdpartydomain.com"> Expeditor< / a>

< a href =" 2347024.html"> Document Archive1< / a>

< a href =" 2347025.html"> Document Archive2< / a>

< a href =" 2347026.html">文档存档3< / a>

< a href =" 2347027.html">文档存档4< / a>

< a href =" 2347028.html">文档存档5< / a>

< / div>


在< a href =" http://www.thirdpartydomain.com"> Expeditor< / a>

行下,实际上约有50个类型的链接< a

href =" 23470xx.html"> Document ArchiveX< / a> ;.


http://www.hisdomain.com/2347024.html 被查看,没有

这50个链接是显示。


这个人用这些代码来增加他的搜索引擎排名吗?如果是这样,使用这种类型的编码是一种好习惯吗?

One of my acquaintance is using the following code in a page that has
the following URL stucture, http://www.hisdomain.com/2347024.html

<div style="position: relative; visibility: hidden;">
<a href="http://www.thirdpartydomain.com">Expeditor</a>
<a href="2347024.html">Document Archive1</a>
<a href="2347025.html">Document Archive2</a>
<a href="2347026.html">Document Archive3</a>
<a href="2347027.html">Document Archive4</a>
<a href="2347028.html">Document Archive5</a>
</div>

Under the <a href="http://www.thirdpartydomain.com">Expeditor</a>
line, are actually about 50 links of the type <a
href="23470xx.html">Document ArchiveX</a>.

When the http://www.hisdomain.com/2347024.html is viewed, none of
these 50 links are displayed.

Is this person boosting his search engine rank with these lines of
code? If so, is it a good practise to use this type of coding?

推荐答案

2004年4月7日20:36:40 -0700, pr ******** @ yahoo.com (Prem Kumar)写道:
On 7 Apr 2004 20:36:40 -0700, pr********@yahoo.com (Prem Kumar) wrote:
我的一个熟人是在具有以下URL结构的页面中使用以下代码, http://www.hisdomain.com/2347024.html

但不是那个网址。最好不要把人们看成像URL一样的东西,但不是。 (除了example.com)。

< div style =" position:relative; visibility:hidden;">
< a href =" http://www.thirdpartydomain.com"> Expeditor< / a>
< a href =" 2347024.html" ;>文档存档1< / a>
< a href =" 2347025.html">文档存档2< / a>
< a href =" 2347026.html">文档Archive3< / a>
< a href =" 2347027.html"> Document Archive4< / a>
< a href =" 2347028.html"> Document Archive5< / a> ;
< / div>

在< a href =" http://www.thirdpartydomain.com"> Expeditor< / a>
下,实际上约有50个类型< a
href =" 23470xx.html"> Document ArchiveX< / a>的链接。

http://www.hisdomain.com/2347024.html 被查看,没有这些这些50链接显示。

这个人是否用这些代码行提升了搜索引擎排名?


可能。或者他可能正在使用Javascript操纵它们,并且你要么b / b
关闭Javascript,要么他的Javascript包含错误。 (事实上​​,如果你没有得到任何有用的Javascript关闭,他的页面可能会包含

一个错误。)

如果是这样,是吗?使用这种编码的好习惯?
One of my acquaintance is using the following code in a page that has
the following URL stucture, http://www.hisdomain.com/2347024.html
Not that URL though. Better not to confuse people with things that look
like URLs but aren''t. (Except with example.com).
<div style="position: relative; visibility: hidden;">
<a href="http://www.thirdpartydomain.com">Expeditor</a>
<a href="2347024.html">Document Archive1</a>
<a href="2347025.html">Document Archive2</a>
<a href="2347026.html">Document Archive3</a>
<a href="2347027.html">Document Archive4</a>
<a href="2347028.html">Document Archive5</a>
</div>

Under the <a href="http://www.thirdpartydomain.com">Expeditor</a>
line, are actually about 50 links of the type <a
href="23470xx.html">Document ArchiveX</a>.

When the http://www.hisdomain.com/2347024.html is viewed, none of
these 50 links are displayed.

Is this person boosting his search engine rank with these lines of
code?
Possibly. Or he may be manipulating them with Javascript, and either you
have Javascript off, or his Javascript contains an error. (In fact if
you get nothing useful with Javascript off, his page arguably contains
an error anyway.)
If so, is it a good practise to use this type of coding?




No.


-

Stephen Poley

http://www.xs4all。 nl /~sbpoley / webmatters /


2004年4月7日20:36:40 -0700, pr ******** @ yahoo.com (Prem Kumar)写道:
On 7 Apr 2004 20:36:40 -0700, pr********@yahoo.com (Prem Kumar) wrote:
我的一个熟人是在具有以下URL结构的页面中使用以下代码, http: //www.hisdomain.com/2347024.html

但不是那个URL。最好不要把人们看成像URL一样的东西,但不是。 (除了example.com)。

< div style =" position:relative; visibility:hidden;">
< a href =" http://www.thirdpartydomain.com"> Expeditor< / a>
< a href =" 2347024.html" ;>文档存档1< / a>
< a href =" 2347025.html">文档存档2< / a>
< a href =" 2347026.html">文档Archive3< / a>
< a href =" 2347027.html"> Document Archive4< / a>
< a href =" 2347028.html"> Document Archive5< / a> ;
< / div>

在< a href =" http://www.thirdpartydomain.com"> Expeditor< / a>
下,实际上约有50个类型< a
href =" 23470xx.html"> Document ArchiveX< / a>的链接。

http://www.hisdomain.com/2347024.html 被查看,没有这些这些50链接显示。

这个人是否用这些代码行提升了搜索引擎排名?


可能。或者他可能正在使用Javascript操纵它们,并且你要么b / b
关闭Javascript,要么他的Javascript包含错误。 (事实上​​,如果你没有得到任何有用的Javascript关闭,他的页面可能会包含

一个错误。)

如果是这样,是吗?使用这种编码的好习惯?
One of my acquaintance is using the following code in a page that has
the following URL stucture, http://www.hisdomain.com/2347024.html
Not that URL though. Better not to confuse people with things that look
like URLs but aren''t. (Except with example.com).
<div style="position: relative; visibility: hidden;">
<a href="http://www.thirdpartydomain.com">Expeditor</a>
<a href="2347024.html">Document Archive1</a>
<a href="2347025.html">Document Archive2</a>
<a href="2347026.html">Document Archive3</a>
<a href="2347027.html">Document Archive4</a>
<a href="2347028.html">Document Archive5</a>
</div>

Under the <a href="http://www.thirdpartydomain.com">Expeditor</a>
line, are actually about 50 links of the type <a
href="23470xx.html">Document ArchiveX</a>.

When the http://www.hisdomain.com/2347024.html is viewed, none of
these 50 links are displayed.

Is this person boosting his search engine rank with these lines of
code?
Possibly. Or he may be manipulating them with Javascript, and either you
have Javascript off, or his Javascript contains an error. (In fact if
you get nothing useful with Javascript off, his page arguably contains
an error anyway.)
If so, is it a good practise to use this type of coding?




No.


-

Stephen Poley

http://www.xs4all。 nl /~sbpoley / webmatters /


pr * *******@yahoo.com (Prem Kumar)写道:
pr********@yahoo.com (Prem Kumar) wrote:
在< a href =" http://www.thirdpartydomain下。 com"> Expeditor< / a>
行,实际上是约50个类型< a
href =" 23470xx.html"> Document ArchiveX< / a>的链接。

http://www.hisdomain.com/2347024.html时被查看,这些50个链接都没有显示。

这是谁用这些代码行提升他的搜索引擎排名?
Under the <a href="http://www.thirdpartydomain.com">Expeditor</a>
line, are actually about 50 links of the type <a
href="23470xx.html">Document ArchiveX</a>.

When the http://www.hisdomain.com/2347024.html is viewed, none of
these 50 links are displayed.

Is this person boosting his search engine rank with these lines of
code?




不,网站本地文档的隐形链接对SE无效
排名。


-

Spartanicus



No, invisible links to documents local to a site do nothing for SE
ranking.

--
Spartanicus


这篇关于帮助理解代码的重要性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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