Mobile app version of vmapp.org
Login or Join
Ravi8258870

: Is it SEO safe to put inside element? I am using DevExpress to create my site's main navigation menu, which is important to me to have Google crawl them but DevExpress Menu Control's output

@Ravi8258870

Posted in: #Html #Seo

I am using DevExpress to create my site's main navigation menu, which is important to me to have Google crawl them but DevExpress Menu Control's output is not pure anchor element but rather an with a inside it.

Now is it SEO safe to use this menu? Here is the output code:

<li id="ASPxNavBar1_I0i0_" class="dxnb-item" onclick="ASPx.NBIClick(event, 'ASPxNavBar1', 0, 0)" style="text-align:Right;">

<a id="ASPxNavBar1_I0i0_T" class="dxnb-link" href="view.aspx?id=001"><span class="dx-vam">Some Link</span>
</a>
</li>

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

1 Comments

Sorted by latest first Latest Oldest Best

 

@Connie744

The span element doesn't have any semantic meaning, it is used to hook text within inline elements.

Using a span won't effect you from an SEO stand point.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme