-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Google Search Console to check keyword search volumes #106
Add Google Search Console to check keyword search volumes #106
Conversation
Fixes #83 |
THIS IS GREAT! Thank you for creating a video showing me the code in action, @phuclh! |
@drewroberts I still have one more question. Do we save the search volume data every range (month) or we only save the lastest range (month)? |
For now, let's just save the latest range every month. |
@pdbreen Could you fix the psalm errors on this PR? |
@drewroberts psalm errors are fixed. Biggest issue was composer.json allowing php 7.3 but code was using php 7.4 syntax. |
Thank you, @pdbreen! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @phuclh! 📻
Add ability to check keyword search volumes from Google Search Console via this command:
This will pull data from Google Search Console and check with our database. If we have that keyword in the database, then it will create or update the search volumes data in
search_volumes
table.Notice: This PR requires changes from this PR (TIPOFF/laravel-google-api#36) to work.
This is the video I demonstrated how it works: https://www.youtube.com/watch?v=qglfB5efRHY