Skip to main content

Questions tagged [meta-tags]

The HTML meta element provides a means to add various kinds of metadata to an HTML document.

0 votes
1 answer
7k views

C# & Adding Dynamic META Tags

I have this code protected void Page_Load(object sender, EventArgs e) { DataSet.DestinationsDataTable GetDestinations = (DataSet.DestinationsDataTable)dta.GetData(); Page.Title = ...
balexander's user avatar
1 vote
2 answers
915 views

how to display online each and every meta tags in newline?

I want to display meta tags in newline means when i open a site and seeing the viewsource of the site the all meta tags is displayed in oneline. i want to display each and every meta tag in one ...
Suma's user avatar
  • 31
4 votes
6 answers
1k views

Searchengine bots and meta refresh for disabled Javascript

I have a website that must have javascript turned on so it can work there is a < noscript> tag that have a meta to redirect the user to a page that alerts him about the disabled javascript... ...
Jonathan's user avatar
  • 4,878
1 vote
1 answer
1k views

Meta tag depending of selected language and title

I'm aware about Google ignore most of the time, meta tag and use content. (This is not the point here) I'm working on an existing web site, not created by me. I need a quick solution, I guess with ...
lena's user avatar
  • 119
1 vote
1 answer
533 views

meta refresh for redirection not working in BlackBerry

I asked this question here but don't get reply so far. I hope posting it too here is ok. For page redirection, in a mobile site development, I am using <meta http-equiv="refresh" content="0;URL=/...
Tanto's user avatar
  • 11
173 votes
20 answers
323k views

Is it possible to use JavaScript to change the meta-tags of the page?

If I put a div in the head and display:none, than use JavaScript to display it, will this work? Edit: I have stuff loaded in AJAX. And as my AJAX changes the "main" portion of the site, I want to ...
TIMEX's user avatar
  • 268k
1 vote
1 answer
736 views

How Can I mimic a meta refresh with JS?

I tried to do <script type="text/javascript"> //<![CDATA[ document.write('<meta http-equiv="refresh" content="0;url=index.php" />'); //]]> </script> but that doesn't validate ...
MrEnder's user avatar
  • 275
2 votes
2 answers
5k views

Meta Tags in Google Site Search

I'm planning on implementing a google site search (and paying for it so I can get access to the XML). One thing I am wondering about is the possibility to use custom meta tags in it. I've heard yes ...
ullmark's user avatar
  • 2,479
5 votes
5 answers
3k views

How do you show your asp.net app version?

Setting the scene: My asp.net web application carries a version number which is incremented during every release. We're releasing every week internally for our test team and after four weeks or so to ...
Naeem Sarfraz's user avatar
0 votes
2 answers
760 views

How do I retrieve a custom meta tag in a page?

I have the following code: List<HtmlMeta> metas = new List<HtmlMeta>(); foreach (Control c in this.Page.Header.Controls) if (c.GetType() == typeof(HtmlMeta)) { HtmlMeta ...
James Campbell's user avatar
3 votes
2 answers
1k views

Does Meta Refresh work during page load?

Page A has a meta refresh to redirect to another page, C, after a certain amount of time (time T). From page A a link is clicked that takes a long time to load, longer than time T, and would ...
j.davies's user avatar
  • 2,321
2 votes
6 answers
5k views

CodeIgniter: A Class/Library to help get meta tags from a web page?

I am using codeigniter. I guess it doesn't matter which php framework I am using. But before I write my own class is there another that has already been written that allows a user to get the page ...
Abs's user avatar
  • 57.3k
14 votes
2 answers
10k views

Using javascript to reset the meta tag to prevent it from refreshing the page

We have an legacy application (mixture of classic ASP and ASP.net) that has a few Ajax content rich pages.The expectation is that the users of the site performs a set of tasks on the page that can ...
Dilip Krishnan's user avatar
0 votes
5 answers
5k views

Meta http-equiv, can I?

I have put this code in my index, to load a new page, and then later 2 secs later, move to my original screen. With the intention to load a "music_player" and then 2 seconds later, move toward my ...
Scie's user avatar
  • 1
1 vote
1 answer
674 views

Meta description/keywords not being found by analyzer but do exist in source code?

If I run our website (www.deversus.com) through a meta analyzer, such as the one at http://www.seocentro.com/tools/search-engines/metatag-analyzer.html our meta description/keywords are not found, but ...
mwalsher's user avatar
  • 2,790

15 30 50 per page