HTML - Questions About Meta Tags And Links.
Hi, i'm new here, and new at html, i have 2 questions.
I've building a website and i want to know is there a differnet about the way to wrote a meta tags, what the best way to wrote them that the search engine find them ? Example 1 : forum,website,internet (without space) Example 2 : forum, website, internet (with space) Question 2, it's about a display link, when i rollover the mouse on some link it's display it on the bottom of internet explorer like on this picture : Is there a code to disable it, that anyown rollover want see the link ? Thanks in advance. Similar TutorialsHave a general question for meta tags. Beyond description and keywords, is there anyother categoires. Also should i put the exact same meta tags on each page of specifiy them for the page?? Thanks for your help caleb Hello, I uploaded my first web site and I wrote some key words in the meta tags. <meta name="keywords" content="..."> <meta name="description" content="..."> <meta name="language" content="..."> <meta name="country" content="...> <meta name="robots" content="all"> The problem is that when I am writing on the google web page the keywords, it cannot find the web site. Can anyone help with the above problem?? Hi All, I know Meta tags aren't a huge thing these days but I still like to use them, just wondering what everyones thoughts were on which ones to use? I think they are way too many, obviously 'description' and 'keywords' would be important... Any others? And anyone know of any good generators? Thanks! hello i dont no if i have written these meta tags correctly, because my website doesnt come up on google. Any Help? HTML Code: <head> <title>Dark-Host.net</title> <link href="style.css" rel="stylesheet" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="keywords" content="dark-host web hosting cheap affodable efficent webhosting free australian dark host " /> <meta name="description" content="Dark-Host.net, Cheap and Affodable Web Hosting! /> </head> In terms of search engine ranking, is it better for a websites meta tags (title, keywords, and description) to be different on every page of the site?... or is it best to make one really great tag and copy/paste it into every page? I would think the first would be better but then there won't be the constant repetition of good keywords because every pages tags will be different. The code in a script I'm using shows this code on the main page: Code: <meta name="Description" content="[var.description;htmlconv=no;]"> <meta name="Keywords" content="[var.tags;htmlconv=no;]"> Shouldn't their be a line "meta tags=" for the keywords? Or will replacing the word "Keywords", in the code above, with some keywords, do the trick? Or do I need to add keywords elsewhere? Thanks I have been creating a number of sites just using title pages and i never used meta tags such as keywords and description. i now realised that someone advised that many pages goes into similar ones shown by google. so, do i need to use meta tags? is not using meta tags hurt my se rankings? So Here is my situation: I have been fighting to update my meta tags. But then I caught something funny? Check the meta tags under these two addresses: www.lightingbryan.com << this is the correct code www.lightingbryan.com/index.html << this is the wrong code look at the top. the index.html has some meta tags that I seem to have included somewhere. The main issues is isnt those two address the same page? When I go into DW I see the www.lightingbryan.com code. how do I get rid of this phantom code. PS (I manually erased all meta tags from the .com site then manually added the right codes.) Also The reason this bothers me is when I click a link from in the site I get taken back to the .html site. It seems google is using my .html meta tags which I do not want PLEASE HELP! I've seen basic META tags for things such as Author, Keywords, Description, and Copyright (I think that's all of them). So I was wondering what are all the different META Tags and what do they do? I'm not sure if I'm using them correctly or not. Hi all, I have made a very basic page (dont laugh its my first attempt)..I need someone to help me out with a proper linked site etc soon..for $ if need be http://www.remotehydroponics.com/ http://www.remotehydroponics.co.uk/ I have got the hang of the cpanel etc I followed a youtube tutorial on how to add the meta tags etc then I submitted the urls to google. When I go to this site to check the meta tags they are all coming back blank.. http://www.submitexpress.com/analyzer/ Here is the code as of the page..... Any help greatly apreciated Hello, I am very new to HTML. With that said here is my issue. I want to post meta data within the head tags of my html. However, when i do this the table i created in the body of the code ceases to work. I created a very simple intro page. all that exists there is a logo of my bussiness then underneath a splash page embeded. When i enter the meta data the logo and splash area are off center. Currently I took the meta tags out of the html, but I really want to place them back. Ever heard of this happening before? Can you help? Thanks, Matt My page is www.skelniktoday.com if you want to take a look and view the source. Who knows maybe you just need a laugh at the level of novice my html is. Dear All Can you please guide me to uinclude meta tags in foreign language ? PLEASE HELP I want to include tags liike свяжите тесьмой) упаковывая рекламируя обеспеченность цвет импортера консигнанта изготовления stationery BOPP PSA Индии напечатанный 录音)给 安全 做广告烙记的 文具 BOPP PSA 印度 制造商 出口商 进口商 打印的 颜色 Please help Hi guys, I recently set up a website for a friends business, it's pretty empty at the moment and we haven't smartened it up, but we've been trying to get the <head> section correct as it seems we never get found in any search engines no matter what the meta tag details are in the html code. I tried to check with our host and they just said check with the search engines, when i check with them, it usually just says my page can't be indexed but I'm not sure why. Can anybody look and see if something it wrong and stopping this that would be greatly appriciated as we really wanted to get found within engines, www.michaelludlow.co.uk Just a plain n simple painting & decorating site Anyway thanks in advanced guys. I've designed a web page using WebEasy and I'm going to have to insert the meta tags manually. I've figured out where the code has to go and I know the code has to be something like this: <meta name="keywords" content="keyword, keyword, keyword"> Anyway, my question is what if the keywords don't all fit on one line? Do I let it wrap around like this: <meta name="keywords" content="keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword, keyword"> Or do I start a new line, like this: <meta name="keywords" content="keyword, keyword, keyword"> <meta name="keywords" content="keyword, keyword, keyword"> Thanks Oh, and if I change the meta tags do I have to resubmit my site to google? Thanks I'm trying to create a page that refreshes a frame at a random interval - I've used Javascript to come up with that random interval (minimum of 5, max of 10), but the page refreshes using a meta tag in the head. I'm obviously not getting any results - help anyone? Following is the code: Code: <html> <head> <script language="JavaScript"> var now = new Date(); var secs = now.getSeconds(); var raw_random_number = Math.random(secs); var random_number = Math.round(raw_random_number * (5)+5); <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="refresh" content="5"> </script> <title>New Page 1</title> </head> <FRAMESET COLS="*,1"> <FRAME SRC="http://htmlcodetutorial.com"> <FRAME> </FRAMESET> </HTML> Hi all, I am a little lost here.. I am programming a page where many images load. It happens that the next time you visit the page, updated images with the same filename should load, but the older version of the image loads instead. I am guessing that it finds the image in the cache, with the same filename, and loads that one, thinking it's the image it's looking for. That being said, I have looked through so many forums to find a solution that would make it re-download fresh content of the page directly from the server, rather than from the cache. here is the code that seems fairly unanimous: <META HTTP-EQUIV="Expires" CONTENT="-1" /> <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> <META HTTP-EQUIV="Cache-Control" content="no-store" /> <META HTTP-EQUIV="Cache-control" CONTENT="no-cache" /> <META HTTP-EQUIV="Cache" CONTENT="no-cache" /> <META HTTP-EQUIV="Expires" CONTENT="thu, 01 Jan 1998 12:00:00 GMT" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> But still with this code in the head tag, the updated images don't get loaded from the server... Any ideas?? Thanks so much, Steph I have gone back from scratch in HTML but this time creating my own tutorial as I go along and have covered a few items before right here on this forum before and now I just can't seem to remember and understand the bleepety-bleep-bleep-BLEEP things no matter how many tutorials I read a million times on the net, so really freaking frustrating, my head is about to explode, sorry got to vent somewhere before I run amok! Ok, [I'm taking a few deep breaths here......], let me start with "linking to a location on the same page", I see the anchors Quote: <a href="#myanchor">Go to anchor</a> <a name="myanchor">My Anchor</a> Using my text here as an example, I want to use the word in the first line "gone" to link directly to the word "million" in the 5th line from the top, how do I do this please? Hello! I'm developing a site for a local comedy troupe and was wondering what would be the best way to go about this. Here is the draft: www.djhmusic.com/tlk Listed at the top left are each of the troupe's sketches. I want to be able to click on, for example, "Mood Rings" and have the youtube embedded video play in that video window where the player graphic is. The embed code for the Mood Rings video on youtube is: <code> <!--Begin <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/INuh84DCJbM"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/INuh84DCJbM" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object> --end> </code> What's the best/easiest way to do this? iframes? Thanks so much, Dan |