Link to home
Start Free TrialLog in
Avatar of pcareyjr
pcareyjr

asked on

web browser ranking

My website, http://www.paulcareydesign.com, does not appear when searching with Google or another search engine unless one specifically enters "Paul Carey design" as search criteria.  Index.html features an image and my logo, which I like.  I have added a couple of <meta> tags that don't seem to make a difference (see code below).

The "keywords" tag contains all the search terms that should direct a user to my page.

As I mentioned, I don't want to change what is displayed (image & logo only).  What can I do?

Thanks,

Paul
<meta name="Keywords" content="paul carey design, theatre portfolio, theater portfolio, design portfolio, costume design, New York City, costume designer, opera, dance" />
 
<meta name="Description" content="Paul Carey Design is the online portfolio for all of Paul Carey's theatrical design work. Paul Carey is based in New York City. Photos and information include all the theatrical costume design work of Paul Carey." />

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Geoff Kenyon
Geoff Kenyon
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pcareyjr
pcareyjr

ASKER

And how about "tricks" in the content category...such as text that is colored the same as your background so it doesn't display?
I would stay away from that, it is really easily detected and will get your site banned.  Search engines can easily detect other methods of hiding text like pushing it off screen.  I wouldn't recommend either of these but if you are going to do one, I would push the text off screen as there are legit reasons to do this.  

You could also cloak it so that you are showing a search engine different pages than users, but this will also get you banned if you get caught.
It seems like I could legitimately use this method:

http://en.wikipedia.org/wiki/Fahrner_Image_Replacement

I really only NEED the text/content "Paul Carey Costume Design," which could be placed under the logo image I already have.  How would you suggest I alter the code of index.html (see below) to accomplish this (I am hoping I don't have to recode the entire page)?

Thanks,

Paul
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>Paul Carey Design</title>
        <style type="text/css">
<!--
        * {
        	border: 0;
        	}
        
        table:hover {
            border: thin dotted #757374;
        	}
        
        table {
        	margin-top: 20px;
        	border: thin solid white;
        	}
        	
        img#logo {
        	margin-top: 20px;
        	}
        p {
        	color: white;
        	background-color: white;
        	font-size: .1em;
        	}
-->
</style> 
<meta name="Keywords" content="paul carey design, theatre portfolio, theater portfolio, design portfolio, costume design, New York City, costume designer, opera, dance" />
<meta name="Description" content="Paul Carey Design is the online portfolio for all of Paul Carey's theatrical design work. Paul Carey is based in New York City. Photos and information include all the theatrical costume design work of Paul Carey." />
 
<script type="text/javascript">
 
FirstPart = 'images/index/opener';
LastPart = '.jpg';
 
function printImage() {
var r = Math.ceil(Math.random() * 3);
var currentImage = FirstPart + r + LastPart;
document.getElementById('opener').src = currentImage;
}
 
//-->
</script>
</head>
<body onload="printImage();">
<table align="center">
	<tr>
		<td>
<a href="main.html">
<img id="opener" src="images/index/opener.jpg" width="625" align="center">
</a>
		</td>
	</tr>
	<tr>
		<td align="center">
		<img id="logo" src="http://www.paulcareydesign.com/images/logo_construction.jpg" align="center" alt="Click to enter Paul Carey Design, Costume Design for Theater, Opera and Dance">
		</td>
	</tr>
</table>
<script type="text/javascript" src="javascript/indexPreload.js"></script>
</body>
</html>

Open in new window

Sure, I think that would be acceptable, you might want to change site under construction to say costume design.  Note, this isn't 100% w/o risk.  Also this is a somewhat competitive keyword, if you only work in one geographic area, you might want to geo target your keyword by adding a city/region in there (i.e. new york costume design)