Mobile app version of vmapp.org
Login or Join
Murphy175

: Which is best SEO practice to markup source code on web page? What is the best way to present source code to users without affecting SEO? Let's say my website is HTML tutorials and I need

@Murphy175

Posted in: #Html #Html5 #Seo

What is the best way to present source code to users without affecting SEO?

Let's say my website is HTML tutorials and I need to present HTML code to the user so that they can copy it.

If my main keywords were present in the markup code, will they affect my keyword density? Or simply SEO?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Murphy175

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

Nothing special to do here, the code is your content. You mark up your code with appropriate elements, and consumers (like search engines) then can do whatever they want to do with this information. A code search engine might be especially interested in it, other search engines might ignore it, most will probably don’t care and handle it in the same way like non-code content.

You should use the code element, for blocks of code as well as inline code, just like I did in this very sentence (see example).

If you have a block of code where the formatting (i.e., multiple lines, indentation) matters, you should use the pre element in addition to code (see example).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme