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
0
votes
1 answer

Removing URL from Google index via Webmasters Tools

I have a situation. My main site is hosted on SiteGround, which uses cPanel. I moved a second site to SiteGround as an add-on domain temporarily (to perform some tests). cPanel puts the content of the add-on site in a sub-folder of public_html by…
0
votes
2 answers

GoDaddy Managed Wordpress Hosting + Cloudflare = 429 Crawl Error in Webmaster Tools

Following setup: GoDaddy Managed Wordpress Hosting + SSL Cloudflare as CDN Google Webmaster Tools shows all pages with 429 crawl error. I tested manually and with tools like monitor.us and I couldn't find any issues loading any of the…
sebastiansieber
  • 63
  • 1
  • 15
0
votes
1 answer

Google Crawl Errors Because Of External Links

I have tons of 404 crawl errors(my old url's).. I deleted them via Google Webmaster tools > remove url tool.. example: www.mysite.com/page1.html But there are some external source sites which link my old urls on their content pages (ex:…
user3283814
  • 35
  • 1
  • 5
0
votes
2 answers

Drupal + Webmaster Tools: "This url is not allowed for a Sitemap at this location."

I'm using the XMLSitemap module on a new Drupal 7 site. The sitemap is generated fine, but Google Webmaster Tools doesn't like it. The file has 61 entries, and I get 61 identical errors: "This url is not allowed for a Sitemap at this location." So…
John Alexander
  • 822
  • 1
  • 12
  • 21
0
votes
1 answer

Changing domain using Google Webmaster Tools

I'm changing a domain name from webstock.dk to storebuddy.dk I changed the .htaccess of webstock.dk to: Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.storebuddy.dk/$1 [R=301,L]: I'm using Google Webmaster Tools to let Google…
0
votes
0 answers

Google crawling sitecatalyst clickmap URLs

I'm running into an issues where Google is crawling invalid URLs. It is caused by inline javascript from an onclick within a href property. The onlcick is used for sitecatalyst clickmap tracking and looks like
Jason Youk
  • 802
  • 2
  • 8
  • 20
0
votes
1 answer

can google detect structured data if using multiple sitemaps?

I have tested my webpages using Google Structured Data Testing Tool. It’s been several months now and Google still has not detected structured data on my site. I have 2 sitemaps sitemap.xml and us-sitemap.xml. Google is detecting structured data…
Arslan
  • 52
  • 7
0
votes
2 answers

Google Webmaster tools: When I resubmit a index file of containg other Sitemaps, do the children get automatically resubmitted

I have a file sitemap.xml that is a master index for links to several other sitemaps: sitemap1.xml, sitemap2.xml, sitemap3.xml, .... sitemap20.xml sitemap.xml looks like this:
Ray
  • 40,256
  • 21
  • 101
  • 138
0
votes
1 answer

Webmaster Tools doesn't like my page set pattern

I'm trying to use the highlighting feature on Webmaster tools. I got done filling it out for my page, but when I go and try to create the page set, it doesn't find any files matching the pattern. The default pattern that google chose…
0
votes
3 answers

How to remove duplicate title and meta description tags if google indexed them

So, I have been building an ecommerce site for a small company. The url structure is : www.example.com/product_category/product_name and the site has around 1000 products. I've checked google webmaster tools and in the HTML improvements section it…
szabomikierno
  • 13
  • 1
  • 2
0
votes
1 answer

Sitemap/robots.txt configuration conflict

My robots.txt contains the following rules: Disallow: /api/ Allow: / Allow: /apiDocs The /apiDocs URL is in the sitemap, but according to Google Webmaster Tools, these robots.txt rules prohibit it from being crawled. I want to prevent all URLs that…
Dónal
  • 185,044
  • 174
  • 569
  • 824
0
votes
2 answers

GAE Custom Domain Delegation

I have a Google Application Engine project that is working fine with two Custom Domains pointing at the application. mydomain.com and www.mydomain.com. I want to transfer the domain pointers to another GAE project on a second gmail account, and…
0
votes
0 answers

How to remove old subdomain from Google bot

I can't seem to find an answer to this question. I had an old subdomain, lets say asdasd.example.com This subdomain site no longer exists. However, I keep getting error emails from Django about invalid httphost: SuspiciousOperation: Invalid…
rulzart
  • 103
  • 1
  • 9
0
votes
1 answer

Submit Site-map to for multi-store in web master in magento

Hello my magento store has multi-store view for diff. language. now i need to submit sitemap for all but i am not able to submit because in magento all sitemap generate under sitemap folder and sub folders based on store code. its generate like…
Yogesh
  • 135
  • 9
0
votes
1 answer

Is it OK to redirect to a new address instead of showing 404 Error page?

Here is my question, Recently I moved my site from blog.example.com to www.example.com. Then I added 301 permanent redirection using this code in .htaccess file. RewriteEngine on RewriteCond %{HTTP_HOST} ^blog\.example\.com$ [OR] RewriteCond…
Tharindu Thisarasinghe
  • 3,846
  • 8
  • 39
  • 70