Index 1000 URLs using Free Google Indexing API | Google Developer Console & Python

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 76

  • @plzcomebck
    @plzcomebck Год назад +2

    how to check it is working or not?? in my quota it is still showing 0%

  • @SELEBEW-nj8tu
    @SELEBEW-nj8tu Год назад +2

    can this method index my amp domain ?

  • @purecatofficial
    @purecatofficial Год назад

    It said ModuleNotFoundError: No module named 'aiohttp' how to fix this, already use pip install aiohttp, still not fixed...

    • @OutrightSystems
      @OutrightSystems  Год назад

      Here are a few troubleshooting steps you might consider:
      Check Python Version and Environment:
      Ensure that you're installing 'aiohttp' in the correct Python environment. Sometimes, there might be multiple Python installations or virtual environments, so make sure you're installing it where your code is running.
      Check Installation:
      After running pip install aiohttp, you can check if the installation was successful by running:
      bash
      Copy code
      pip show aiohttp
      This command should display information about the installed package. If it doesn't show up, there might have been an issue during installation.
      Virtual Environments:
      If you're using virtual environments (e.g., virtualenv or venv), ensure that you've activated the correct environment before installing 'aiohttp' and running your code.
      Upgrade pip and setuptools:
      Sometimes, issues with installing packages can be related to outdated versions of 'pip' or 'setuptools'. Try upgrading them:
      bash
      Copy code
      pip install --upgrade pip setuptools
      Dependency Conflicts:
      It's possible that 'aiohttp' has dependencies that are causing conflicts. You might want to create a new virtual environment, install only 'aiohttp' there, and test if the issue persists.
      Reinstall 'aiohttp':
      Uninstall 'aiohttp' and reinstall it:
      bash
      Copy code
      pip uninstall aiohttp
      pip install aiohttp
      If after trying these steps, you're still encountering the issue, there might be a deeper problem with your Python environment or system configuration that could be causing this. You might consider reaching out to relevant forums or communities for further assistance, as there could be specific nuances to your environment that require more detailed troubleshooting.

  • @zahraghaffari1350
    @zahraghaffari1350 Год назад +1

    Thanks a lot
    but after type python indexing.py I have this err
    python: can't open file 'C:\\Users\\a\\Desktop\\indexing\\indexing.py': [Errno 2] No such file or directory

    • @OutrightSystems
      @OutrightSystems  Год назад

      Hi, We are sorry you are facing issue with script. Please share your completed response in form of Video or screenshot at promotion@outrightcrm.com

    • @Dearyou00
      @Dearyou00 3 месяца назад

      same

  • @KVigan-bn3dy
    @KVigan-bn3dy Год назад

    Thanks you Guys, I have been searching for this in french since longtimes😅 That shows english is...

    • @OutrightSystems
      @OutrightSystems  Год назад

      "Thank you for your wonderful comment! 😊 Your support keeps us going. If you haven't already, please 'Like' our video and subscribe for more exciting content. Your subscription means a lot! Explore our store for a variety of free and paid products/services:
      store.outrightcrm.com.
      Lastly, share your thoughts on our Google My Business profile: g.page/r/CR8HImMos1HTEB0/review.
      Your review helps us improve and serve you better. Thanks for being an essential part of our journey!"

  • @javidgarshasbi1118
    @javidgarshasbi1118 Год назад

    when i do this
    "pip install tqdm aiohttp pandas oauth2client"
    It gives this message: 'pip' is not recognized as an internal or external command, operable program or batch file
    please help me

    • @OutrightSystems
      @OutrightSystems  Год назад +1

      Thanks for watching!
      Reinstall Python then try again.

  • @inderpalsingh556
    @inderpalsingh556 Год назад +3

    Thanks a Lot. Subscribed your cannel.

  • @ladgonemad
    @ladgonemad Год назад

    I am getting this response after trying to run pip install tqdm aiohttp pandas oauth2client: ERROR: Could not build wheels for aiohttp, frozenlist, multidict, yarl, which is required to install pyproject.toml-based projects. I uninstalled python and tried again but I am getting same error. How can I start over?

  • @denisorischenko4897
    @denisorischenko4897 Год назад

    @OutrightSystems you said: it takes 3-4 days to index pages. Should I keep my laptop on and the Python window opened while the indexing process is going on?

    • @RahmatST
      @RahmatST Год назад

      No.

    • @KDChandrasekhar-s8b
      @KDChandrasekhar-s8b 10 месяцев назад

      No, after indexing Google may takes 2-4days to update the URLS

  • @samarabbasonline
    @samarabbasonline Год назад +1

    Valuable content.

    • @OutrightSystems
      @OutrightSystems  Год назад

      "Thank you for your wonderful comment! 😊 Your support keeps us going. If you haven't already, please 'Like' our video and subscribe for more exciting content. Your subscription means a lot! Explore our store for a variety of free and paid products/services:
      store.outrightcrm.com.
      Lastly, share your thoughts on our Google My Business profile: g.page/r/CR8HImMos1HTEB0/review.
      Your review helps us improve and serve you better. Thanks for being an essential part of our journey!"

  • @SamSteiner
    @SamSteiner Год назад +3

    Thanks a lot, this worked! Used it with only one account and got capped at 200 URLs... so you say I could make more accounts for the rest?

    • @OutrightSystems
      @OutrightSystems  Год назад

      Hi,
      You can only index 200 URLs in one JSON file. For 1000 URLs, you need to create and submit 5 JSON files. Doesn't need to make more accounts.

    • @gallyrizky1381
      @gallyrizky1381 Год назад

      @@OutrightSystemscreate 5 api in 1 gmail only its ok ?

    • @plzcomebck
      @plzcomebck Год назад

      @@gallyrizky1381 i tired it is not working, you need 1 gmail for 1 api

  • @TajinderSingh-sv2hk
    @TajinderSingh-sv2hk 10 месяцев назад

    account1.json not found- how to fix it

    • @OutrightSystems
      @OutrightSystems  10 месяцев назад

      Ensure that the "account1.json" file is present in the correct directory specified in the Python script's code.

  • @bementor
    @bementor Год назад

    It said ModuleNotFoundError: No module named 'no module named tqdm'

    • @OutrightSystems
      @OutrightSystems  Год назад

      Hi, We are sorry you are facing issue with script. Please share your completed response in form of Video or screenshot at promotion@outrightcrm.com

  • @DigilyzeMarketing
    @DigilyzeMarketing Год назад

    Thank for the video. When I entered the pip install command copied from your description in my command prompt, it gave an error "'pip' is not recognized as an internal or external command, operable program or batch file.". How can I resolve this?

    • @ricardogonzalez2713
      @ricardogonzalez2713 Год назад

      Did you resolve the problem?

    • @DigilyzeMarketing
      @DigilyzeMarketing Год назад

      Yes I did. Thank you@@ricardogonzalez2713

    • @DigilyzeMarketing
      @DigilyzeMarketing 11 месяцев назад

      @@ricardogonzalez2713 Yeah thanks I did resolve this problem. But I have another question. May be you would know the answer. Can I use the same email, project and account for indexing pages of multiple websites? I added the same email for another website in my Search Console and then run the script. The "python indexing.py" gives an error.

    • @ricardogonzalez2713
      @ricardogonzalez2713 11 месяцев назад

      ​@@DigilyzeMarketing I wish I could answer that, but I'm new to this indexing method. My guess is that it should be fine as long as the account has owner or manager privileges.
      If you don't mind me asking, how did you solve the problem? I've tried a few things, but haven't yet found a solution.

    • @DigilyzeMarketing
      @DigilyzeMarketing 11 месяцев назад

      @@ricardogonzalez2713the mistake that I was doing was that while installing python, I did not click the checkbox that says "Add python.exe to path".
      You need to check that checkbox for the rest of the steps to work well. Uninstall your python and reinstall it with that option checked (comes on first screen of installation i guess). Then follow the commands in video. Hope that it helps :)

  • @mateialexandru6212
    @mateialexandru6212 11 месяцев назад

    And if I have more then 1000 links to index?

    • @OutrightSystems
      @OutrightSystems  11 месяцев назад

      It allows 200 per batch ,simply if you have 5k , then needs to upload 25 times.

    • @novnovaldi7959
      @novnovaldi7959 11 месяцев назад

      @@OutrightSystems1 gmail gsc only 200 url? So if more than 200 links i need another gmail gsc right sir? CMIW

    • @OutrightSystems
      @OutrightSystems  10 месяцев назад

      Google Search Console (GSC) limits you to 200 URL inspection requests per day per property. If you need to inspect more than 200 URLs per day, you would either need to wait until the next day for additional requests on the same property or use another Google account with its own GSC property to inspect additional URLs.

  • @hamzafitness9947
    @hamzafitness9947 11 месяцев назад

    Getting this error Total URLs Tried: 15
    Successful URLs: 0
    URLs with Error 429: 0 any solution?

    • @OutrightSystems
      @OutrightSystems  11 месяцев назад

      "Thanks for watching! Please like and subscribe to our RUclips channel. For your related queries, feel free to DM us at promotion@outrightcrm.com.

    • @hamzafitness9947
      @hamzafitness9947 11 месяцев назад

      i have sent an email yesterday with the screenshot. can you please check? thank you @@OutrightSystems

    • @ratata80
      @ratata80 9 месяцев назад +2

      In Google Search Console, you need to set your rights as the owner. I had full account management there before and that wasn't enough. Now it's indexing for me.

    • @Learnitstepbystep
      @Learnitstepbystep 5 месяцев назад +1

      @@ratata80 Thank you !

  • @TAtoshkkko
    @TAtoshkkko Год назад

    How use many service accounts?

  • @shtyrya
    @shtyrya Год назад +1

    Thank you!

  • @ayyoubaoumrani3246
    @ayyoubaoumrani3246 Год назад +1

    can i index backling with tthis method too or juste a pages of my website thanks u a lottt

    • @OutrightSystems
      @OutrightSystems  Год назад

      Thanks for watching!
      You can index Only website pages.

  • @ManuelMansilla-w1r
    @ManuelMansilla-w1r 10 месяцев назад

    I get this message:
    Total URLs Tried: 169
    Successful URLs: 0
    URLs with Error 429: 0
    What am I doing wrong?

    • @OutrightSystems
      @OutrightSystems  10 месяцев назад

      Please send video of issue at promotion@outrightcrm.com

    • @frixiosyt
      @frixiosyt 9 месяцев назад

      Do you change the urls in data.csv ?

    • @ratata80
      @ratata80 9 месяцев назад +1

      @@frixiosyt I have the same problem. I used my own links. One full link per line, ending with a comma.

    • @Learnitstepbystep
      @Learnitstepbystep 5 месяцев назад

      In Google Search Console, you need to set your rights as the owner. I had full account management there before and that wasn't enough. Now it's indexing for me.

  • @rangeryt7774
    @rangeryt7774 Год назад +1

    is it safe method?

  • @bar-b-qcoles7181
    @bar-b-qcoles7181 Год назад

    You can refer to how to use 1hping to index websites and backlinks

  • @pietravalle69
    @pietravalle69 11 месяцев назад

    Very great content, , in any case i think that this Method very soon will need some Update , and i hope that Update of Method will be posted

    • @OutrightSystems
      @OutrightSystems  11 месяцев назад

      Hi, thanks for watching! Please like and subscribe to our RUclips channel."

    • @pietravalle69
      @pietravalle69 11 месяцев назад

      @@OutrightSystems Already Done :)

  • @pakdepetir309
    @pakdepetir309 Год назад

    URLs with Error 429: 0
    What does it mean ?

    • @OutrightSystems
      @OutrightSystems  Год назад

      Hi, We are sorry you are facing issue with script. Please share your completed response in form of Video or screenshot at promotion@outrightcrm.com

  • @vishalsaini3413
    @vishalsaini3413 Год назад

    can we index profile backlinks

    • @caibooster
      @caibooster 7 месяцев назад

      Nope. However, there is always a way to do that. Just send google bots to your links

  • @GoodFortune-bn1ou
    @GoodFortune-bn1ou Год назад +2

    Total URLs Tried: 17
    Successful URLs: 0
    URLs with Error 429: 0
    can you help me ? pls

    • @mateuszpopioek1832
      @mateuszpopioek1832 Год назад

      me too

    • @ratata80
      @ratata80 9 месяцев назад

      the same problem

    • @ratata80
      @ratata80 9 месяцев назад

      In Google Search Console, you need to set your rights as the owner. I had full account management there before and that wasn't enough. Now it's indexing for me.

  • @LukaDonadze-gv9km
    @LukaDonadze-gv9km 7 месяцев назад

    Thanks for video

    • @OutrightSystems
      @OutrightSystems  7 месяцев назад

      Thanks for watching! Please like and subscribe to our RUclips channel.

  • @Maxim_Anatolievich
    @Maxim_Anatolievich 2 месяца назад

    Thanks.

    • @OutrightSystems
      @OutrightSystems  2 месяца назад

      Thanks for watching! Please like and subscribe to our RUclips channel.

  • @suryaproabang280
    @suryaproabang280 8 месяцев назад

    WOW thang you!

    • @OutrightSystems
      @OutrightSystems  8 месяцев назад

      Thanks for watching! Please like and subscribe to our RUclips channel.