I can't regularize my vitepress project with google adsense - vue.js

how are you? I developed a blog with vitepress and it's been 3 weeks that I've been trying different ways to use the script tag with the code that google adsense asks for and they always tell me to review it because the code wasn't found I've even tried using 2 libs, vuepres-google adsense and vuepress-google-adsense2, I don't know what to do, the project is in vitepress
Hello everyone, how are you? I developed a blog with vitepress and it's been 3 weeks that I've been trying different ways to use the script tag with the code that google adsense asks for and they always tell me to review it because the code wasn't found I've even tried using 2 libs, vuepres-google adsense and vuepress-google-adsense2, I don't know what to do, the project is in vitepress

Related

Writing Data to Google Sheets using Quasar (Vue)

I have a very small Quasar application that allows people to join a club online. I want to be able to take their data and save it into a Google Sheet. I really have no idea where to start.
Do I need to have the Google API installed in my Quasar Application? Do I need my application to be able to login to my Google Account?
I kinda need a Quasar/Google Sheet for dummies tutorial about how this works, and how to put it together. I've been reading online about the parts but I'm not sure how to put them together. Thanks for any info.

Page not index in google search console

I recently try to Index 10,000 pages in google search console but it is more than 2 week these pages still not index someone please help me to fix this problem.
Or share any method to index page Quickly.
The site is: https://www.solutioninn.com/
As I can see that your website is made in AngularJs version 1. Now, there is hell lots of issues with Angularjs version 1 and Google indexing.
Google bot uses Chromium version 41 to crawl and index websites for the search engine. For having a clear understanding that where your website is failing to get indexed, Download Chromium/Chrome browser version 41 and then load your website and check what errors you are getting in the console. If you are getting a single error your site will not get indexed. You also need to implement proper meta tags.
I have worked extensively on this type of issues. It would be really terrible to write a whole solution here. You can ping me in person. I may help in resolving your issue.

Google SEO Using Search Console

I am writing my personal website but it is not showing on the search engine so that I search from different forums. After searching a lot from the internet I read this google search console. So I register my site then successfully after 8 hours my site is showing in google using "site:personalwebsite.xyz" but after 24 hours my site is missing as in 0 result return. Guy's I am only a novice programmer so please help me how to show my site in google. Thank you in advance.
Google usually shows only the best and the most used contents. Yours is not maybe matching with keywords or there is sites more succesfully than yours.
Google may also take your site as "spam site" and thats reason why it wont show

Kimono Desktop Stopped Working?

Anyone having trouble building API's with the new Kimono Desktop app. When I click create API the browser just stays on create API screen loading but nothing happens.
I even tried building an API that is the same as one I built when Kimono was still in business and no luck.
My existing api's still run and pull data fine.
Working just fine here.
Just a shot in the blue...did you install the new extension specifically for the desktop app? The old one can't work anymore since Kimono disabled the online service.
You can't build new APIs I think - only existing ones. :( Said something like it was not the acquiring company's policy to provide this publiclu available service but since they did not know how many businesses depended on their APIs they decided to allow existing APis to run.
You can also use their software for replace the online API. But it's an abandonware.
It's working great but on some website I can create new API because of an error.
I just find a possible (free) product that can replace Kimono : Datascraping.co.
They will include an REST FULL API within few days / weeks, as they said here.
It's a good software, but comparing to Kimono Desktop it's a little much more complicated.
Kimono got bought out and it's not working anymore.
Import.io is good but it kinda expensive for me. I've tried the free trial before but see the price starts from $249, so... https://www.import.io/standard-plans/
I don't have any progamming skills so I know very little about some web scraping frameworks like Scrapy.
You may want to look at this new web scraping software called Octoparse.
In case you want to know, here is the link:http://www.octoparse.com/
It takes a little time to begin. But they have rich tutorials on the website. Plus it doesn't require programming skills.
They provide cloud-based scraping service and API access.
You can use it to create API but you have to pay for the service. Free version doesn't have the API and cloud service.
I've been using it for 2 month with the Standard plan $89, which a lot cheaper than import.io. So far so good.
Hope it would be helpful for you.

What is the difference between Google Apps Scripts and Gadgets in Google Sites

I am getting familiar with Google Sites. What I want is, building a Site front-end for a Google Spreadsheet.
I want to Display data from the Spreadsheet in the Google Site, later maybe some graphics as well. To my knowledge there are two ways to accomplish this, Apps Scripts and Gadgets. Building a Gadget seemed much more easy in the beginning, however gives me some trouble. After reading more about Apps Scripts I finally found a way to access the Spreadsheet and display data.
But reading a lot of google documentation, I wonder what really is the difference? In what cases should one use Gadgets and in what case Apps Scripts?
Maybe I am just a little overwhelmed but it would be nice to get some feedback from experiences developers in that field!
Thanks a lot.
Cheers,
Daniel
Google Apps Script is javascript, but run in server side. So it is not client side javascript like javascript Gadget or any HTML.
Google Apps Script use GWT, which generate client side Javascript.
Gadget is XML code containing HTML inside
which means gadget is text.
Google Apps Script is kinda JavaScript
which means GAS is code.
Might be the main difference.