Event Blog Tips

Wednesday, April 8, 2020

Write Content which attracts user like Magnet

Article attract user in blog
Your Value of Content is depend on Popularity of your website. If you have special ability to write and to share Knowledge, then you can use that all ability to write a great content.

There are many Characteristics which defines valuable content, now we are going to discuss about it.

Valuable Content

Content which you write should be have informative, entertaining and educational value. Many Machine generated content are available like usage of Markov Chain for Example, but these type of content have no value at all. Machines are not capable of generates original thought and they convey nothing. Machine only predict, imitate, and using probability. So Machine generated content does not make sense and so it is not usefull to human.
Google search engine optimization

Content needs to be original

We live in Digital Millennium Copyright Act (DMCA) era where it criminalizes stealing copyrighted contents. If you website with only scraps content form other website, then it will shut down eventually. For example , if you copy news from CNN article which may draw 1000 visitors, and you may get 1 - 2 visitor from that. It may not seem much, but if there are 500 other websites doing the copying too, CNN would get Less Revenue, and they will send DMCA take down to those infringing websites.

Content Easy to Read

Content should be easy to read, No Grammer error and Good style. Minimum you need 400 words in a Post to get Better Rank in Search Results with Better Keyword in your posts. For every 50 - 60 words, You should use one keyword. So you need minimum 400 words article with 8 keywords to get better results. If you not done so then, it is thin content and thin content may have no value.

Also Read :- Guide to get website indexed in Search [ Pro Tips ]

Thin vs Short Content

Google always value Quality Content. Short content doesn't always meant that you have thin content. Machine Generated content or rubbish content with 2000 word will be considered as thin content. Some time, post with 200-300 words get better ranking without ideal SEO because it has original content. So it may get Good Rank.
Short content blog article Example
Example:- Short content
So it raise another question that optimal article length? We will discuss in next Eventblogtips Post.

Thanks for Reading full article and share to friends because sharing is caring ! 

Labels:

Friday, April 3, 2020

Better Navigation Design in Blog or Website - Important ?

Better Navigation Design is important for blog
Better Navigation in website improves better user experience and bad navigation frustrates users. Better Navigation makes posts connected to each other and user can access other post easily which they like to read.

Provide a clear navigation system for your visitors so that they can click through your pages and find the information they're seeking.

How to improve Blog's Navigation Design

  • Related posts :- For Example, if you are in a store and product of same types are placed beside each other. Same here, Your reader came to read a particular post, and you help them discover more by suggesting similar posts.

  • Popular and recent posts :- Popular Posts or Recent Posts list bring those blog posts to the forefront for readers to find your greatest (popular) and your latest.

  • Categories :- User interested in a topic or categories , will be easily navigated by user and user can get better user experience. Your blog will better guide the user.

  • Search Box :- Having a search box as part of your blog design is like asking a store associate to help you find something in particular. You can find what you’re after right away and user can get what they need.

And that it ! 
I wish you like the post and In our this blog, Navigation Design is improved to give you Better Experience.

Thanks :)

Labels: , ,

Thursday, April 2, 2020

How to Add Table of Content in Blogger Post [ Easy Method ]


Many Bloggers are finding the best way to add Table of contents in blogger, so now in this article we known the best way which is easy and fast way for beginners bloggers.


Why Table of Content is important

Table of content is very important for blog which creates better user experience and help in search engine optimization of your blog and posts. Blog posts will may better rank in search engines.

Table of Content in Blogger

Adding Table of content in blogger is little bit hard , but in WordPress table of content plugins are available which make easy. But in this post we will know easy method to How to Add table of content in Blogger .



Steps to Add Table of content in Blogger:-

  • Open Blogger Dashboard
  • Go to Theme section
  • Click on Edit Html
  • Then search /head section in HTML codes
  • Then paste below given CSS code above /head
  • Then find /body section in HTML codes
  • Then paste JavaScript code above /body tag
  • Click Save
  • Final steps then Paste the HTML Code given below in post's html where you want to show table of content
Codes:-
1) CSS

<style> article { max-width: 50em; background: white; padding: 2em; margin: 1em auto; } .table-of-contents { float: right; width: 40%; background: #eee; font-size: 0.8em; padding: 1em 2em; margin: 0 0 0.5em 0.5em; } .table-of-contents ul { padding: 0; } .table-of-contents li { margin: 0 0 0.25em 0; } .table-of-contents a { text-decoration: none; } .table-of-contents a:hover, .table-of-contents a:active { text-decoration: underline; } h3:target { animation: highlight 1s ease; } @keyframes highlight { from { background: yellow; } to { background: white; } } </style>

JavaScript 

<script type='text/javascript'> var ToC = "<nav class='table-of-contents' role='navigation'>" + "<h2>Table of Contents:</h2>" + "<ul>"; var newLine, el, title, link; $("article h3").each(function() { el = $(this); title = el.text(); link = "#" + el.attr("id"); newLine = "<li>" + "<a href='" + link + "'>" + title + "</a>" + "</li>"; ToC += newLine; }); ToC += "</ul>" + "</nav>"; $(".all-questions").prepend(ToC); </script>

HTML

<article> <div class="all-questions"> </div> </article>

Codes Source :- BMTECHTIPS

I hope you like the article and all the best for your blog and I wish you may get success.

Thanks, share to friends :)

Labels: , ,

Wednesday, April 1, 2020

Guide to get website indexed in Search [ Pro Tips ]

Nowadays many Bloggers search for Seo Tips and Trick to get index website in Google fast.

So in this post, we will know that how to Index website in Google fast. If you are a Blogger and you are keep posting posts regularly, so it is very important that your posts should be indexed in Google to Get Traffic which is Organic.

Every Blogger wants their new posts to be crawled and indexed by Google but it is not easy. There is no Guarantee that google will crawl or not, but if you write the post in best way that it surely rank in Google.

Also Read:- Write Content which attracts user like Magnet

How to get indexed by Google


1. Optimize posts with relevant keywords

Whenever you published a new post, Google bots will jump on your post. If you have optimized your post with relevant keywords than your post will be crawled soon, If not than it will take a time to get your new post indexed.
It is important to use relevant and long-tail keywords for your posts to get indexed and better ranking.
2. Submit your Sitemap
Keep updating your sitemap after every uploaded posts and submit your Sitemap in Google Search Console and know the search engine that you have posted posts in your site.

I have been searching for a good WordPress XML sitemap from quite some time and have asked about it from many bloggers. Everyone is recommending Google XML sitemaps WordPress plugin and is the best option.

3. Interlink your every Posts

Instead of focusing on what do you want to rank for, you should focus what you are already ranking for.
Link your new posts with older posts
Interlinking your posts will help in many ways:
  • Interlinking posts will help search engine bots to effectively index the deeper pages of your blog.
  • It will help to reduce bounce rate
  • Smart interlinking will help new visitors who came from search engines to browse more pages of your blog.
  • It also increases the user experience and average time on the blog
4. Get Backlinks


In order to get indexed faster and faster, you have to get backlinks from other blogs in your niche and also from online forums, etc.


The best way to do it is to write quality content that other bloggers will link to and share on their networks. This is the most important aspect of SEO to get other bloggers to link to you.

And it is..!
Always keep link your older Posts with new post and hard work and you will be finally succeeded.

Labels: ,