Skip to main content

All Questions

Tagged with
0 votes
0 answers
33 views

LinkedIn not displaying correct meta title and meta description for ASP.NET website

I have an ASP.NET website with separate meta title and meta description tags. These tags display the correct title and description on all websites except LinkedIn. Despite following the Open Graph ...
P Narasimha's user avatar
0 votes
1 answer
136 views

Dynamic og meta content asp.net webforms master and content page

I have a master page with head tag which uses some <%=%> tags for loading some contents like css, js and favicons. I wish to dynamically construct og meta contents like <meta property="...
Surensiveaya's user avatar
0 votes
1 answer
161 views

The name ' ' does not exist in the current context after trying to access a public variable from code behind in aspx meta tags

Note that This error does not appear locally on my machine but only after i published my webforms. 1-I am trying to create twitter cards in my webform so i am using meta tags for that. 2- I declared ...
T.E.A's user avatar
  • 11
1 vote
1 answer
380 views

How to dynamically add quirks mode meta-tags in ASP.NET Web Forms from code behind?

I've got an.aspx page like the following: <!DOCTYPE html> <html> <head runat="server"> <title>My Page</title> </head> <body></body> </html> ...
Rithin Chalumuri's user avatar
1 vote
1 answer
556 views

Reduce Postback Flicker ASP.NET Webpage/Chrome Browser

I know for IE the following meta tags can be used to reduce the postback flicker <meta http-equiv="Page-Enter" content="blendTrans(Duration=0)"> <meta http-equiv="Page-Exit" content="...
iadducchio3's user avatar
1 vote
1 answer
393 views

SEO Meta Tags From Behind Code - C#

I'm new to adding meta tags from behind code, but if SEO Meta Tags were added from behind code,from a database for example, will they work as they were added in the markup from the beginning? If so, ...
Omar Hamza's user avatar
0 votes
1 answer
415 views

ASP.NET C# SEO for each product on detail page on my ECOMMERCE site [closed]

I have been working on an ECOMMERCE site in ASP.NET C# for about a month and completed the site successfully. After the development I am having some issues in the SEO of my site. Let me explain; I ...
Aurangzeb Khan's user avatar
0 votes
1 answer
125 views

How can we set the Title of Google Search Result snippet using meta tags of site in Asp.Net?

How to set the title of Google search result snippet using meta tags in Asp.Net website ?
pankaj's user avatar
  • 207
0 votes
0 answers
89 views

How to rewrite database content in html page before loading a page using asp.net webservices

I am developing an e-commerce website using C# in ASP.NET with the use of web services, i am calling the data through web services and setting its value in HTML content, we are also setting the value ...
Support Techcherry's user avatar
0 votes
0 answers
23 views

x-ua-compatible not working in IE [duplicate]

I have a website http://resus.softwarewant.com. It is not working in IE because of the compatibility view. It work properly only if I add the domain in the compatibility view setting. I already ...
NewComer's user avatar
  • 307
1 vote
1 answer
1k views

How to use meta tags on pages in asp.net webpages

How to use meta tags on single pages using asp.net webpages. I'm currently using a layout master page with default meta tags which works across several pages, but I can't seem to find a way to ...
Kendell Daniel's user avatar
1 vote
1 answer
169 views

How do I add a string from c# function into a meta tag (inside quotes)?

This works <title><%=MyLib.data.GetMetaTitle()%></title> This does not <meta name="description" content="<%=MyLib.data.GetMetaDescription()%>" > Returns: <meta ...
Chip Michael's user avatar
1 vote
1 answer
863 views

Facebook share button shows irrelevant title,description and image

I know there are a lot of questions like these but I am not able to an answer. So decided to ask a new one. I have a website which shows Events and I want to share the event on facebook so it should ...
RelatedRhymes's user avatar
1 vote
0 answers
3k views

Can't display content in a frame

I have a MVC application which I'm trying to display through an iframe. I get following error message: This content cannot be displayed in a frame I've googled some and found that I should use a ...
MrProgram's user avatar
  • 5,172
0 votes
1 answer
73 views

Why site info not shown in social applications

I'm developing a website, I want to show my site info in social application like telegram when my site link is set. like the image below. I set these tag on head site: <meta property="og:type" ...
Fatemeh M. Rezaie's user avatar

15 30 50 per page
1
2 3 4 5 6