Occassionally my sites drop out because the links are found on certain pages. This is always my word documents! How can I put the ads on a .doc? Anyway, I normally get the email, login and revalidate and all is fine. Until it drops next time. Now, I'm going on holiday next week. The autovalidate on day 1 kicks me out because it can't find the links. Does it try and validate on day 2? Does it every try and validate again? Or do I have to manually do it?
Your base URL: www.domain.com/ indexed doc example: www.domain.com/word.doc So word.doc needs ads. Alternative (put docs below base url): Base url: www.domain.com/basefolder/ Indexed doc: www.domain.com/word.doc So word.doc doesn't need ads. Coop 'spider' will only look 'to the right' of the base url for files with ads.
Right now I understand, and I tried that, but then I get 0 weight. (Obviously) because the pages google knows about are in the root. Shawn, would it not be sensible to code the coop to ignore .exe's .doc's etc? Or, should I say to only count the url if it's html, php, asp, etcetc
maybe put the docs in a subdomain (docs.domain.com) and link to them from your main domain (www.domain.com). The problem is that the indexed docs count towards your weight and there isn't a way to check how many .htm .php .asp etc type pages are indexed. So the coop has a problem in figuring out how much weight to give you if it doesn't count .doc files. You could have 1000 pages indexed, and 980 of them are word docs so only 20 pages display ads, and the coop would mistakenly give you 1000 pages of weight. That's probably not the case with you, but it would be a short time before others also started taking advantage of a "loophole" if it became apparent. If the docs aren't a duplicate of your site data, you could "save as web page" them and link to the files and have a download link to a subdomain or alternate domain. When you move them, the co-op will still be looking for them because they will still be in googles index. (so will the google-bot). So after you move them, redirect the link with a 301 (permanently moved) response. (if you are on an apache server, you can do that in your .htaccess file)