SEO Coding for Blogs

Shivani Ahuja
GongEffect
Published in
1 min readNov 8, 2018

1. Creating lists

Code:

<ol>

<li></li>

<li></li>

</ol>

Example:

If you have two headings in your blog with text under each heading, then you will use the above code like this:

<ol>

<li>Heading 1</li>

Para 1

<li>Heading 2</li>

Para 2

</ol>

2. No Follow links

This is important if you are linking other website links in your blogs, so that the reputation of other blogs do not effect yours.

Also, so that Google does not confuse you to be promoting other websites’ links for personal gain.

<a href=“link of other website” rel=“nofollow”>TEXT TO BE LINKED</a>

No Opener links:

Used to open a link in your blog in another window. This ensures that the user stays on your website, and also prevents malacious data on another’s website to effect yours.

<a href=“link of other website” rel=“noopener”>TEXT TO BE LINKED</a>

Combine No follow and No opener:

<a href=“link of other website” rel = “nofollow noopener”>TEXT TO BE LINKED</a>

There are content writing services available where you can have your website or blog content optimized from professionals.

--

--

Shivani Ahuja
GongEffect

A Comm. and Digital Marketing Specialist. Has worked with EdTech and IT companies around the world for 6+ years. Dreams of global literacy and unicorn islands.