Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
Keyword Placement
#1
Posted 01 October 2011 - 06:39 PM
The problem is customers would use Keywords in google like "Computer Repairs Athy" or "Computer Repairs Kildare"
The words Athy & Kildare do not feature on the frontpage of my site, is there anywhere in the background code I can place these words so Google would pick them up?
Any help would be great!
#2
Posted 02 October 2011 - 03:08 AM
#3
Posted 02 October 2011 - 03:25 AM
Thanks for the reply!
Below is an example of my "Virus Removal" page. How/Where would I include "Virus Removal Athy Co Kildare" without it appearing on the site but being picked up by a search engine?
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Byrne Computing Services</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="inc/jquery.js"></script>
<script type="text/javascript" src="inc/easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider();
});
</script>
</head>
<body>
<div id="wrapper">
<!--#include file="inc_header.html" -->
<!--#include file="inc_scrollingimages.html" -->
<div id="boxesholder">
<!--#include file="inc_specials.html" -->
<div id="main">
<div id="mainheader">
Virus and Malware Removal</div>
<div id="maincontent2">
<h2>PC infected with spyware or a virus? Worried about your existing data and files?</h2>
<p><img src="images/content_sickcomputer.jpg" alt="Binary Code" width="400" height="265" class="images" />Are any of the following happening to you?:</p>
<ul type="disc">
<li>Your browser is hijacked and taken to a strange website other than those you type into the address bar.</li>
<li>Your homepage keeps changing and the redirected search results are full of ads or objectionable content.</li>
<li>You are bombarded with the popup advertisements that aren't related to a web site you are used to visiting.</li></ul><ul type="disc">
<li>New and unexpected toolbars are added on your web browser without consents and they return each time you restart your PC even though being removed. </li>
<li>You continually receive unknown system warning and error messages, claiming that your system is infected or unsafe and asking for money to buy the license to remove the so-called detected infections.</li>
<li>You are noticing your computer is hijacked by fake antivirus software blocking your Internet access or modify your data and files while the current antivirus protection applications do not have any detection on it.</li>
</ul>
<p><strong>Relax and let our specially trained technicians fix your infected PC</strong><strong>.</strong><strong> </strong><strong> We </strong><strong>will detect and eliminate even deeply rooted infections and get your computer back up and running smoothly. For unknown spyware and viruses, our experts will use a customized removal technique to ensure your valuable files are not lost. </strong><strong> </strong></p>
<ul>
<li>It is professional, fast, easy and flexible for your schedule</li>
</ul>
<ul type="disc">
<li>Save you time and the frustration of resolving it yourself</li>
<li>Smoothen your PC experience, secure your PC and speed up your PC performance</li>
</ul>
</div>
</div>
</div>
<!--#include file="inc_offers.html" -->
<!--#include file="inc_footer.html" -->
</body>
</html>
Thanks for the help so far
#4
Posted 02 October 2011 - 04:57 AM
#5
Posted 02 October 2011 - 06:51 AM
The answser is: You can't ... and you shouldn't.
Search engines are only interested in indexing terms that the site visitor will see.
In this case, I wonder why you don't want "Athy Co Kildare" to appear on the site. If this is your geographical location, then surely it's in your interests to make this known to your visitors. This is especially true given that you are selling computer repairs, which presumably serves a local market.
#6
Posted 02 October 2011 - 07:19 AM
Search engines are only interested in indexing terms that the site visitor will see.
In this case, I wonder why you don't want "Athy Co Kildare" to appear on the site. If this is your geographical location, then surely it's in your interests to make this known to your visitors. This is especially true given that you are selling computer repairs, which presumably serves a local market.
Thans for the reply
It's not that I dont want the location to be seen, its just that now the sites built I'm not sure where I could put it? I dont think I'm allowed to post a link to my site to show you what I mean.
I was just wondering if there was something I could do in the background code which could have the same effect
#7
Posted 02 October 2011 - 07:24 AM
Change your title to
<title>Computer Repairs Athy, Computer Repairs Kildare</title>
<meta name="description" content=" write about Byrne Computing Services"/>
<meta name="keyword" content=" all your keywords which you are targeting"/>
Place these code in your header where your title is: <title>Byrne Computing Services</title>
Thanks...
#8
Posted 02 October 2011 - 07:40 AM
#9
Posted 02 October 2011 - 07:58 AM
Hey,
Copy and paste what I have written in previous post.
If you want to optimize your site for particular keyword then that keyword should be appear in title and meta.
Thanks.
#10
Posted 02 October 2011 - 08:20 AM
No. That won't do any good. Search engines no longer pay any attention to the keyword meta tag. It does no harm to use it, but it won't produce the desired result.
Mike, you say you've included "Athy, Co Kildare in the inc_header & inc_footer files". If that means they show up on your pages, then that should sove the problem (but don't be surprised if it takes a few days or weeks for the search engines to pick them up.
#11
Posted 02 October 2011 - 09:02 AM
Mike, you say you've included "Athy, Co Kildare in the inc_header & inc_footer files". If that means they show up on your pages, then that should sove the problem (but don't be surprised if it takes a few days or weeks for the search engines to pick them up.
Hey,
Search engines definitely concentrate on title and meta tag. I have recently experienced it.
So, how could you say my dear friend that That won't do any good.
Thanks.
#12
Posted 02 October 2011 - 09:21 AM
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Byrne Computing Services - Virus/Malware Removal - Athy, Co Kildare</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="inc/jquery.js"></script>
<script type="text/javascript" src="inc/easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider();
});
</script>
</head>
<body>
<div id="wrapper">
<!--#include file="inc_header.html" -->
<!--#include file="inc_scrollingimages.html" -->
<div id="boxesholder">
<!--#include file="inc_specials.html" -->
<div id="main">
<div id="mainheader">
Virus and Malware Removal</div>
<div id="maincontent2">
<h2>PC infected with spyware or a virus? Worried about your existing data and files?</h2>
<p><img src="images/content_sickcomputer.jpg" alt="Binary Code" width="400" height="265" class="images" />Are any of the following happening to you?:</p>
<ul type="disc">
<li>Your browser is hijacked and taken to a strange website other than those you type into the address bar.</li>
<li>Your homepage keeps changing and the redirected search results are full of ads or objectionable content.</li>
<li>You are bombarded with the popup advertisements that aren't related to a web site you are used to visiting.</li></ul><ul type="disc">
<li>New and unexpected toolbars are added on your web browser without consents and they return each time you restart your PC even though being removed. </li>
<li>You continually receive unknown system warning and error messages, claiming that your system is infected or unsafe and asking for money to buy the license to remove the so-called detected infections.</li>
<li>You are noticing your computer is hijacked by fake antivirus software blocking your Internet access or modify your data and files while the current antivirus protection applications do not have any detection on it.</li>
</ul>
<p><strong>Relax and let our specially trained technicians fix your infected PC</strong><strong>.</strong><strong> </strong><strong> We </strong><strong>will detect and eliminate even deeply rooted infections and get your computer back up and running smoothly. For unknown spyware and viruses, our experts will use a customized removal technique to ensure your valuable files are not lost. </strong><strong> </strong></p>
<ul>
<li>It is professional, fast, easy and flexible for your schedule</li>
</ul>
<ul type="disc">
<li>Save you time and the frustration of resolving it yourself</li>
<li>Smoothen your PC experience, secure your PC and speed up your PC performance</li>
</ul>
</div>
</div>
</div>
<!--#include file="inc_offers.html" -->
<!--#include file="inc_footer.html" -->
</body>
</html>
#13
Posted 02 October 2011 - 09:36 AM
Put meta tag between head tag in source code.
#14
Posted 02 October 2011 - 09:49 AM
Put meta tag between head tag in source code.
At the moment it looks like this
How do I modify it so it's a description meta tag??
Edited by Mikebyrne000, 02 October 2011 - 10:44 AM.
#15
Posted 02 October 2011 - 10:15 AM
How do I modify it?
This is different meta tag
put following meta tags below above one.
<meta name="description" content="your content"/>
<meta name="Keyword" content="your target keywords"/>
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





This topic is locked



