Skip to main content

Posts

Showing posts from May, 2021

how to get traffic on blog in nepal?[nepal मा ब्लग मा अधिक ट्राफिक कसरी प्राप्त गर्ने?]

 how to get traffic on blog in nepal?[nepal मा ब्लग मा अधिक ट्राफिक कसरी प्राप्त गर्ने?] Nowadays many people write many content which are boring to listen or reading. google rank only best content on search engines so that user can get best content. so try to write best content, user can understand easly. some tips are explained below. 1.find out keywords:  Try to find out best keyword which are ranking on google with less competition. there are many keyword finder apps or software . google itself provide google trends   tool to search keyword. it is a website which provide  analyzes the popularity of top searches queries in google search across various regions. it also compare search volume of different quires. there are many other free or paid software . google trends google trends decide your niche ubersuggest keyword planner tools for keyword reddit Quora 2.writing content : for better writing skill try to research about your topics and try to cover all things w...

Shortcut trick to remove ?m=1when searched in mobile??

Remove ?m=1 from your blogger  Just copy the following code to your tail of your html code and your problems will be solved. After including this code also removes the problem excluded page with redirect which will reduce your website ranking . So it is important to remove such issue so that your website looks good and be sure that your same page doesn't contain page with more than one url.  <script type='text/javascript'> //<![CDATA[ var uri = window.location.toString(); if (uri.indexOf("%3D","%3D") > 0) { var clean_uri = uri.substring(0, uri.indexOf("%3D")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("%3D%3D","%3D%3D") > 0) { var clean_uri = uri.substring(0, uri.indexOf("%3D%3D")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("&m=1","...