Questions tagged [google-search-console]

Use this tag for programming questions regarding the usage of Google Search Console tools and reports. Non-programming questions related to your website are better asked on https://webmasters.stackexchange.com

Google Search Console tools and reports help you measure your site's Search traffic and performance, fix issues, and make your site shine in Google Search results.

1293 questions
7
votes
1 answer

Is it OK to add site verification files to public source control?

When submitting my website to Google and Bing they require I verify it by (for example) uploading a file. This file, if I have understood, should not be removed because they recheck it regularly and removing it would mean I'd lose access and need to…
Svish
  • 152,914
  • 173
  • 462
  • 620
7
votes
1 answer

Google Analytics - multiple domains tracking - linked to webmaster tools

I'm currently tracking multiple domains through Google Analytics but the "Query" report is still empty since I must link one single webmaster tool property. This doesn't make any sense to me since my Multiple Tracking Profile, pulls data from 6…
Andrea Puiatti
  • 549
  • 4
  • 11
6
votes
5 answers

Core web vitals flagged Image elements do not have explicit width and height

I was checking Core Vitals on PageSpeed insight and noticed its flagging Image elements do not have explicit width and height and suggesting Set an explicit width and height on image elements to reduce layout shifts and improve CLS. I am not sure…
Learning
  • 19,469
  • 39
  • 180
  • 373
6
votes
1 answer

Why does Cumulative Layout Shift differ between PageSpeed Insights and Search Console?

Why does the Cumulative Layout Shift metric reported in Google's speed measurement tools, like Lighthouse/PageSpeed Insights differ from what is reported in Search Console?
6
votes
1 answer

Google disallowing Ad because of "Unwanted Software". Could this be Blazor DLLs? How to solve?

I have a functioning website with a blazor client side component (webassembly/WASM). I then tried to google advertise for the site, but it was rejected for Unwanted Software. I looked at my site, and within wwwroot there is of course a…
ubienewbie
  • 1,771
  • 17
  • 31
6
votes
2 answers

How to show a page in different languages?

I use this meta tags to make google crawler know that I have two languages for my site, as suggested here support.google.
fingerpich
  • 8,500
  • 2
  • 22
  • 32
6
votes
3 answers

Suggestions on how to access google webmaster tools' api through R?

I wish to access my Google Webmaster's tools' API via R. I see from here: http://code.google.com/apis/webmastertools/docs/2.0/reference.html That it requires fetching a feed behind https and parsing it. Any suggestions on how to do it?
Tal Galili
  • 24,605
  • 44
  • 129
  • 187
6
votes
2 answers

Testing Escaped Fragment Search with Webmaster Tools

My site is in AngularJS, so I recently created HTML snapshots of all my content, added the escaped fragment tag to the head of all my pages (meta name="fragment" content="!"), and then tried to test to see if the new setup was working in Webmaster…
Bailey Smith
  • 2,853
  • 4
  • 27
  • 39
6
votes
1 answer

Java google webmaster top queries

I have been bashing my head on this for days now trying to figure out how this is possible to do. I want to download the CSV's from Google Webmaster Tools which I have succeed in doing. However, I have to directly pass the username and password of…
drankupon
  • 83
  • 6
6
votes
3 answers

Get Original Referrer URL from Google Search with PHP?

I am using $_SERVER['HTTP_REFERER'];, to getting Referrer URL. When I typed in Google search box the q='some text' `https://www.google.com.pk/#hl=en&output=search&sclient=psy-ab&q=some text%2Ftestbulkresponse&oq=some…
Muhammad Shahzad
  • 9,340
  • 21
  • 86
  • 130
5
votes
3 answers

get "Property not in account? when checking robots.txt

I see many URLs with status Excluded in search console google, when I click on "TEST ROBOTS.TXT BLOCKING" I get following error: Property not in account You are verified to see sc-domain://, but it's not in your account. when I click on add…
Arash Rabiee
  • 1,019
  • 2
  • 16
  • 31
5
votes
0 answers

Dynamic routing in next.js make google doesn't index my website

I search on google a lot about this issue. I'm using React+Next.js V9 and google search console for SEO. Google only index main page from my website. I guess it's because it's routed dynamically. I changed folder structure with upgrading Next.js to…
Mingyu Jeon
  • 1,755
  • 5
  • 23
  • 40
5
votes
1 answer

Removing GitHub Profile & Repos from Google Search

I want to remove my GitHub profile and repos therein from being found via Google search. Researching how to do this, I see it comes down to three possible methods: Adding a robots.txt file Adding meta tag to prevent indexing Removing URL via Google…
Bill Jones
  • 51
  • 1
  • 2
5
votes
2 answers

Uncaught ReferenceError: WebFont is not defined

I am testing the the pages for mobile friendly issues I am getting the page a mobile friendly but search console gives errors. I don't know why? Uncaught ReferenceError: WebFont is not defined I am getting this error as I test the page when I…
saitama
  • 699
  • 1
  • 9
  • 21
5
votes
1 answer

In angular 2 how can I make the canonical tag dynamic per page

In angular 2 how can I make the canonical tag dynamic per page. This is my index page tag for it: How can I make it dynamic e.g. if on blog page it should look like this at run time: …
AngularM
  • 15,982
  • 28
  • 94
  • 169
1 2
3
86 87