all groups > asp.net > january 2008 >
You're in the

asp.net

group:

GridView, links and google-index


GridView, links and google-index Matthias
1/6/2008 9:28:39 PM
asp.net:
Hi ng,

I have an ASP.NET GridView with template-columns. In a column I have a
link ( normal html-link like
<a href=""... ></a>

The GridView has custom paging without javascript so that the pages
are found by google. The pages *are* found (like mypage?page=1) but
not the links within the pages mentioned above. These do not appear in
google index. The links in the GridView are only visible if a property
of the control that contaisn the GridView is set to true

<% if( propery ) { %>
<a href="" ....

<% } %>

But the default-value for the property is true.

Has anybody an idea why google doesn't like these inner links?

Bye and til soon

RE: GridView, links and google-index Peter Bromberg [C# MVP]
1/7/2008 4:08:00 AM
If the hyperlinks are *visible* to the googlebot when it crawls the page, it
will index them. It "doesn't care" what kind of links they are.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


[quoted text, click to view]
AddThis Social Bookmark Button