GridView, links and google-index

M

Matthias

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

Matthias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top