Meet the author: Jill Olkoski
Jill has a MA in Clinical Psychology, a BS in Computer Science, and a BS in Mechanical Engineering.
She currently owns Aldebaran Web Design in Edmonds (near Seattle WA) and enjoys educating her clients on topics related to small business website design.
In Jill's previous life, she spent 17 years in the engineering and quality organizations of a Fortune 100 tech company.
Here’s a great tip for viewing what’s in Google’s index:
site:yourwebsite.com
Here are some varations:
site:yourwebsite.com word
This returns all pages that have “word” on them.
Example: “site:aldebaranwebdesign.com jill” will show all the pages on my site that are in Google’s index that contain the word “jill”.
site:yourwebsite.com inurl:word
This returns all pages that have “word” in the URL of the page.
site:yourwebsite.com -inurl:word
This returns all indexed pages except where “word” is part of the page’s URL.
Example: “site:aldebaranwebdesign.com -inurl:blog” will show all the pages on my site that don’t contain the word “blog” in the path.
Posted in SEO and PPC, Tidbits | Comments Off on Show What’s in Google’s Index with Exclusions
It’s good for search engines, like Google, to only have one version of your website indexed. To Google, the www.yourdomain.com and yourdomain.com are not the same. You can use this code on Apache servers inside a .htaccess file. It’s worked for me on several different hosting companies.
To redirect to without www version:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.yourdomain\.com
RewriteRule ^(.*)$ http://yourdomain.com/$1 [R=permanent,L]
To redirect to the www version:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourdomain\.com
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=permanent,L]
Posted in SEO and PPC | Comments Off on Apache Redirects to WWW and without WWW version of website
When starting a web design, clients often need to select a domain name, and one of the debates that happens is whether to go for branding, or for a keyword-rich domain. Here’s Matt Cutts from Google weighing in on this topic, albeit from 2011.
Posted in SEO and PPC | Comments Off on Should You Have Keywords In Your Domain?
A potential client who is a golf teacher asked me to review her existing website. It got me to wondering about whether adding an “s” to lesson would bring in more traffic – do people search for “golf lesson” or “golf lessons”? Here’s the answer.
You’re a small business owner and you are developing a new website. How do you know what the best keywords are to select? There are many tools web designers can use to calculate the number of searches and assess the competition for particular keywords. Here’s a very fast, free Google tool you can use to check out the potential search traffic for different sets of keywords by region.
I often recommend adding a blog to my small business clients’ websites – and I do this to improve their website traffic and search engine rankings. How can adding a blog accomplish these goals?
I recently had a client who had her website that was under development reviewed by another web design firm, and one of their suggestions was to change all the text navigation links from text to images. Is this a good idea?
I’ve had several clients ask me this, because either they’ve noticed it on other people’s websites or had some SEO person tell them this – that they need a keyword meta tag.
Google has not (for many years) used this meta tag, and therefore, it’s simply a waste of time to put them in a website. If you don’t believe me, listen to this video from Matt Cutts from Google: Read the rest of this entry »
Posted in SEO and PPC | Comments Off on No, Google does not use the keywords meta tag
I’ve been updating my business address on local search, and was having trouble getting it done on CitySearch. This article covers the different things I did to have it updated.