|
|
#1 |
|
img's as links-surely not good SEO?
I'm trying to improve the poor colour scheme and effects on my basic site linked below.
So I thought maybe I'd have some sexy link buttons and effects etc. but then I thought I'll have to create imgages in photoshop and surely that's wrecking Search Engine Optimization? As I have links corresponding to my SEO. Surely using img buttons would have a detrimental effect on this?
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
|
|
|
0
|
|
|
#2 |
|
The img tag provides an alt attribute that allows you to add the text that is in the image. The anchor tag has a title attribute that allows you to add a description for the link. These help maintain SEO when using imagery for links.
|
|
|
|
0
|
|
|
#3 |
|
I'm using dreamweaver and it prompts you for text. I have been just putting in a description of the product the site sells. Is there any guidelines for this? I'm sure I repeated the same phrase several times.
__________________
iPhone 4 13" Aluminum Macbook LED Cinema Display 2009 MacPro iPad 2
|
|
|
|
0
|
|
|
#4 |
|
Not sure exactly what you're saying there Akk.
I'm wondering if I should have text of my heading and the background as the same image, or I should have the background-image and text from the browser ontop of that? I'm having terrible trouble positioning the image and even getting it to show up. I'm referring to <h2> on my index page. The image is not even showing up, though I did have it showing up a few hours ago. Now nothing. I've been on it about 7 hours and was not expecting it to be so difficult.
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
|
|
|
0
|
|
|
#5 |
|
You can use background images with text on top to have the best of both worlds.
__________________
[ A&M: 41 OU: 13 ]
|
|
|
|
0
|
|
|
#6 |
|
Cheers Ignatius, I just got it sorted. What I did was had to 'save as optimized' in Adobe Image Ready and that sorted it despite being as .png in first place.
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
|
|
|
0
|
|
|
#7 |
|
Also if you didn't want the text to appear on top of the img you could set the text-indent to -1000 for example, you still have the text in the link for the SEo but you don't actually see it on screen and use a background img with CSS
__________________
20" Aluminum iMac 2.0GHz, 2 GB RAM, 250GB HD; iPhone (EDGE); iPod Classic 160GB Watch My Youtube Videos http://www.youtube.com/user/polarblair2000 |
|
|
|
0
|
|
|
#8 |
|
would using text that's the same color as the background work too?
|
|
|
|
0
|
|
|
#9 |
|
Cheers for input people, Macky you're correct I read a SEO tip on exactly what you've picked up on your own intuition
.
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
|
|
|
0
|
|
|
#10 |
|
Yes that should work. You can also make the font size 0px to make it disappear.
__________________
[ A&M: 41 OU: 13 ]
|
|
|
|
0
|
|
|
#11 | ||
|
Quote:
Code:
.nosee {
width: 1px; height: 1px;
overflow: hidden; float: right;
}
Quote:
|
|||
|
|
0
|
|
|
#12 |
|
That is considered Black Hat SEO and will get you banned from the SERPS
|
|
|
|
0
|
|
|
#13 |
|
It's not black hat if you are using an image of the exact same text, in the same location, as your navigation.
__________________
[ A&M: 41 OU: 13 ]
|
|
|
|
0
|
|
|
#14 | |
|
Quote:
The alt attribute of the image tag is intended to be used by screen readers or devices for the visually impaired. But it, along with the title attribute in links, can also be used to display additional information. Never repeat what's already displayed via text (aside from SEO, imagine if you're visually impaired listening to a screen reader, everything twice) so use the alt attribute to explain the graphic or add details in a brief manner not already evident onscreen. The best use of alt is to imagine the image isn't there, and word the alt text accordingly to describe the missing image's content. -jim
__________________
Jim Goldbloom Sr. Web Developer, owner GoldTechPro, LLC http://www.GoldTechPro.com
|
||
|
|
0
|
|
|
#15 | |
|
Quote:
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
||
|
|
0
|
|
|
#16 | |
|
What follows is subjective of course, but good tips for most situations and certainly not the only tips. Here are some I've compiled over time...
Top 10 SEO tips: Quote:
__________________
Jim Goldbloom Sr. Web Developer, owner GoldTechPro, LLC http://www.GoldTechPro.com
Last edited by SrWebDeveloper; Oct 29, 2009 at 12:16 AM. Reason: #8 changed from tag to attribute |
||
|
|
0
|
|
|
#17 |
|
I believe you meant the title attribute, but rather than the title tag. You covered the tag earlier. Good list by the way, I do all of those usually.
|
|
|
|
0
|
|
|
#18 |
|
Thanks, I edited it in case anyone copy/pastes.
__________________
Jim Goldbloom Sr. Web Developer, owner GoldTechPro, LLC http://www.GoldTechPro.com
|
|
|
|
0
|
|
|
#19 |
|
Yeah great list Jim
thanks much appreciated. I named all my images relevantly to keywords and in lightbox 2 I couldn't keep writing individual descriptions for the images because there was so many so listed keyword 'Formwork' so it was repeated a lot.Will this be penalised?
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
|
|
|
0
|
|
|
#20 |
|
You can also use plain text links and an image replacement technique to show only the images with whatever fancy font or effects you really want to use for your nav. It just means that when you add a page you have to make new graphics and update your stylesheets instead of just adding a link to a list.
|
|
|
|
0
|
|
|
#21 |
|
Google's analysis of pages is constantly evolving (as well as the other search engines) and SEO isn't an exact science, so it cannot be determined precisely if you have repeated the keywords too many times and will be penalized. Just use common sense, and don't add extra keywords without a good reason. Turn off all images, stylesheet, and JavaScript and take a look at the text on your page and see if you're using a word too much or it feel spammy.
|
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| iTunes PDFs not seen as "Books"/not recognized when exporting | macstatic | Mac Applications and Mac App Store | 3 | Nov 17, 2010 06:53 AM |
| What Is Good And What Is Not Good 3GS | iphonetoday | Wasteland | 1 | Jun 20, 2009 03:34 PM |
| My app name is not good? and not fun? | alones | iPhone and iPod touch Apps | 20 | Apr 7, 2009 08:44 PM |
| Macbook As Primary Computer Good For Long Time Use? | lyte edge | Buying Tips and Advice | 19 | Feb 10, 2008 12:38 PM |
| Dell DJ Good, But Not Good Enought Compared to iPod | MacBytes | MacBytes.com News Discussion | 7 | Jan 31, 2004 11:51 PM |
All times are GMT -5. The time now is 07:00 AM.




Surely using img buttons would have a detrimental effect on this?



13" Aluminum Macbook


Jim Goldbloom
Linear Mode

