| SEO Forum Search engine optimization discussions. |
12-17-2007, 11:23 PM
|
#61 (permalink)
|
|
v7n Mentor
Join Date: 07-18-06
Location: India
Posts: 1,648
|
I think Title is the most important thing for any web page. And with Description tag, you can get one more advantage for adding up more content. But it should be relevant and interesting to visitors, I prefer.
|
|
|
12-21-2007, 01:55 AM
|
#62 (permalink)
|
|
Contributing Member
Join Date: 06-27-07
Location: India
Posts: 217
|
Webmasters who experienced about....
Quote:
Originally Posted by coolslko
I am in little confusion about using Meta tags because as I know meta tags are devalued and not valuable for search engines as earlier and do not help to get higher ranking on search engines or Page rank so still we should use meta tags or now we should leave it.
Does it all right to add meta tags and leave your keywords open among your competitors. I mean by using keyword tag we add our all main keywords to our keyword tag and your competitors can easily see your keywords through view source and your hard work in selecting right keywords will be waste and your competitors have better chance to rank well and also have great chance to beat you without doing enough hard work.
What should we do, use it or avoid Meta tags now?
|
Webmasters who experienced about them and used them pulled well more traffic. Then got clever and started using them to betray, so the engines got smarter and step by step attributed less and less importance to them.
Today, some webmasters leave them out totally.
The way I see it is that, if Meta tags don't hurt ranking (which they don't), then there's no cause not to use them.
Quote:
|
Nothing to loose. (As long as you don't cheat on)
|
Your page will be penalised if a search engine feels that you are applying Meta tags to gain an unfair reward.
Quote:
Don't burden description with only keywords.
A keyword-loaded description is grounds for exception from a search engine's database. Even if get away with it, some search engines use that description in its search results under site's title. The true part of the description is to invite a click. It has to grab the attention of a human reader and convince her to click through to site. Make site description keyword-rich, but focus on the human reader.
Don't repeat keywords
You can safely repetition a word 3 times. Some people say it's 5 times. Perhaps they're right. I stick to 3 to be safe.
|
|
|
|
12-21-2007, 03:11 AM
|
#63 (permalink)
|
|
Junior Member
Join Date: 12-05-07
Posts: 27
Latest Blog: None
|
Hi
This little nutshell eh - and this is a subject I feel often is forgotten. There are tons of META tags available, but so many developers simply ignore them, or just don't know how to use them.
Here's a list of useful META tags you can use.
name="keywords" content="keywords go here"
This tag is a must. It lets you specify keywords people might use when looking for your site. Enter as many as you can think of, but don't repeat each word more than once.
name="description" content="description goes here"
Here you can enter a short description for your site. Avoid using phrases like "the best" .. Keep the description short, but to the point. Usually, this is what a person will see as the title when using a search engine.
http-equiv="expires" content="expiration date (Example: Mon, 24 Dec 2007 23:00:00 MST)"
If you want to make sure that the visitor gets the latest version of your page, enter an expiration date in the past. Or, simply enter the date when the page will become outdated.
http-equiv="pragma" content="no-cache"
This tag tells IE not to cache the page.
name="robots" content="instructions go here"
This tag tells a SE spider whether to index a page or not (index/noindex), and whether to follow links on the page or not (follow/nofollow). You can use these in any combination you want.
index, follow - Default value. Page will be indexed, and links on the page will be followed.
index, nofollow - Page will be indexed, but any links on the page will not be followed.
noindex, follow - Page will not be indexed, but links on the page will be followed.
noindex, nofollow - Page will not be indexed, and links on the page will not be followed.
name="author" content="author's or company's name"
Pretty self explanatory. Information about who is the author goes here. This information will for example be showed in the page info for Mozilla users.
name="copyright" content="copyright information"
Pretty self explanatory as well. The proper copyright information starts with the word 'Copyright' followed by the copyright symbol, the year(s) you claim copyright, and your name (or company). Example: Copyright © 1996-2007 - Copyright - WEBcouk - Darren Earney
http-equiv="Content-type" content="text/html;charset=ISO-8859-1"
Is your site using a certain character set? Well, here you can specify which character map to use. As long as you are using only basic latin characters (a-z, no funky symbols that can't be typed on a standard keyboard), this tag can be omitted. But if you are using certain character entities (like àçëíðñø) you should use this tag to ensure that they will be displayed properly.
I hope this helps you COOLSLKO and Merry Xmas,
Darren at WEBcouk
Last edited by WEBcouk : 12-21-2007 at 03:13 AM.
Reason: Spelling error
|
|
|
12-21-2007, 11:04 AM
|
#64 (permalink)
|
|
Contributing Member
Join Date: 12-03-07
Posts: 564
Latest Blog: None
|
Quote:
Originally Posted by WEBcouk
Hi
This little nutshell eh - and this is a subject I feel often is forgotten. There are tons of META tags available, but so many developers simply ignore them, or just don't know how to use them.
Here's a list of useful META tags you can use.
name="keywords" content="keywords go here"
This tag is a must. It lets you specify keywords people might use when looking for your site. Enter as many as you can think of, but don't repeat each word more than once.
name="description" content="description goes here"
Here you can enter a short description for your site. Avoid using phrases like "the best" .. Keep the description short, but to the point. Usually, this is what a person will see as the title when using a search engine.
http-equiv="expires" content="expiration date (Example: Mon, 24 Dec 2007 23:00:00 MST)"
If you want to make sure that the visitor gets the latest version of your page, enter an expiration date in the past. Or, simply enter the date when the page will become outdated.
http-equiv="pragma" content="no-cache"
This tag tells IE not to cache the page.
name="robots" content="instructions go here"
This tag tells a SE spider whether to index a page or not (index/noindex), and whether to follow links on the page or not (follow/nofollow). You can use these in any combination you want.
index, follow - Default value. Page will be indexed, and links on the page will be followed.
index, nofollow - Page will be indexed, but any links on the page will not be followed.
noindex, follow - Page will not be indexed, but links on the page will be followed.
noindex, nofollow - Page will not be indexed, and links on the page will not be followed.
name="author" content="author's or company's name"
Pretty self explanatory. Information about who is the author goes here. This information will for example be showed in the page info for Mozilla users.
name="copyright" content="copyright information"
Pretty self explanatory as well. The proper copyright information starts with the word 'Copyright' followed by the copyright symbol, the year(s) you claim copyright, and your name (or company). Example: Copyright © 1996-2007 - Copyright - WEBcouk - Darren Earney
http-equiv="Content-type" content="text/html;charset=ISO-8859-1"
Is your site using a certain character set? Well, here you can specify which character map to use. As long as you are using only basic latin characters (a-z, no funky symbols that can't be typed on a standard keyboard), this tag can be omitted. But if you are using certain character entities (like àçëíðñø) you should use this tag to ensure that they will be displayed properly.
I hope this helps you COOLSLKO and Merry Xmas,
Darren at WEBcouk
|
Nice Post, additional info...
Thanks Man...
|
|
|
03-06-2008, 03:18 PM
|
#65 (permalink)
|
|
Junior Member
Join Date: 03-02-08
Posts: 24
Latest Blog: None
|
Meta Tags
Can my description, keyword and title tags contain actual content on the page as well as names in the links. The reason I ask is that some of my target keywords etc or in the link text. I guess what I mean, is will this help with search engines to have link text in the description and title tags
|
|
|
03-06-2008, 03:24 PM
|
#66 (permalink)
|
|
Contributing Member
Join Date: 07-26-07
Posts: 154
Latest Blog: None
|
Yes that would help as long as it is revelant to the underlying content on the site!!
|
|
|
03-06-2008, 03:29 PM
|
#67 (permalink)
|
|
Junior Member
Join Date: 03-02-08
Posts: 24
Latest Blog: None
|
Thanks
I appreciate the reply. It goes with the site content.
|
|
|
03-06-2008, 08:04 PM
|
#68 (permalink)
|
|
Junior Member
Join Date: 03-06-08
Posts: 1
Latest Blog: None
|
Yes, it can. As a matter of fact, some joomla seo plugins actually take a line from your post, and parse words from your post to generate your meta tags.
|
|
|
03-07-2008, 09:41 PM
|
#69 (permalink)
|
|
Contributing Member
Join Date: 09-25-07
Posts: 78
Latest Blog: None
|
Description is the displaying the content in the summarrised manner just like displaying the theme of the website. Title and keywords contains the keyword and those keywords are also inserted in the content keeping in view the density.
|
|
|
03-08-2008, 07:36 AM
|
#70 (permalink)
|
|
Junior Member
Join Date: 03-08-08
Location: northern Illinois
Posts: 4
Latest Blog: None
|
trying to understand meta tags...
Hi,
I was always under the impression meta tags were very important.
Now I am hearing, they are not?
I just came across your forum and am reading and reading but thought I might as well just post.
Would someone take a look at my website, www.shedplans.com
and give me an honest opinion on the meta tags and the site in general?
Thanks.
|
|
|
03-08-2008, 09:37 AM
|
#71 (permalink)
|
|
Contributing Member
Join Date: 03-07-08
Posts: 71
Latest Blog: None
|
Meta Tags Help
Is there anywhere I can go to learn exactly how I should do my Meta Tags for my site. John
|
|
|
03-08-2008, 03:06 PM
|
#72 (permalink)
|
|
Contributing Member
Join Date: 05-18-04
Location: Florida
Posts: 987
Latest Blog: None
|
You seem to have a handle on the metas - just need to work on the body links and alts
Examples:
"Our plans" - Our shed plans
"If you might want to use your shed as a workshop, add windows for light and ventilation"
Sheds Plans - to use your shed as a workshop shed,
Plans to add shed windows
Plans to add light and ventilation to your shed.
Your keywords are kinda messed up like these- FAQ, building, how to, howto
etc. If you're gonna do that that the commas out! or shed how to Shed faq shed building plans how to build shed
Here's where you stand on the keywords you listed: http://64.62.146.160/1/sheds.htm
__________________
Just because you're paranoid doesn't necessarily mean people aren't out to get you
Last edited by pinkfluffybunny : 03-08-2008 at 03:36 PM.
|
|
|
03-08-2008, 03:40 PM
|
#73 (permalink)
|
|
Contributing Member
Join Date: 05-18-04
Location: Florida
Posts: 987
Latest Blog: None
|
Sorry, I should have checked your host first - above may not be correct - crappy host crappy results - sorry I'm so used to just checking my clients (I have them hosted on a good host)
It's hard to get the real standings because your ISP has the DNS records messed up - get a good host and DNS server- you're host is killing you, even if you do everything right the engines will not be able to index your site correctly.
Quote:
NS list mismatch: registration authority reports that domain is hosted on the following servers: 'ns1.techintervention.com; ns2.mydyndns.org', but DNS server ns1.techintervention.com reports domain to be hosted on 'ns2.techintervention.com; ns1.techintervention.com'. Please make sure that you configure the same DNS servers in registrar database and on your DNS
DNS server ns2.mydyndns.org[204.13.249.76] is alive, but not authoritative for domain 'shedplans.com' and didn't return SOA
1 server(s) are alive
DNS server ns2.mydyndns.org failed and will be dropped from other tests
|
I'm not going to waste time checking it with the www, then without the www then - - never mind you get it - the DNS is all screwed up
__________________
Just because you're paranoid doesn't necessarily mean people aren't out to get you
Last edited by pinkfluffybunny : 03-08-2008 at 03:52 PM.
|
|
|
03-08-2008, 07:14 PM
|
#74 (permalink)
|
|
Junior Member
Join Date: 03-05-08
Posts: 15
Latest Blog: None
|
PFB, what are some of the host companies you would recommend?
|
|
|
03-09-2008, 07:52 AM
|
#75 (permalink)
|
|
Contributing Member
Join Date: 05-18-04
Location: Florida
Posts: 987
Latest Blog: None
|
I don't want to recommend one on the board.
A good host will cost about 35.00 a month. But if you get a return on your investment it's worth it. Service is what you pay for - not a place to park a site.
I'll pm you the host (his personal number) I use them for my clients - the guy that owns it is a total geek - but the best I've found. (I have no interest in the company at all).
__________________
Just because you're paranoid doesn't necessarily mean people aren't out to get you
|
|
|
03-09-2008, 09:59 AM
|
#76 (permalink)
|
|
Junior Member
Join Date: 03-08-08
Location: northern Illinois
Posts: 4
Latest Blog: None
|
thanks so much for looking at this and pointing out things.
This is alittle over my head.
My problem is my items are all digital downloads.
I use a program thru paypal which is on that server.
Do you know of another program that would do the autodownload after the payment is recieved?
I recieved your PM and will give this some thought.
|
|
|
03-09-2008, 10:16 AM
|
#78 (permalink)
|
|
Junior Member
Join Date: 03-08-08
Location: northern Illinois
Posts: 4
Latest Blog: None
|
I wish I understood more of this stuff. I am gonna go study this candypress and see if it will replace the EW program we are using now.
I am not adverse to moving my site from that little free server to a decent one as long as I can be assured it will still be automated and pay off for the extra expense.
I really appreciate your helping me here *S*
|
|
|
03-09-2008, 10:34 AM
|
#79 (permalink)
|
|
Contributing Member
Join Date: 05-18-04
Location: Florida
Posts: 987
Latest Blog: None
|
That's the thing, you don't have to understand all this stuff, if your host does.....lol
Good luck to you -
by the way tell the guy you want front page server entensions (it will already have it tho)
You'll be able to edit online live and not worry about building and uploading. I think I can find you a copy of fp somewhere....lol
I post on candypress's forum from time to time - http://www.candypress.com
There are carts that do more, but for your needs it will do fine.
Ebay - may do you good also.
those blue dot alts need to be filled in - it's how you add more content to a page without having to scroll <td valign=top width='6%'><IMG SRC="pics/pics/bluebutton.gif" alt=" fill me in and add a link">
__________________
Just because you're paranoid doesn't necessarily mean people aren't out to get you
Last edited by pinkfluffybunny : 03-09-2008 at 10:44 AM.
|
|
|
03-09-2008, 11:07 AM
|
#80 (permalink)
|
|
Junior Member
Join Date: 03-08-08
Location: northern Illinois
Posts: 4
Latest Blog: None
|
Quote:
That's the thing, you don't have to understand all this stuff, if your host does.....lol
Good luck to you -
by the way tell the guy you want front page server entensions (it will already have it tho)
You'll be able to edit online live and not worry about building and uploading. I think I can find you a copy of fp somewhere....lol
|
Oh I dont mind making the pages and uploading them. Its just learning about the shopping cart (download program, I am concerned about) or I would have moved the site from his server long ago......

|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|