google-webmaster-tools

Getting Sitemap is HTML from Google Webmaster Tool

喜你入骨 提交于 2021-01-28 01:03:29
问题 [ Note to the wise : jump to last EDIT ] I have a very simple txt sitemap (named sitemap.txt) that looks like this: http://myDomain.com http://myDomain.com/about.html http://myDomain.com/faq.html http://myDomain.com/careers.html When I load it up on webmaster tools I get: Sitemap is HTML - Your Sitemap appears to be an HTML page. Please use a supported sitemap format instead I tried a few alternatives (such as with or without www) but no luck. Anyone any clue? Any help appreciated! EDIT : I

Webmasters API - Quota limits

最后都变了- 提交于 2021-01-27 05:54:59
问题 We're trying to download page data for sites using the Webmasters API .NET Client Library, by calling WebmastersService.SearchAnalytics.Query() . To do this we are using Batching and sending approx. 600 requests in one batch. However most of these fail with the error "Quota Exceeded". The amount that fail varies each time but it is only about 10 of the 600 that work (and it varies where they are within the batch). The only way we can get it to work is to reduce the batch size down to 3, and

My angular 7 apps sitemap.xml is not being picked up by webmaster tools

空扰寡人 提交于 2021-01-21 10:37:27
问题 My angular 7 apps sitemap.xml is not being picked up by webmaster tools I have this sitemap.xml file (I've hidden real names): <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> <loc>https://mywebsite.co.uk/</loc> <lastmod>2018-11-28T13:11:30+00:00</lastmod> </url> <

Unable to query Google Search Console API using a Service Account

依然范特西╮ 提交于 2020-08-24 03:48:03
问题 I need to retrieve some data from Google Search Console (Webmaster Tools) using a service account. So far I've been able to retrieve an access_token for the service account which I need to append to the url of the request. The problem is that I can't find a way to do so, this is the code i'm using: function retrieveSearchesByQuery(token) { gapi.client.webmasters.searchanalytics.query( { 'access_token': token, 'siteUrl': 'http://www.WEBSITE.com', 'fields': 'responseAggregationType,rows',

Unable to query Google Search Console API using a Service Account

霸气de小男生 提交于 2020-08-24 03:45:38
问题 I need to retrieve some data from Google Search Console (Webmaster Tools) using a service account. So far I've been able to retrieve an access_token for the service account which I need to append to the url of the request. The problem is that I can't find a way to do so, this is the code i'm using: function retrieveSearchesByQuery(token) { gapi.client.webmasters.searchanalytics.query( { 'access_token': token, 'siteUrl': 'http://www.WEBSITE.com', 'fields': 'responseAggregationType,rows',

UTF-8 encode URLs

帅比萌擦擦* 提交于 2020-01-03 09:20:31
问题 Info: I've a program which generates XML sitemaps for Google Webmaster Tools (among other things). GWTs is giving me errors for some sitemaps because the URLs contain character sequences like ã¾, ã‹, ã€, etc. ** GWTs says: We require your Sitemap file to be UTF-8 encoded (you can generally do this when you save the file). As with all XML files, any data values (including URLs) must use entity escape codes for the characters: & , ' , " , < , > . The special characters are excaped in the XML

Testing Escaped Fragment Search with Webmaster Tools

孤街浪徒 提交于 2020-01-01 09:59:06
问题 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 Tools. When I look in the source I see the escaped fragment (however, it's inverted) (meta content="!" name="fragment"). I'm not sure why that's happening or if that matters... When I submit a URL to "Fetch as Google," Webmaster Tools returns Fetch

Cannot add my own domain to google api notification endpoint

主宰稳场 提交于 2019-12-31 02:23:08
问题 I'm trying to use Google Push Notification. I've followed the registering process listed here, in short, my domain is verified in https in Google Webmaster Tools. But, when I try to add a notification endpoint in Google Cloud Console, I get the following error: You do not have access to the following domain: https://mydomain.com:8000/ (where mydomain is replaced accordingly). 回答1: Webmaster tools require a complete URL, say https://mydomain.com:8000 where Cloud Console only needs the domain

GSC Message: Fix deep links for Android app. Error “Intent URI not supported”

ⅰ亾dé卋堺 提交于 2019-12-30 09:57:07
问题 [Continued from https://productforums.google.com/forum/#!topic/webmasters/wZEY_QZicxg;context-place=forum/webmasters] Google Search Console Message: This week we received a GSC Message stating that the deep links are not correctly configured. IMG1 IMG2 This is the first message of its kind since December 2014 when we implemented the App Index mechanism. Our setup of the App Index has not changed since then (except that we added a few pages, we are now at 20 pages - it grows by design with 3

Is there any possible to get Google Webmaster Tool (GWT) datas using PHP?

倾然丶 夕夏残阳落幕 提交于 2019-12-30 06:57:30
问题 I'm trying to get some datas from Google Webmaster Tool (GWT) , I have searched some of the API Documents and Implements, But they are returning few of the datas only from the GWT. My Needs : Needs to get the datas of the following from GWT, (1). TOP_PAGES (2). TOP_QUERIES (3). CRAWL_ERRORS (4). CONTENT_ERRORS (5). CONTENT_KEYWORDS (6). INTERNAL_LINKS (7). EXTERNAL_LINKS (8). SOCIAL_ACTIVITY After getting these datas, i need to generate the Excel file for each of them. Achieved : I have got