There are lots of times when you may want to direct a reader to a different part of your Blogger post depending on what their needs and interests are. Or you might want to alert the visitor to something significant in a related post. In this article I will show how to make use of internal links both within posts and in Blogger generally.
Why bother with internal linking you may be wondering? Well the answer is to improve SEO. Blogs with a good internal linking structure will fare better than blogs that don't link posts. Plus you will be creating an aid to navigation for your reader. On longer posts jumps links to different sections within your post or to other posts mean readers can quickly find the information they are looking for.
How to Create Internal Links To Sections Within the Same Blogger Posts :
Consider the above links. Click on them. Each jump the reader to a different part of this article. This type of internal linking is common practice in website building and can be equally applied to blogs to assist with navigation.
How did I create these links? The answer is that I used simple html that anyone can learn in a few minutes. Here are the steps I used to create these links.
- Log in to Blogger
- Go to Posting > New Post or Edit Post and either create a new article or edit an existing one.
- Within the article find a place where you want to add some jump links. This will be early on in the article as it will help the reader figure out what information is significant to them and how to get there quickly
- Switch to the Edit HTML mode rather than compose mode so you can see the code you are inserting into your post
- Create a couple of headings that will be your links to material further down in your Blogger article. Note you can also just jump to a word but for the purposes of this demonstration and clarity I am going to use headings. When creating this post I used the following headings:
How to Create Internal Links To Sections Within the Same Blogger Posts
start :
<a href="#SamePost">How to Create Internal Links To Sections Within the Same Blogger Posts</a>
finish:
<a name="SamePost">How to Create Internal Links To Sections Within the Same Blogger Posts</a>
How to Create Internal Links To Sections Within the different Blogger Posts
start:
<a href="URL html#your key text">your text finish</a>
finish:
<a name="your key text">your text finish</a>
We Continue to
Submit Blogger Sitemap to Major Search Engines
0 comments:
Post a Comment