Guide to Making Organic Safelinks on Blogger and Wordpress Platforms

In today’s online world, keeping your website links safe and reliable has become more essential than before. No matter if you run your site on Blogger or WordPress, setting up organic Safelinks will not only safeguard your content but also strengthen your site’s protection and help boost your search engine rankings."

"This tutorial will take you through every necessary step to configure organic Safelinks on both platforms, ensuring your site stays protected and your links are fully optimized for search results. Whether you are just starting out or have managed websites for years, this detailed guide gives you all the information you need to begin.

Installing the Safelink System

Just follow the simple directions provided below to set up Safelink on your website.

Step 1: Sign in to your Blogger account and access your Dashboard. From there, navigate to Theme, then select Customize, and finally open the Edit HTML section.

Step 2: Next, use the keyboard shortcut Ctrl + F to open the search tool and look for the </body> tag. After finding it, copy the code provided below and insert it right above that tag in your template code. Make sure to replace the sections highlighted or indicated with your own website domain details.

  <script>/*<![CDATA[*/
const config = {
postsArray: ['post1.html', 'post2.html', 'post3.html'], 
googleRedirectURL: 'https://www.google.com/search?q=site:YourWebsite.com', 
countdownSeconds: 30, //set timer
};
/*]]>*/</script>
<script src='https://cdn.jsdelivr.net/gh/7AS1N/safelink/script.min.js'/>

Step 3: Next, perform another search to locate the <data:post.body/> tag. You may find multiple instances of this code in the template, so it is important to identify and select the correct one; if you choose the wrong section, the feature will not function properly.

Step 4: Insert the code provided below just above the <data:post.body/> section you found.

<div id="countdown" style="display: none;">
  <div class='safelink-countdown'></div>
  <div class="sky-note">
    <div class='safelink-header'>
      <p class='pcustom' align='center'>Scroll Down and click on <span class='pscustom'>Continue</span> button for destination </p>
    </div>
    <div align='center' class='safelink-footer'>
      <div class="aScrD">
        <svg class="counterline" viewBox="0 0 24 24">
          <path d="M22 11.07V12a10 10 0 1 1-5.93-9.14"></path>
          <polyline points="23 3 12 14 9 11"></polyline>
        </svg>Congrats! Link is Generated
      </div>
    </div>
  </div>
</div>

Step 5: Add the code provided right after the <data:post.body/> section. Be sure to change the indicated part to match your own website name.

<div id="continueButtonMessage" style="display: none;flex-direction: column;align-items: center;" class="sky-note">
  <p class='pcustom' style="font-size: 1.3em;margin-bottom: -10px !important;" align='center'>Clicking on the <span class='pscustom'>Continue</span> button will redirect you to the Google search page. Click our site, <span class='pscustom'>Site_Name_Here</span>, from the first search result to get your link. </p>
  <button class="bubbly-button" id="continueButton" style="display: none;">Continue</button>
</div>

Step 6: Next, locate the <body> tag within the code and insert the script provided immediately after it.

<div id="countdown2" style="display: none;">
  <div class='safelink-countdown'></div>
  <div class="sky-note">
    <div class='safelink-header'>
      <p class='pcustom' align='center'>Scroll Down and click on <span class='pscustom'>Go to Link</span> button for destination </p>
    </div>
    <div align='center' class='safelink-footer'>
      <div class="aScrD">
        <svg class="counterline" viewBox="0 0 24 24">
          <path d="M22 11.07V12a10 10 0 1 1-5.93-9.14"></path>
          <polyline points="23 3 12 14 9 11"></polyline>
        </svg>Congrats! Link is Generated
      </div>
    </div>
  </div>
</div>

Step 7: Place the code given below just above the closing </body> tag in your template.

<div align='center'>
  <button class="bubbly-button" id="continueButton2" style="display: none;">Go to Link</button>
</div>

Adding Safelink to Your Posts

To activate the Safelink feature, simply insert the code provided below into your post content. Don’t forget to swap out target_url_here with the real download address or destination link you want to share.

<a href="#" data-url="target_url_here" class="redirectLink">DOWNLOAD</a>

Turning Your Safelink URL Into a Clickable Button

If you prefer your Safelink to appear as a button instead of a standard text link, follow these simple instructions:

Step 1: If your theme already has a pre-designed button style, you only need to add that specific class name inside the code like this: class="redirectLink [your-button-class]"

- For Plus UI template users: Simply add the word button so it becomes: class="redirectLink button"

- For Jettheme template users: Use this exact format to match your design: class="redirectLink btn jt-btn-primary mb-2 me-2"

Step 2: You can also create a completely custom button design. To do this, return to Theme > Customize > Edit HTML. Search for the code ]]></b:skin> , then paste the provided styling code right above it. After saving, use the class name dl-button in your link code, so it looks like this: class="redirectLink dl-button"

.dl-button {
	font-family: Helvetica,Arial,sans-serif;
	display: inline-block;
	font-size: 1em;
	padding: 1em 2em;
	margin-top: 30px;
	-webkit-appearance: none;
	appearance: none;
	background-color: #0d6efd;
	color: #fff;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	position: relative
}

Conclusion

Building an organic Safelink for your Blogger or WordPress site is an essential measure to protect your content while boosting your website’s overall performance. By following the steps detailed in this guide, you will be able to keep your links secure, deliver a better experience for your visitors, and help improve your site’s search engine rankings.

If you have any questions or need further help, don’t hesitate to contact us, or join our community to get more useful tips and support.

Would you like me to also prepare a version that’s shorter and more direct, or one in Indonesian?

Mau artikel finance lainnya?

Tinggalkan komentar atau bagikan posting ini — bantu temanmu melek finansial! 💸

📚 Artikel Keuangan Lainnya