![]() |
|
| |||||||
| Notices |
| Search Engine Topics and VodaHits Discussions and articles relating to search engines, SEO (Search Engine Optimaization), search engine submission, keywords, Metatags, other search engines and directories, etc... |
![]() |
| | Thread Tools |
|
#1
| ||||
| ||||
| Hi, hope you can help & assume I have this right? I want to learn how to optimise things & was about to place <h1/2/3/4/5> type tags on the headings & lesser headings down the page. But as soon as I place an <h1> tag ether side of a heading text, the text grows to about a size 20 & this size is not wanted. Is there a way of keeping the text to the size I want without messing up the SE’s looking at my tags? I also assume I am not missing something in BV that enables this to be done a different way? Thanks.
__________________ Regards Chris. London Borough of Barnet walks Collectables, Collecting, collectors-info.com Image/Photo Tips House build project |
|
#2
| ||||
| ||||
|
Hi Chris I only use the H1 and H2 tags , thanks Bethers ... ... but in that script you might notice there is a font point size = 2 or 3 or 4 or whatever 2 or 3 would be probably what you might want to use, so you would need to change that number ... and of course 1 being the smallest I guess. Is this the script that you are using? <center><h1><font face="arial" size="3" color="000000"> <b>YOURTEXTHERE</b></font></h1></center> <center><h2><font face="arial" size="2" color="#000000"><b>YOURTEXTHERE<b></font></h2></center>
__________________ Freelance Website Designer Free Webmaster Resources - Blue Voda Chat Forum LadyEye's Free Blue Voda Website Building Tips ![]() "Wishing You The Day That You Deserve!" |
|
#3
| ||||
| ||||
| Hi Lady, that’s great, but I wasn’t sure if you could have scripting within the <h1/2/3/4> tags or if these tags are meant to go directly either side of to the words that want to be used as a tag? What I wasn’t sure about, is if it was done the way you suggest, would the SE’s think that words like font/face/size/center were part of my tag ? Like this <center><h1><font face="arial" size="3" color="000000"> <b>YOURTEXTHERE</b></font></h1></center> Or like this. <h1><YOURTEXTHERE</h1> Thanks.
__________________ Regards Chris. London Borough of Barnet walks Collectables, Collecting, collectors-info.com Image/Photo Tips House build project |
|
#4
| ||||
| ||||
|
Hey Chris I see what you are saying, but I don't think so ... reason, this coding was given to me by Beth like I say, so I feel pretty confident that the seos are reading only the text part ...
__________________ Freelance Website Designer Free Webmaster Resources - Blue Voda Chat Forum LadyEye's Free Blue Voda Website Building Tips ![]() "Wishing You The Day That You Deserve!" |
|
#5
| ||||
| ||||
|
Thanks Lady. It’s funny that I have been looking for ages for this answer & most other sites only seem to show the tags directly next to the words. Still! I think I got the tag size solved like the code below & being able to place the <h1/2/3/4> tags next to the words. But what I can’t seem to do now is get a small space on the return down to the next line. Anyone know if this can be stopped from happening in the same html box. It seems to drop about 3 text lines. I am sure the tags are creating this problem, but wasn’t sure if there was a way around it. Thanks. <FONT style="font-size:16px" color="#0C5C75" face="Arial"><B><h1>Testing h1 tags</h1></B></FONT><br> <FONT style="font-size:12px" color="#0C5C75" face="Arial"><B><h2>Testing h2 tags tags</h2></B></FONT><br> <FONT style="font-size:10px" color="#0C5C75" face="Arial"><B><h3>Testing h3 tags tags</h3></B></FONT>
__________________ Regards Chris. London Borough of Barnet walks Collectables, Collecting, collectors-info.com Image/Photo Tips House build project |
|
#6
| ||||
| ||||
|
Good Question Chris .... I look forward to the answer on this one as well, thanks!!
__________________ Freelance Website Designer Free Webmaster Resources - Blue Voda Chat Forum LadyEye's Free Blue Voda Website Building Tips ![]() "Wishing You The Day That You Deserve!" |
|
#7
| ||||
| ||||
|
I had the same issues as above. From now on, Im designing my pages with the <h> tags from the start. Its much easier to compensate for spacing and stuff during the design process rather than adding them after you think your site is snug and fit. Furthermore, once i had everything looiking good in Firefox, i switched over to IE and almost cried myself to sleep that night. Good luck and keep us posted on what you figure out so we can all benefit.
__________________ Best Regards, Alex Surveillance Systems Restaurant POS | Retail POS Free WoW Gold Guide |
|
#8
| ||||
| ||||
|
Yes, you can have scripting inside the tags- but let's please get it right so that it's compliant :) And there are h1 - h6 tags - which should be used for the relevancy of the title on the page - very rarely should there ever be more than one h1 tag on a page - as it should be the MAIN headline of the page. But you could have more than one h2 - as subheadings can be equal. Here is a proper coding suggestion - change as needed: <center><h1> <font face="comic sans ms" color="FFFFFF" size="4">Your headline here</font></h1></center> The changes to text, etc should be INSIDE the h tag - and yes, you can change more than what that shows - this is simply an example. You do not need a <br> between h tags - or after one - as it creates it's own and will always give a double space like a <p> tag does. If you want to use the same information for all the tags, then you should put it outside the tag as is done in Chris' example. Both work - however, if you want to be coding correctly, then you really want that type of change inside the tag.
__________________ Beth A Child's Palace - Pinata Palace - Moxie Enterprises SEO and Marketing Tools SEO - The Basics |
|
#9
| ||||
| ||||
|
Nice one! Thankyou Beth.
__________________ Regards Chris. London Borough of Barnet walks Collectables, Collecting, collectors-info.com Image/Photo Tips House build project |
|
#10
| ||||
| ||||
| Just as an update: Just found another way to place the <h> tags on the page & be able to adjust all of the elements in CCS. As an example for a <h1> tag, paste the 1st part of the code into the head of your pages. Naturally this can be changed for different tags around the page, IE: replace the h1 for h2 & so on. <style> h1 {font-size:28px;color:#00ff00;font-family:times;font-style:italic;} </style> The above code will control the size/colour/font & style. Then all you have to do is make your text up and place it on the page in this format: <h1>Text for the head for my page</h1> Place the above, in a html box. Or html area of an BV element. If you need more info for changes? Visit this site. http://www.w3schools.com/css/css_text.asp
__________________ Regards Chris. London Borough of Barnet walks Collectables, Collecting, collectors-info.com Image/Photo Tips House build project |
|
#11
| ||||
| ||||
|
Yep, that will work, but since you only should have ONE of the tags on the page, you aren't saving any work by doing that - unless you are putting that so it automatically is on all your pages.
__________________ Beth A Child's Palace - Pinata Palace - Moxie Enterprises SEO and Marketing Tools SEO - The Basics |
|
#12
| ||||
| ||||
|
Hi Beth, Might be a bit quicker if this was pasted in the head of all pages covering the 6 h tags. I am just working on trying to stop the double line jump that the h tags seem to give if place in with other text <style> h1 {font-size:32px;color:#00ff00;font-family:times;font-style:normal;} h2 {font-size:28px;color:#00ff00;font-family:times;font-style:normal;} h3 {font-size:24px;color:#00ff00;font-family:times;font-style:normal;} h4 {font-size:20px;color:#00ff00;font-family:times;font-style:italic;} h5 {font-size:18px;color:#00ff00;font-family:times;font-style:italic;} h6 {font-size:14px;color:#00ff00;font-family:times;font-style:italic;} </style> <h1>testing h1 tag</h1> <h2>testing h2 tag</h2> <h3>testing h3 tag</h3> <h4>testing h4 tag</h4> <h5>testing h5 tag</h5> <h6>testing h6 tag</h6>
__________________ Regards Chris. London Borough of Barnet walks Collectables, Collecting, collectors-info.com Image/Photo Tips House build project |
|
#13
| ||||
| ||||
|
Hi there I just jump in. can you suggest me where I can read and understand all this <h1>.... tags issue. I undestand is very important for SEO, but I do not get where to put them in bluevoda, and what should I write in it . I am a bit slow sometimes, and this sound very complicate to me. Thank you in advance for your help. Ciao Alas www.mediterraneotanzania.com Tanzania hotels |
|
#14
| ||||
| ||||
| Quote:
When search engine come along to spider your site, you will be giving the SE a hand in saying what the importance of certain phrases & words are to that page. There is quite a bit more, but this is the short version. But it is also usually good idea to make these key words & good search terms.
__________________ Regards Chris. London Borough of Barnet walks Collectables, Collecting, collectors-info.com Image/Photo Tips House build project |
|
#15
| ||||
| ||||
|
Thanks for the explanation Chris. For ex: in my business a good keyword is "Tanzania Hotels", for my index page. Should I insert this keyword in my <H1> tag, and how can I do this in bluevoda. Also, where should I insert <H2>, and <H3>, and so on in bluevoda? May be I am asking to many things, maybe this is the wrong thread, to ask these questions. In my business the competition on SEO is very high, right now I am paying google a lot of money to be in their Adwords program, and to be not always in the top 6 Ads. I will really appreciate some help. Alas |
|
#16
| ||||
| ||||
|
Hi, I am by no means the best one to ask about this, but key words are a mine field to finding out what the best for your site is. Is <h1>Tanzania Hotels</h2> your best key word & is it relevant to the page you are placing it on. This might be a good one for your front page & if you have a reference to Safari’s as an item on this page? Then maybe <h2>Tanzania Safari</h2> will help as well. But if you have a Safari page, then it might be wise to reverse the H tags, making the Safari an h1 tag. You can place them on the page via an html box or sometimes via the html of an object. I did actually put a suggesting in to see if BV could allow us to enter h-tags in the same way you would add a hyperlink to a highlighted word. Good luck.
__________________ Regards Chris. London Borough of Barnet walks Collectables, Collecting, collectors-info.com Image/Photo Tips House build project |
|
#17
| ||||
| ||||
|
Chris - all h tags will automatically have a double line jump - as they should - if they are headlines, they are to be separated out from the text. I agree, if on all pages, you want your headlines to have the same color, size, etc - then putting them in the css is the way to go - and will be easier. (I've been known to change colors on them on various pages, or even have them be a different size text.)
__________________ Beth A Child's Palace - Pinata Palace - Moxie Enterprises SEO and Marketing Tools SEO - The Basics |
|
#18
| ||||
| ||||
|
Hi Beth, found a way to do it with tags in line, so it may help in some situations. But good planning is what’s needed. lol h1 {font-size:32px;color:#00ff00;font-family:times;font-style:normal;display:inline;} h2 {font-size:28px;color:#00ff00;font-family:times;font-style:normal;}
__________________ Regards Chris. London Borough of Barnet walks Collectables, Collecting, collectors-info.com Image/Photo Tips House build project |
|
#19
| ||||
| ||||
|
Hi, tell me if I got it. I copy this line from Beth : <center><h1> <font face="arial" color="FFFFFF" size="4">Tanzania hotels</font></h1></center>. In red is what I have changed. I open the html of the banner rotator I have in my index page, and inserted that line in " Inside tag ", and published. Is this the right way? Please let me know. Alas |
|
#20
| ||||
| ||||
| Quote:
Thank you in advance Alas |
|
#21
| ||||
| ||||
|
Hi alas, I would like to know the same thing. Anyone to give us a hand? Cheers,
__________________ N Z B R t o u r s New Zealand Tours Excursiones en Nueva Zelanda Nova Zelandia Pacotes e Roteiros Nouvelle Zelande Voyage Neuseeland Reisen |
|
#22
| ||||
| ||||
|
No, that isn't where this would go. It doesn't go in your banner rotator. You have copied the text and made the appropriate changes - but aren't understanding how to add it to the page. You need to open an html box and put this text there. Place the html box on the page where you want the text to appear. (You'll find the icon to add a html box to your page on the top of the icons that run down the left side of BV.
__________________ Beth A Child's Palace - Pinata Palace - Moxie Enterprises SEO and Marketing Tools SEO - The Basics |
|
#23
| ||||
| ||||
|
Hi Beth, thank you for your help, now I have done it that way. Thanks again Alas We have a new "Sticky" that incorporates all of this thread into one Easy-To-Follow Step-By-Step post > http://www.vodahost.com/vodatalk/sea...echniques.html |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |