Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
277 views

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 ...
4
votes
3answers
204 views

404 errors on /a folders in Webmaster Tools

In Google Webmaster Tools, under crawling errors, my number one 404 error is something called www.domain.com/a There is no such thing in my site and there is no link to it. What is wrong, what ...
3
votes
1answer
54 views

Can we decide what should be our sitelinks in google?

I have a maths related site and google created the sitelinks for my site , :) :) google is giving my site some priority and i'm using the google web master tools And there is an option to block ...
2
votes
3answers
284 views

Why does my website give 404 errors for pages that exsit and are accessible?

My problem is that on certain pages on my website such as http://www.piranha-internet.co.uk/web/website-design.php I am been served with a 404 error in Google Webmaster Tools. However I can access ...
2
votes
1answer
404 views

Quick Google Webmaster Tools API wrapper in PHP

Anybody know of a small php class that works with Google Webmaster Tools API? Without using Zend Framework. In PHP.
2
votes
2answers
552 views

Sitemap for a site with a large number of dynamic subdomains

I'm running a site which allows users to create subdomains. I'd like to submit these user subdomains to search engines via sitemaps. However, according to the sitemaps protocol (and Google Webmaster ...
2
votes
1answer
54 views

How do I change the verification method when using the Google .net client library for Webmaster Tools?

var settings = new RequestSettings("appname", "googleusername", "googlepassword"); var service = new WebmasterToolsRequest(settings); var site = new Sites("http://www.mysite.com", "text/plain"); Sites ...
2
votes
2answers
869 views

How to exclude part of a web page from google's indexing?

There's a way of excluding complete page(s) from google's indexing. But is there a way to specifically exclude certain part(s) of a web page from google's crawling? For example, exclude the side-bar ...
1
vote
0answers
38 views

Google Change of Address of a Subdomain to a Domain

I've got a bit of a problem with Google's Change of Address function on the Google Webmaster tools. I hope that I got the right part of the Stack Exchange for this. Basically, for six years I've ...
1
vote
1answer
76 views

Wordpress Robots.txt does /feed matter?

I have a question questions regarding SEO, Robots.txt and wordpress Here's what my robots.txt looks like: User-agent: * Disallow: /cgi-bin Disallow: /wp-admin Disallow: /wp-includes Disallow: ...
1
vote
2answers
43 views

How to tell google that a specific page of my website disappeared and won't come back?

I have a website where 50% of the pages have a limited lifetime. To give an idea, 4.000 pages appear each week and the same amount disappears. By "appearing" and "disappearing", I mean that the ...
1
vote
2answers
91 views

htaccesss redirect / google webmaster's “change of address”

so I have this in my .htaccess: Redirect / http://blabla.net/ (which redirects all pages from my old domain, blabla.com, to my new domain - blabla.net) I also wanted to use "change of address" from ...
1
vote
2answers
483 views

Webmaster tools API and PHP

I'm building a little backoffice for my site and I want to display the webmaster tools data within it, I cannot for the life of me figure this out! Does anyone have any PHP examples of pulling data ...
1
vote
5answers
354 views

UTF-8 encode URLs

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 ã¾, ã‹, ...
1
vote
2answers
55 views

How to improve the structure of URLs

From the article at google's webmaster center and SEO's pdf, I think I should improve my website's URLs structure. Now the news url looks like "news.php?id=127591". I need to rewrite it to something ...
1
vote
1answer
56 views

Google Site Perfomance and javascript

Google Webmaster tools has lab feature named "Site Perfomance". I've read about it in google help but it's unclear whether page loading time includes javascript execution or not?
1
vote
1answer
270 views

Google Web Master Tools - API and PHP PUT

I am trying to use Google Webmaster Tools API in PHP :) I have managed to make functions for creating the site in my account.. but now I am trying to get Verification working... Here is the Doc: ...
1
vote
1answer
41 views

MySQL, need some advice about how to setup sitemaps for a site with a lot of pages?

At the moment I have a sitemap specified in google webmaster tools, which looks like this.. www.mydomain.com/sitemap.php?from=20000&max=10000 This shows 10,000 pages from record id 20,000 I ...
1
vote
2answers
130 views

“ Notice of Suspected Hacking” by google webmaster tools

i received a messages with the above notice "Notice of Suspected Hacking on my website. I'm not sure what happen here, however, I noticed there were some pages listed and they are not apart of my ...
1
vote
1answer
110 views

Updating sitemap from django to google webmaster doesn't work

Our website gets updated almost everyday. We need to update the sitemap to the google webmasters every time there are new pages added. We have tried using ping_google() along with the required set ...
1
vote
2answers
261 views

implementing Google Page Speed recommendations

When analyzing my various websites pages with Google Page Speed, I always have the following recommendations: leverage browser caching serve static content from a cookie-less domain I have no idea ...
1
vote
1answer
419 views

Integrating the Google Webmaster Tools api

I'm researching a project in which I want to integrate the Google Webmaster Tools Api. I already asked this question before in this topic, but i didn't get a response yet. I've already searched the ...
1
vote
1answer
111 views

How to renew Google's information about my site [closed]

I have changed a structure of my site. I have changed a sitemap file on googleWebmasters. But Google still gives me old information on search. old links. How I can solve this problem? I mean, how ...
1
vote
3answers
249 views

Google webtool kit or really simple history?

If I want to implement Ajax and have the back/forward button and also a unique URL for everything fully working, should I use Google Web Toolkit or really simple history? Do they provide both these ...
1
vote
3answers
1k views

Google webmaster tools: Sitemaps not indexing?

I've submitted sitemap.xml files to google webmaster tools and it says that i has all of the page in total but under "indexed" it says "--"? How long does it take for Google to start indexing? This ...
1
vote
2answers
370 views

Google thinks my home page IS a trailing slash

I am desperate to know why Google webmaster tools AND analytics are registering my home page as a trailing slash?! There are no crawl errors, 401s, search issues, nothing wrong otherwise. My home ...
0
votes
3answers
41 views

How to Inform Google For Page URL Modifications in Same Domain?

I am renewing my web page and changing the site structure. It was in Asp and now it will be in Asp.Net So page URLs will be modified. And some pages will be removed, some will be added. But mostly, ...
0
votes
1answer
23 views

google site map not working since pretty codeigniter urls

Okay, what is happening!? I switched to pretty urls using code igniter; http://robertwaynehq.com/what-we-do rather than the same with .php I then updated the site map file and it doesn't seem to ...
0
votes
1answer
34 views

Webmaster Tools Crawler 403 errors

Google Webmaster Tools is reporting 403 errors for some folders on the websites server for example: http://www.philaletheians.co.uk/Study%20notes/ The folder isnt forbidden so dont understand why it ...
0
votes
1answer
34 views

Website is slow but cannot find culprit

I have a ski holiday website http://www.powderwhite.com which Google Webmaster Tools say is slow (70% slower than other websites on the Internet). Problem is that Google Developer Tools say we have ...
0
votes
1answer
10 views

is it possible to integrate my custom logging system to google adsence ad tag

