0
votes
0answers
27 views

How can I retrieve information from the <meta> tag and display it on a webpage? [migrated]

For example, if I have the following code: <head> <meta name="description" content="Question"> <meta name="keywords" content="StackExchange, Webmasters"> <meta ...
2
votes
3answers
65 views

Should I use both Robots.txt and META NAME=“ROBOTS”?

I am currently using the Robots.txt file (the standard one of joomla, to say). Now I have found that there are also specific HTML meta tags that specify desired robot behavior. Is there a reason to ...
0
votes
4answers
167 views

Can I include a robots meta tag outside of the head in HTML snippets indeded to be AJAXed?

I have a number of files in my site which are not intended for independent viewing, but rather to be AJAXed into content within the site. They obviously don't meet HTML standards (no body, head, etc.) ...
0
votes
3answers
273 views

Loading Meta Tags dynamically from Database

I have a website (ASP.NET MVC) which has its contents mainly in Sinhala language. So the search engines will list my site only when someone serched in Sinhala words, but I need to list my site pages ...
1
vote
3answers
1k views

Create a search for my HTML and CSS site that runs without an internet connection or database?

I have a website that I have written out in plain old HTML and CSS, and want to integrate a search function into it. However, the site is meant to be run offline, from host machines in their local web ...
0
votes
1answer
66 views

Why does the meta tag use name-content pairs and not regular attributes? [closed]

More of a theoretical question, but wouldn't it make more sense to have only one meta tag with a bunch of attribute-value pairs? Instead of: <head> <meta charset="UTF-8" /> ...
0
votes
4answers
322 views

Getting indexed after removing meta noindex, Google

My question is, will my pages be indexed now in Google if they had <meta name="robots" content="noindex" /> in the past, since they were created? Of course, now they are <meta name="robots" ...
3
votes
1answer
445 views

Page Speed Optimization Questions: defer parsing and specifying a char set?

Continuing to optimized a web site, I'm using Chrome's Dev Tool add-on for Page Speed. I've been able to do a good bit of performance tuning thanks to its suggestions, but these two have me ...
4
votes
2answers
192 views

What are the pros and cons of using Dublin Core meta tags?

This is an open question on why, how, or when to use or not use Dublin Core meta tags. For example, <meta name="DC.title" content="Title of my Webpage" />. Should this be used in addition to or ...
1
vote
1answer
171 views

Image for sharing on Facebook/G+?

Is it possible to add an image to a html page that only shows up when sharing page on Facebook/G+? The image should not be visible in the html page since it contains a Flash game, but I would like it ...
9
votes
3answers
5k views

http-equiv=content-language alternative - the way of specifying document language

Lots of web sites uses following meta tag to specify the default language of the document: <meta http-equiv="content-language" content="es-ES"> When I go to W3C site and read about HTML ...
4
votes
2answers
128 views

Which method is the best to specify the language of a page?

There seems to be two ways to specify the language of a page: <meta http-equiv="Content-Language" content="en-us"> and <html lang="en-us"> Which one is the preferred way? I know I ...
4
votes
1answer
685 views

multilanguage site meta content-language tag

I have a website which is in 3 languages: English (primary), German and French. When a language is selected all of page's content is translated to the selected language (the page content is always in ...
14
votes
2answers
297 views

Which meta tags are not worth the effort?

After reading this question about meta keywords, I've been wondering : of all meta tags, which ones are really worth the effort ? I know that the description is used in google search results, and the ...
6
votes
5answers
388 views

Are Meta Keywords Obsolete? [duplicate]

Possible Duplicate: Are meta keywords worth the effort? Creating a website for a BraodBand Company, and not too sure whether or not to go ahead and fill in the meta keywords? Are they still ...