So I had JS 302s and meta refreshes up for a long time, and eventually some of the links to the old site are now showing up in my Google Webmaster Tools dash for the new site. Just thought anyone else with the same question would like to know. I am going to look more into the cross-domain rel canonical thing too.
Posts made by TheEspresseo
-
RE: What's the best way to transplant a blogger blog to another domain?
-
Why is my YOUmoz post still unread by moderator?
It's been there forever. How long does this take?
-
RE: Rough Simple Math formula for sales/SEO...am I out of touch?
BTW Optify just released a new study on CTR: http://www.optify.net/guides/organic-click-through-rate-curve
-
RE: Separating words in URLS using hyphens vs. "no separator"
This makes me wonder whether one can ever get extra mileage out of word merging, for SEO or branding purposes. keyphraSEOlogy.com sticks out in my mind...
-
RE: How do you limit the number of keywords that will be researched
You're getting a piece of this company, right?

-
RE: What's the best way to transplant a blogger blog to another domain?
Thanks. Do you know if it would make more sense to link from every post to its corresponding post? I would love for someone way into PageRank sculpting to comment or at least point out a good methodology for determining the answer somewhat mathematically!
-
What's the best way to transplant a blogger blog to another domain?
So I have this client who's got a killer blogger blog—tons of inbound links, great content, etc. He wants to move it onto his new website. Correct me if I'm wrong, but there isn't a single way to 301 the darn thing. I can do meta refresh and/or JavaScript redirects, but those won't transfer link juice, right? Is there a best practice here? I've considered truncating each post and adding a followed "continue reading…" link, which would of course link to the full post on the client's new site. It would take a while and I'm wondering if it would be worth it, and/or if there are any better ideas out there. Sock it to me.
-
RE: Rough Simple Math formula for sales/SEO...am I out of touch?
Now I am curious where people are sourcing their search volume figures. Google Traffic Estimator or Wordtracker? Do we know which is more accurate? Do people average the two? Is there another source?
-
RE: Rough Simple Math formula for sales/SEO...am I out of touch?
BTW just peaked at your site. I love your design for Pinot for the People—so cool!
-
RE: Rough Simple Math formula for sales/SEO...am I out of touch?
I've only seen that 2006 AOL dataset, leading me to believe your expectations are ballpark. But he's right—I think a 2.3% conversion rate is standard across the web (varying dramatically), so without considering other factors I would expect 2-3 sales on those figures.
-
RE: Rough Simple Math formula for sales/SEO...am I out of touch?
You're Wikipedia's SEO! Dang dude you are good at what you do!

-
Best directory submittal program? Or at least a comprehensive list of non-spammy directories somewhere?
There's a ton of directories. Has anyone had success with a program that will take your info for a site and submit it to all of them at once? Bonus points if you can vary the anchor text and description.
Paid or free.
And whether there is anything like that, which actually works, I am wondering if there is some relatively authoritative, relatively comprehensive list of non-spammy directories.
Any other directory advice would be awesome!
Thanks!
-
RE: Should I be optimizing for Keywords that we already rank for?
Just so I can understand the question let me try to rephrase it back to you. You want to know how to prioritize your keyword targets. Specifically you want to know how much _less priority _you should give a given keyword that you are already ranking well for.
If I am understanding your question correctly, then I have to say that I don't have enough information to fully answer it. I agree with itrogers in that I think you need to factor in the traffic of each of your keyword targets. And I would add that you should factor in the difficulty of each, too. And consider factoring in the commercial intent (on noes, the tool's down!) of each. And if different keywords reflect an interest in different products or services that represent different profit margins for you, that should be taken into consideration. And ideally if you have enough conversion rate data for each keyword, that should be a factor too! And for that matter, if you can figure out how to group related keywords together such that would lend synergy to your on-page SEO, all the better.
But without a clearly defined metric for finding the efficiency of each keyword or keyword cluster (KEI isn't good enough—this is a step in the right direction, though), and without the values for each factor for your keywords, I still want to say something along the lines of "yeah, you want to target a mixture—some keywords that you are already strong in, since an improvement from position 10 to position 1 represents a ginormous (if anyone knows of a better dataset, let us know!) increase in traffic, but you also want to be working on some longer-term keyword targets that might represent more traffic in the long run, but are more difficult and so require some longer-term planning".
Is that helpful at all?
-
RE: Are asp redirects permanent?
Yes, they are! You need to do it like this:
<%@ Language=VBScript %>
<%
' Permanent redirection
Response.Status = "301 Moved Permanently"
Response.AddHeader "Location", "http://www.example.com/"
Response.End
%>If you use Response.Redirect instead of Response.Status, it won't return a 301 (permanent redirect) header, it will return a 302 (temporary redirect) header instead.
Other permanent redirect methods are PHP, ColdFusion, Perl, and mod_rewrite. JavaScript and meta tag redirects cannot send a 301 status code.
Hope this helps!
-
RE: Does Google take user site blockings from Chrome as a spam signal?
Actually that post is exactly the type of answer I was looking for. Thank you very much!
-
Does Google take user site blockings from Chrome as a spam signal?
When you perform a search in Chrome, click through to a result, then hit "back", you get a nice little option to "Block all example.com results" listed next to the result from which you backed out. I am assuming Google collects this information from Chrome users whose settings allow them to? I am assuming this is a spam signal (in aggregate)? Anyone know?
Thanks!
-
RE: Do you split your personalities up? Do you have a private, personal Twitter acccount in addition to your professional Twitter account?
I think you're right; I think I'll split things up. Thanks!
-
RE: Re-direct issues
Make sure you are using a server-side 301 redirect and you should be golden!
-
RE: Is it smart to reveal your clients and projects in the Q&A forum? What about on your own SEO blog?
So anyone out there disagree with the consensus and think it doesn't matter or else is particularly advantageous to be forthcoming with client specifics?