A client had good traffic on an ecommerce website until they launched a new website with new software.
The new one was launched at the beginning of the year.
So they put back their old site...
Type: Posts; User: blitzen; Keyword(s):
A client had good traffic on an ecommerce website until they launched a new website with new software.
The new one was launched at the beginning of the year.
So they put back their old site...
Some of these events are behind secured/password protected areas, so no URL can be provided. The one with the $_GET showing up in some url was already researched and there is NO php code on the...
The code is sound. I do not see that on the page that G is reporting it to be on. Ergo, ...
I cannot seem to find the answer, even at apache.org.
What characters require a delimiter for
RewriteCond and
RewriteRule?
I have something like
RewriteRule ^(p)(-.+)$ /script.php?ref=p$2
...
I am not going nuts, but I've noticed some oddities with program execution.
I was just running a fairly complex mysql queries via phpMyAdmin and the one query was returning a result.
There...
what do you get when you search
site:www.mysite.com
of course, replace your domain for www.mysite.com
Duplicate content. Unless they will look at it as cloaking.
Any issue related to SEO.
The way my clients' new software works is this.
It detects a mobile site by the 'HTTP_USER_AGENT string and mobile-specific HTTP variables such as WAP.
If it's a mobile device, then the visual...
We have URLs without query parameters.
I noticed in WMT that they want to know about some such as "pop" in this...
Our site uses ONLY
mysite.com/mypage
but I see in WMT this......
I need to cron a bunch of jobs and would like to delete the entire crontab when done.
Can I delete cron within crontab? That is, will cron run the command, "/usr/bin/crontab -r"?
If not, is there...
Let me back up. I was writing from memory about the code. I finally got time to look it up. Thanks for the correction about "caption".
There is a list of HTML <img src="" title="" and alt="" />...
<img src="myimg.gif" class="myclass" title="Title to Image that is displayed" alt="Alt stuff" caption="Caption to image that is lengthy" height="100" width="100" />
And, how much weight will the...
I read Webnauts post about tags, but that is 10 years old (http://www.webproworld.com/webmaster-forum/threads/51620-All-you-need-for-Search-Engine-Optimization-(SEO))
Nowadays, <img> tags might...
How about a link to this case?
I already fiddled with that before posting, ergo I was looking for something more specific.
Thanks for responding.
Hi,
We have a multi-dim array and would like to sort the first dim based on a value in the second dim, $myarray[][sortorder].
Is there an easy way to do this?
E.g.,
$myarray = array (
...
My client is targeting USA as one location.
Does Google now require a PPC to get listed in the "Shopping" results?
That is, when you upload your product data in "Merchant Accounts", to be...
Thanks. Because it had no more than the program and version (no browser id'd), I was concerned about security and perhaps should not be. I have my technicians looking at this and if there is anything...
I'm posting in Security rather than Browsers because I am concerned about security.
I log visitors and noticed a User Agent logged as "Java/1.6.0_22".
I see this for different IP's in different...
DeepSand:
Thanks for the Spam comparison! This makes it perfectly clear why I was so confused about SEO and applying some wrong principles.
I've seen conflicting SEO and website design advice...
Quick question, with today's technology, can Google read the text in _external Javascript put on the page via AJAX (which really is Javascript)?
Is there any evidence of that?
Craig,
Thank you for the tad of optimism. That helps.
After a crisis when systems significantly change, the horizon has blue skies again.
Yes - diversify is correct and ongoing. However, with G having an overwhelming share of the searches, it's hard to not pay attention to them.
Some other venues are free, some cost, others cost a...
We were hit hard by the Apr-May Penguin algorithm update. Panda in Oct was unnoticed.
There is still no sign of recovery.
We have no black-hat, never had a 3rd party create backlinks, never...
I set up a mysql table with some fields as a FULLTEXT index.
The mysql crunching is done via PHP.
It works :) - for the most part.
Here is the issue. I am using an AJAX autocomplete that...