i have a custom logging system, my client provide me a script of google adsence ad tag (which using domain http://adserver.adtech.de/addyn/ with ad tag id and other staff ) and i want to track ...
0
votes
1answer
33 views

Preferred Domain (in Webmaster Tools) and IIS7 Configuration

I am setting up a new website and want to set the non-www version as the preferred domain in Google Webmaster tools. In IIS7 I was going to configure the non-www domain as the main site, then ...
0
votes
1answer
14 views

Who backlinks will get segregate?

I would like to know about who the backlinks will get segregated or become known as yahoo backlinks, google baclinks and on. And another thing is why Google webmaster/Yahoo site explorer does not ...
0
votes
1answer
81 views

will limiting dynamic urls with robots.txt improve my SEO ranking?

My website has about 200 useful articles. Because the website has an internal search function with lots of parameters, the search engines end up spidering urls with all possible permutations of ...
0
votes
1answer
32 views

How to tell Google that directory doesn't exist anymore?

I created health-related site based on Joomla. I created Google Webmasters account and saw how Google indexed my site. But then I saw that Google indexed some directory /includes (that I didn't ...
0
votes
1answer
28 views

Problem with google webmasters site performance review

I noticed that i have not being getting traffic via google organic searches. I decided to find out what the problem may be, and i registered on Google webmasters. From what i saw, it seems my site is ...
0
votes
1answer
101 views

Google webmaster crawl errors when changed pages from php to html

For some reason the urls in one section of our site were changed from php to html some time ago. I recently setup a Google Webmaster account and noticed the 'old' php pages (20,000 of them!) are ...
0
votes
2answers
140 views

Excluding testing subdomain from being crawled by search engines (w/ SVN Repository)

I have: domain.com testing.domain.com I want domain.com to be crawled and indexed by search engines, but not testing.domain.com The testing domain and main domain share the same SVN repository, ...
0
votes
0answers
60 views

Robots.txt Unreachable in GWT

Suffering a huge drop in Google rankings. Noticed a bunch of errors in GWT, including "robots.txt unreachable". However, when I fetch robots.txt and the related page as Googlebot, I get a 200 ...
0
votes
0answers
44 views

Google Webmaster tool: on HTML Suggestions, currently 30 pages are displaying. How to increase it? [closed]

On HTML suggestions screen --> Duplicate meta descriptions, currently max number of pages are shown is 30. But for some URLs, it shows "Displaying 30 of 174" How to set the max number to 200 pages? ...
0
votes
2answers
54 views

Can my google news sitemap be blank?

I have my google news sitemap, which according to google's spec, should contain articles posted in last 2 days. Now, suppose there are no articles pushed in last 2 days for my site, my news sitemap ...
0
votes
2answers
43 views

Need a help in Listing a website in Google search [closed]

My friend has website called "www.AvailDiscounts.com" When we enter the key word like "Avail Discounts" in google, his website is not getting list on the search even though the website has the same ...
0
votes
1answer
237 views

jQuery causing 404 errors in Webmaster Tools on /a directory

The Googlebot seems to be crawling up inside my jQuery and creating links ending in /a that don't exist and then reporting them as 404 errors. http://www.mySite.com/a The site validates green at ...
0
votes
0answers
56 views

any script to install on webserver to generate sitemap.xml? [closed]

Possible Duplicate: recommend a PHP script to create XML sitemap? (crawl/scrape method) there is any php tool/script or apache resident script to generate weekly/monthly fresh sitemap.xml? ...
0
votes
3answers
92 views

Web master tools showing 404 for /a in Kohana based sites?

I have noticed when working with various Kohana sites that webmaster tools almost always flags up /a as 404'ing. I have no specific code to show you because it occurs in pretty much all of them. I ...
0
votes
1answer
345 views

Google webmaster tools API: How to programmatically get a list of backlinks to your site?

I'd like to get a list of the backlinks reported in Google webmaster tools programaticallly but the GData API doesn't include this. ...
0
votes
0answers
261 views

PHP Class for connectiong to Google Webmaster Tools

I'm trying to get all the relevant site info for my sites via the Google Webmaster tools API via PHP. However, being a bear of very little brain, I've been unable to understand the documentation ...
0
votes
1answer
149 views

Google Webmasters gives 404 Not found although page exists? why?

My website (rifflex dot com) is submitted to google, but when i search for rifflex, i don't get the homepage. I just get all other pages of the website. When i go to my Google webmaster tools i get in ...
0
votes
1answer
75 views

How to re index new keywords

My question is I had changed My Websites Keywords and submitted it to the google i.e verified by the google MetaTag. and Google is indexing that keywords. I have changed my keywords, But google ...
0
votes
2answers
94 views

How to Index new keywords

My question is I had changed My Websites Keywords and submitted it to the google i.e verified by the google MetaTag. and Google is indexing that keywords. I have changed my keywords, But google ...

1 2