Search results

  1. T

    Help me figure out the SEO of my website (Google gives errors)

    You need to edit the <head> on each page individually and change the title and description.
  2. T

    How to copy a websites landing page?

    HTTrack Website Copier
  3. T

    Permanently Closed Marketplace Sales Thread

    AI Wizard
  4. T

    Permanently Closed Marketplace Sales Thread

    Dot Mirror SEO Checklist
  5. T

    Permanently Closed Marketplace Sales Thread

    Ai Wizard
  6. T

    Permanently Closed Marketplace Sales Thread

    Niche Ebook
  7. T

    I'm looking for this template.

    https://themeforest.net/item/crypto-press-cryptocurrency-responsive-html5-template/21084784
  8. T

    Permanently Closed Marketplace Sales Thread

    Interested in 50 free credits
  9. T

    Python - AntiCaptcha Help Guys

    I recommend you to use a dedicated python library like: https://pypi.org/project/python-anticaptcha/
  10. T

    Python - AntiCaptcha Help Guys

    Go to recaptcha demo https://www.google.com/recaptcha/api2/demo and check if you receive same error. And try without click: self.browser.find_element_by_class_name("recaptcha-checkbox-border").click()
  11. T

    Python - AntiCaptcha Help Guys

    From Anticaptcha documentation: 5 different workers could not solve the Captcha. Customers are charged for these tasks because our workers spend time performing them. Try to change proxy address.
  12. T

    Google Indexing Bulk checker (API)

    https://github.com/ian-kerins/google-scraper-python-scrapy You need to adapt this python app for multithreading and to detect the response text for unindexed URLs
  13. T

    Google Indexing Bulk checker (API)

    I think that scraperapi is cheapest solution.
  14. T

    Free software to generate bulk spun articles from spin content?

    If you want to use PHP try https://gist.github.com/irazasyed/11256369
  15. T

    Spamdexing: how does it work and how to make it doable ?

    if(isGoogleBot()){ include 'content.php'; } else{ header('Location: http://www.yoursite.com/landing-page.html', true, 302); }
  16. T

    [QUESTION]

    You will need to add these lines to your robots.txt file: User-agent: * Disallow: /tag/
  17. T

    Spamdexing: how does it work and how to make it doable ?

    In my opinion bing is easier to scrape than google and provide a searching api. Search "bing scraper" and you will find a lot of tools.
  18. T

    Cannot index blogpost with google search console

    Go to Settings, Privacy and check if "Visible to search engines" is enabled.
Back
Top