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.
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
"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!"
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
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?
@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?
"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!"
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 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.
@@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.
@@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 :)
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.
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.
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.
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.
how to check it is working or not?? in my quota it is still showing 0%
can this method index my amp domain ?
It said ModuleNotFoundError: No module named 'aiohttp' how to fix this, already use pip install aiohttp, still not fixed...
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.
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
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
same
Thanks you Guys, I have been searching for this in french since longtimes😅 That shows english is...
"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!"
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
Thanks for watching!
Reinstall Python then try again.
Thanks a Lot. Subscribed your cannel.
Thanks for the sub!
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?
Have u find the answer bro?
install microsft visual c++ v14
@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?
No.
No, after indexing Google may takes 2-4days to update the URLS
Valuable content.
"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!"
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?
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.
@@OutrightSystemscreate 5 api in 1 gmail only its ok ?
@@gallyrizky1381 i tired it is not working, you need 1 gmail for 1 api
account1.json not found- how to fix it
Ensure that the "account1.json" file is present in the correct directory specified in the Python script's code.
It said ModuleNotFoundError: No module named 'no module named tqdm'
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
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?
Did you resolve the problem?
Yes I did. Thank you@@ricardogonzalez2713
@@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.
@@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.
@@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 :)
And if I have more then 1000 links to index?
It allows 200 per batch ,simply if you have 5k , then needs to upload 25 times.
@@OutrightSystems1 gmail gsc only 200 url? So if more than 200 links i need another gmail gsc right sir? CMIW
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.
Getting this error Total URLs Tried: 15
Successful URLs: 0
URLs with Error 429: 0 any solution?
"Thanks for watching! Please like and subscribe to our RUclips channel. For your related queries, feel free to DM us at promotion@outrightcrm.com.
i have sent an email yesterday with the screenshot. can you please check? thank you @@OutrightSystems
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.
@@ratata80 Thank you !
How use many service accounts?
Thank you!
can i index backling with tthis method too or juste a pages of my website thanks u a lottt
Thanks for watching!
You can index Only website pages.
I get this message:
Total URLs Tried: 169
Successful URLs: 0
URLs with Error 429: 0
What am I doing wrong?
Please send video of issue at promotion@outrightcrm.com
Do you change the urls in data.csv ?
@@frixiosyt I have the same problem. I used my own links. One full link per line, ending with a comma.
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.
is it safe method?
You can refer to how to use 1hping to index websites and backlinks
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
Hi, thanks for watching! Please like and subscribe to our RUclips channel."
@@OutrightSystems Already Done :)
URLs with Error 429: 0
What does it mean ?
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
can we index profile backlinks
Nope. However, there is always a way to do that. Just send google bots to your links
Total URLs Tried: 17
Successful URLs: 0
URLs with Error 429: 0
can you help me ? pls
me too
the same problem
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.
Thanks for video
Thanks for watching! Please like and subscribe to our RUclips channel.
Thanks.
Thanks for watching! Please like and subscribe to our RUclips channel.
WOW thang you!
Thanks for watching! Please like and subscribe to our RUclips channel.