👨‍🏫 Tutorial [PAYPAL/ $5 Cashout] EARN USING YOUR WEBSITE [Walang website? Pasok Turuan kita gumawa] 101% LEGIT!! [WITH MY OWN PAYMENT PROOFS] v1.0

sa mga dipa alam at gusto tanggalin ung
?m=1
sa kana nilang URL

What is ?m=1 in blogger sites?
The “?m=1” parameter is automatically added to URLs when a Blogger site is viewed from a mobile device. This parameter shows that the blogger page is being displayed in a mobile-friendly format. But Search engines treat URLs with ?m=1 as separate pages from their desktop counterparts which can lead to duplicate content issues in Google Search Console. This duplication can lower authority and negatively affect its ranking in search results. Suppose our blogger site link is example.com but if we open it from mobile, it will look like example.com?m=1.

How to remove ?m=1 from blogger posts urls?

Now that we understand the importance of removing the “m=1” parameter from mobile devices, let’s see how we can remove it from blogger site. We will use JavaScript to remove m=1 from blogger url. To remove ?m=1 from blogger site url follow these steps below:

  • Add JavaScript Code : Log in to Blogger website. Than go to “Theme” > “Edit HTML“. Now insert the following JavaScript code just after the <head> tag:

JavaScript:
<script>/*<![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","&m=1") > 0) { var clean_uri = uri.substring(0, uri.indexOf("&m=1")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("?m=1","?m=1") > 0) { var clean_uri = uri.substring(0, uri.indexOf("?m=1"));window.history.replaceState({}, document.title, clean_uri);}; var protocol=window.location.protocol.replace(/\:/g,''); if(protocol=='http'){ var url=window.location.href.replace('http','https'); window.location.replace(url);} /*]]>*/</script>

  • Save blogger theme: Save the changes in blogger theme and test blogger site on a mobile device to ensure the ?m=1 parameter is removed correctly.

ahh ok hehehe.
Ongoing pa testing nya sa automation Hahahahaha kaso nagkakaron daw ng error.
 
DetroitGuru anong gamit mong pang auto post ?

python?
rooted need ba sa cp ?

hirap mag manual post eh HAHAHA
Yup, python. No need na rooted. Pero para magawa mo automation sa blogger mo need ng autorization sa 0auth client which is dito ako nagkakaproblema.

TwingklingWatermelon Yung part ng recommendation nawala yung badge

Screenshot_20240829-165225.webp
 
Yup, python. No need na rooted. Pero para magawa mo automation sa blogger mo need ng autorization sa 0auth client which is dito ako nagkakaproblema.

TwingklingWatermelon Yung part ng recommendation nawala yung badge

View attachment 3079343
sa recommend ya tingin ko there's no way we can see the badge only 3 label can show lng po ata eh isama mopo ung complete change mo nalang sa kung anong gusto mong ilagay . pero gumagawa nadin ako way para diyan eh 😅..

pag ka may free time ka pabulong ng mga gamit mong tools para maka pag post nadin ako nang maramihan sa ngayon 1 post palang ako and 1 for demo post .
 
sir sa part na ihahide mo yung post mo sa main page panu yun? d ko kasi maintindihan?
Lagay mo to sa upper </head> section:
HTML:
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<style>
.hidepic {
    display: none;
}
</style>
</b:if>
Replace "index" with your pagetype.

Pagetype Values:
  • "index" for the homepage
  • "post" for individual blog posts
  • "archive" for archive pages
  • "search" for search results pages
In your post or page, add class name class="hidepic"
HTML:
<img src="https://example.com/image.jpg" class="hidepic" alt="Hidden Image">

sa recommend ya tingin ko there's no way we can see the badge only 3 label can show lng po ata eh isama mopo ung complete change mo nalang sa kung anong gusto mong ilagay . pero gumagawa nadin ako way para diyan eh 😅..

pag ka may free time ka pabulong ng mga gamit mong tools para maka pag post nadin ako nang maramihan sa ngayon 1 post palang ako and 1 for demo post .
Tinatry ko pa tong google script magkaiba nga lang sa python kaya medyo mahirap din. Haha
 
Lagay mo to sa upper </head> section:
HTML:
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<style>
.hidepic {
    display: none;
}
</style>
</b:if>
Replace "index" with your pagetype.

Pagetype Values:
  • "index" for the homepage
  • "post" for individual blog posts
  • "archive" for archive pages
  • "search" for search results pages
In your post or page, add class name class="hidepic"
HTML:
<img src="https://example.com/image.jpg" class="hidepic" alt="Hidden Image">


Tinatry ko pa tong google script magkaiba nga lang sa python kaya medyo mahirap din. Haha
ok na sana nalagay ko na ung badge ang problema wla ko alam sa JavaScript hahaha..

lumalabas lng [object, Object] pero try ko pade hahaha..

kaya mo yan HAHAHA
 

About this Thread

  • 3K
    Replies
  • 147K
    Views
  • 316
    Participants
Last reply from:
iDaedalus

Online now

Members online
1,031
Guests online
1,096
Total visitors
2,127

Forum statistics

Threads
2,272,804
Posts
28,945,386
Members
1,236,416
Latest member
Jananoni2030
Back
Top