Click here to Skip to main content
15,922,309 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am making a quiz website in Asp.net. I want to insert meta tags in it for SEO purpose. On which pages are they inserted? Like, master page, index page, on all pages separately or any other strategy?
Posted
Comments
Rockstar_ 10-Mar-14 4:35am    
Adding in master page is enough.
VICK 10-Mar-14 4:36am    
It would be better to add meta tags to Master Page. Because it will automatically add the meta tags to all pages included in the application as all pages will be inherited from Master Page(I Think So!).

and hope that gonna work fine.

It depends on requirement of SEO. If you want to display the same meta tag value to all the pages then place it on MASTER PAGE.
OR
if you want to use different meta tags for different pages then place it on there respective pags.
 
Share this answer
 
Comments
Praveen_P 10-Mar-14 6:25am    
+5
Ainy Mughal 10-Mar-14 8:48am    
correct
Sanket Saxena 10-Mar-14 8:59am    
Thanks..Praveen and Ainy
Add meta tags to the Master page , otherwise you need to add meta tags in each and every page

Using Meta Tags with Master Pages in ASP.NET[^]
 
Share this answer
 
v3
Comments
Sanket Saxena 10-Mar-14 6:18am    
Dear Praveen if u use it on master page only then it will display the same meta tags for all the pages right?
What happens when the SEO needs different META TAGS for all the pages?
Praveen_P 10-Mar-14 6:25am    
Yes u are right my solution not works if SEO needs different META TAGS for all the pages , i didn't think about this possibility
Sanket Saxena 10-Mar-14 6:28am    
Hmmm but still someone put me downvoted. Anyways thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900