Recent content by bikashdaga

  1. bikashdaga

    On-page SEO - Need some help

    So this is the website I am talking about: https://www.scaler.com/topics/ All the things are perfectly implemented: Canonical, robots.txt, redirects, etc. I am inspecting this URL: https://www.scaler.com/topics/react-native-webrtc/assets/VideoOff (This is created by Google Crawler, there is...
  2. bikashdaga

    On-page SEO - Need some help

    I have around 10k Not Found (404) links, These pages aren't indexed or served on Google. While debugging from where these URLs are generated, found out that Google Crawler is creating random URLs based on the articles. for example, If I have an article on "Python Script for SEO", this...
  3. bikashdaga

    Looker Studio Report Issue - Need Help

    The total data doesn't match with respect to the Looker Studio report and Google Search Console. Not sure what is wrong with Looker Studio, I have created a DashBoard for a proper view, while comparing the total with GSC there are some huge difference in numbers. This is happening when I am...
  4. bikashdaga

    How to create Quality Backlinks?

    Thanks for your advice, I will definitely try this out.
  5. bikashdaga

    How to create Quality Backlinks?

    Thanks for the suggestion, I am using ChatGPT to hunt for Good websites and Forums. ;)
  6. bikashdaga

    How to create Quality Backlinks?

    Hi Everyone! What are some effective methods for creating backlinks, aside from social bookmarking and classified ads, and what tools can be used for this purpose? Additionally, could you provide advice on how to regain access to Wikipedia after being blocked by them? Currently, I am...
  7. bikashdaga

    How to Extract Domain from Google Search with Specific Words

    Thanks for the suggestion!
  8. bikashdaga

    How to Extract Domain from Google Search with Specific Words

    No, I haven't. I will give it a try. Thanks!
  9. bikashdaga

    How to Extract Domain from Google Search with Specific Words

    I understand what you are saying, I have been following the method of what you just said. My objective is to gather all the requested domains and retrieve their website metrics from Ahrefs to filter out a list of websites with sufficient traffic. This list will be used to reach out for...
  10. bikashdaga

    How to Extract Domain from Google Search with Specific Words

    I have tried this but this will not help with what I am looking for.
  11. bikashdaga

    How to Extract Domain from Google Search with Specific Words

    will this script work import requests from bs4 import BeautifulSoup search_terms = 'example search terms' num_pages = 5 def extract_domains_from_search_results(search_results): domains = [] for search_result in search_results: url = search_result.find('a')['href']...
  12. bikashdaga

    How to Extract Domain from Google Search with Specific Words

    Thanks for your response, do you have any such python script?
  13. bikashdaga

    How to Extract Domain from Google Search with Specific Words

    Hi All, Wanted to understand if there is any Search Operators that can help me extract a list of domains that included specific search term in them. Example: I wanted to extract all the available domains which have "JAVA" in them. Like: learnjava.com I am asking because I wanted to create...
Back
Top