| bio | website | notedwithout.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | 1 hour ago | |
| stats | profile views | 581 |
|
1d |
comment |
CMS software - why is it still so immature? The downvote was mine. Besides the question not being appropriate here(it's more about software dev, really), you "tried" a single CMS then proceeded to make a massive, not-very-well-defined generalization about an entire heterogeneous industry from "checking the websites" of other applications. There's no answer to your question because, to start with, you're not even saying what your(your) "high standards" are. Drupal, for one, is being used by a large number of governments. Do you think they're just taking their chances? |
|
May 10 |
comment |
Is there any way to know a font type using ie8? There are bookmarklets that can do this, like WhatFont (That said, voting to close the question as OT.) |
|
May 7 |
comment |
How to map a blog to path Is this question about the hosted wordpress .com service or what? Because you suddenly bring up self-hosting but then immediately drop it to ask again about it being impossible to host in a sub-directory. |
|
May 6 |
comment |
Do we really need Google Analytics for better SERP positions? -1 This is pretty much the opposite of an answer. |
|
Apr 30 |
comment |
How can I retrieve information from the <meta> tag and display it on a webpage? That's not really what meta tags are for. What exactly are you trying to do here? And why not just output the relevant information again, in the appropriate spot in the markup? (Using whatever is managing your site, eg. WordPress.) |
|
Apr 29 |
comment |
Do ads decrease interest for a site? @Marcel Who said anything about "bloated?" |
|
Apr 26 |
comment |
Why do all pages bar the home page turn up in Google? Note that you site obviously is getting indexed. But to get more detail about the indexing, you should sign up for Webmaster Tools in the answer there, which also provides some further information. The homepage isn't being blocked for any obvious reason like a noindex meta robots tag, but it's also possible Google just finds it uninteresting at the moment. |
|
Apr 25 |
comment |
Setting The Right Website MIME Type? Are you sure you actually want to do this? Unless you know exactly what you're doing–in which case you'd probably already know how to take care of it–you're potentially opening yourself up to a lot of problems, only starting with browser compatibility. Then Javascript. Then well-formedness as an absolute requirement. And so on. Otherwise, as @DKOATED says. |
|
Apr 22 |
comment |
What is the maximum size of an HTML file that Google will crawl through? That documentation is for their search appliance. It doesn't necessarily tell us anything about Googlebot's behavior. |
|
Apr 22 |
comment |
Image SEO with overlaid text? I doubt it'll aid to put it in both places. (I actually intended that as an either/or situation; again, I don't know anything about your current implementation so had to cover several options.) But it probably won't matter if you do. Made a slight edit. |
|
Apr 22 |
comment |
New to URL Rewrite The first "old URL to new URL" example above should take care of your case. I'm not really sure how to explain why your attempt failed other than that it's just absolutely wrong. \d+ tries to match one or more numbers, and the parentheses store it for later use, but your target URL doesn't have any numbers at all. (This is the core reason it failed.) Then you're dumping people to a location at aaa/?1### where the #'s are the number that was being matched, which doesn't even make sense. If you copy/pasted that from some tutorial, you need to do some reading up on regular expressions. |
|
Apr 19 |
comment |
How can I automatically install git on multiple servers? Ask how they got those 200+ servers all configured. There are tools for doing that sort of thing(not my department), and this kind of response is sometimes code for "I don't wanna." IT's function is to make things easier for their client(read: you), not themselves. If they manage that many machines, it's at least a little unlikely they don't have something already capable of this. It's also possible they do have valid reasons they can't/won't, but inconvenience isn't really enough on its own. |
|
Apr 19 |
comment |
How to deactivate Piwik locally? Ah, you're right. Sorry about that. |
|
Apr 19 |
comment |
How to deactivate Piwik locally? PHP knows plenty about the server providing the page with the Javascript in it. That was the point of the pseudo-code in the question. |
|
Apr 17 |
comment |
Google search: how to filter results to display just subdomains homepage without pages or folders Why? What exactly are you trying to accomplish here? And are you aware that even if the filtering itself does work, Google won't necessarily show you everything it has indexed that applies? |
|
Apr 16 |
comment |
What is the way to properly implement a Facebook Like button on a page for best SEO purposes? @ElHaix This is pretty much the answer to the question you asked. (There is no "correct." You can point the button at whatever URL you want.) At no point did you bring up SEO. If that's your focus, maybe you should go back and edit your question to clarify what you're really after. |
|
Apr 15 |
comment |
Which are the best Wordpress classifieds plugins? Check what right now? |
|
Apr 12 |
comment |
Which are the best Wordpress classifieds plugins? Voting to close. Mods note there is no point in migrating to wordpress.se; they'll just kill it. |
|
Apr 11 |
comment |
How reliable is the number of hits provided by Google site: command? +1 The results of site: are explicitly not promised to be complete. (Read: It's not really a matter of "reliability" so much as that your expectations are wrong.) If you want to know how many pages are indexed for your site, that's what Webmaster Tools is for. |
|
Apr 9 |
comment |
Why the sudden popularity of .io domains? Actually, the .tv TLD is specifically being marketed(though not restricted) as such by VeriSign, who have a contract with Tuvalu. The country's so small they wouldn't derive much value from being strict about it anyway. They also did something similar with their phone area code. |