# Google says don't use this script: https://twitter.com/methode/status/783733724655517696 # This script is a violation of Google Terms of Service. Don't use it. import requests import csv import os import time from bs4 import BeautifulSoup from urllib.parse import urlencode seconds = input('Enter number of seconds to wait between URL checks: ') output = os.path.join(os.path.dirname(__file__), input('Enter a filename (minus file extension): ')+'.csv') urlinput = os.path.join(os.path.dirname(__file__), input('Enter input text file: ')) urls = open(urlinput, "r") proxies = { 'https' : 'https://localhost:8123', 'http' : 'http://localhost:8123' } user_agent = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36' headers = { 'User-Agent' : user_agent} f = csv.writer(open(output, "w+", newline="\n", encoding="utf-8")) f.writerow(["URL", "Indexed"]) for line in iter(urls): query = {'q': 'info:' + line} google = "https://www.google.com/search?" + urlencode(query) data = requests.get(google, headers=headers, proxies=proxies) data.encoding = 'ISO-8859-1' soup = BeautifulSoup(str(data.content), "html.parser") try: check = soup.find(id="rso").find("div").find("div").find("h3").find("a") href = check['href'] f.writerow([line,"True"]) print(line + " is indexed!") except AttributeError: f.writerow([line,"False"]) print(line + " is NOT indexed!") print("Waiting " + str(seconds) + " seconds until checking next URL.\n") time.sleep(float(seconds)) urls.close() INDIA'S TECHNOLOGY Know The Most Effectual Ways To Rank Your Blogs

Know The Most Effectual Ways To Rank Your Blogs

                  The Most Effectual Ways To Rank Your Blogs



seo,search engine optimization, how to rank blogs, ways to rank blogpost, social network traffic, facebook, pinterest, reddit, paid advertising, google ads, google adwords, backlinks, how to rank website, blogger, wordpress

SEO (Search Engine Optimization)

Rank Blog posts through Seo tools is much easier way to get organic traffic. SEO Tools works on the google principle, factors in seo are :
These useful tools helps to rank your blogs in a search results. 

Paid Advertising 

Google Ads Words is a tool to promote your website as a advertisement on search results. this ways will not help to get organic traffic from search results. To Promote using this tool you need to invest some money according to your target.
Other way to promote as paid advertising for traffic you can advertise by Facebook ads Instagram ads..
Share your blogs on social media platforms : Facebook , Instagram, Twitter and Pinterest .

Writing Answers On Quora.

Write answers on Quora people post there questions to find answers here we get direct traffic. 
it is the best platform to get more traffic.Link your website on Quora answers which redirects to your site.

here is the best ways to get more traffic.

Post a Comment

0 Comments