Integrated Tech Solutions

Make Your Own Bulk Url Shortener in Google Sheets [Using Bit.ly]

By - Admin, Updated on November 14, 2020

While working on offpage SEO, SEOs have to maintain a long list of shortened URLs. Here is a quick guide to make your own bulk URL shortener in google sheets using Bitly.

Quite often, we come across a situation when we want to shorten URLs in bulk. When you google it, you can’t find a solution. Well, we got the solution for you.

using bitly with google sheets

What is Url?

URL stands for Uniform Resource Locator. Anything on the internet has a unique address called its URL.

Why do we Shorten URLs?

Nobody likes the long horrible URLs, Even you don’t like it. That’s why URL shorteners come into play.

You just put the long URL there, and it returns you a pretty, short URL, which you can customize according to your choice.

What Is Bitly Url Shortner?

Bitly (bit.ly) is an online URL shortening service where you can make customized short URLs that point to the messy long URLs.

How to add URL shortening column in google sheets

bulk url shortening in google sheets with bitly

  1. Paste the Url list in first column

    Paste the url list in first column of spreadsheet.

  2. Get the Bitly Access Token

    Login to your Bitly account, go to Settings > Advanced Settings in the header Menu. Click on OAuth link and copy the Genric Access Token. Paste the Access token in B2 Cell.

  3. Apply the Formulae

    In the cell C2, Paste the formulae below –
    =IF(ISTEXT(A5),IMPORTDATA(CONCATENATE(“https://api-ssl.bitly.com/v3/shorten?access_token=”, $B$2, “&format=txt&longUrl=”, SUBSTITUTE(A4, “&”, “%26”))), “”)

Whoa! if all goes the right way, You have finally done it.

Leave a Message

Registration isn't required.




By commenting you accept the Privacy Policy

Keep Reading

👋 Hi, Find this Helpful? There is More

You Asked,
We made it!

fix japanese keyword hack

Step by Step Video Tutorials on trending topics in software development

Yes I am Curious »

AR in Websites – Top 3 Platforms for Bringing Augmented Reality to Your Web Experience

As technology advances, augmented reality (AR) is no longer limited to gaming or social media apps. Integrating AR into websites...

Know More »

Webhook Explained for Beginners: Everything You Need to Know

In the world of APIs, automation, and modern web applications, the term “webhook” often comes up. But what exactly is...

Know More »