How to Remove Maximum No Of Post from Label and Search Pages

How to remove maximum no of post from label and search pages. it's will help to boost you page loading.

 Remove Blogger Max Results=10 from Search and Label Pages.


Welcome to websduniya, after a long interval we are coming with new exciting helpful content, 
In this article we are solved or number of post from search and label pages in blogger posts.

How to Remove Maximum No Of Post from Label and Search Pages
How to remove max-results=10



Why we need to removed or reduce no of posts in label and search pages ? πŸ˜‡

πŸ‘‰It will reduce the page load time.

We are always suggest to don't increase the max-results to more than 5 or 6, because the more of number is longer also it will take more times to load the pages.

In this short tutorial we will showing you how to remove max-result=10 from search and label pages. 
so let's read following tips.

How to remove maximum no of post from label pages.


Just replace or change the code in templates.

↬Login to your Blogger account.

Go to Dashboard > Design > Edit HTML.

Back up your template.

Look for following code or line in your HTML code:

expr:href='data:label.url'

You will seen more than one instances it's may looks like following πŸ‘€

expr:href='data:label.url + "?max-results=10"'

Changing the code for labels menu tabs which you used menu link.

You need to remove all line code inside 'max-results=10'.

After changing it looks like following

https://yourblog name/search/label/YOURLABEL

That's It. πŸ˜‰

How to remove max-results=10 from search pages.

This code you will find website (search schema) inside. which are find in meta tags inside. either above of closed head tag.

It's Look like following πŸ‘€

<script type='application/ld+json'>
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "url": "",
      "name": "",
      "alternateName": "",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "search?q={search_term_string}&max-results=10",
        "query-input": "required name=search_term_string"
      }
    }
  </script>

Please Note : This is called website or search schema. all of templates have similar search schema but for page loading issue many developer this code set to minified. be careful about to change or remove max-results=10.


Now save your templates; That's it

Voila πŸ˜„ 


Author Note :

Hope this article helpful for you, and like our article please share this article with your friends and family. any help or  problem regarding this coding changes then contact with us we will response's..

 
ViewCloseComment

1 Comment

Cancel

Please Don't Spam.