GridView, links and google-index
am 07.01.2008 06:28:39 von Matthias
Hi ng,
I have an ASP.NET GridView with template-columns. In a column I have a
link ( normal html-link like
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 ) { %>
<% } %>
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
Matthias
RE: GridView, links and google-index
am 07.01.2008 13:08:00 von pbromberg
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
"Matthias" wrote:
> Hi ng,
>
> I have an ASP.NET GridView with template-columns. In a column I have a
> link ( normal html-link like
>
>
> 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 ) { %>
>
>
> <% } %>
>
> 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
>
> Matthias
>