I have a website, and I need to figure out a few things:
- Where to put the meta tag?
- How many meta tags do I need?
- Can I put all the webpages in 1 meta tag or do I need multiple?
As for my website, there are over 1000 things you can do, so an example would be “John is looking for a poker player.” On my website, if you go under board games and click cards, you could add a classify OR if you do a search, you can look for members who play poker/card games. This is one example of thousands of activities.
My question is: do I need to create 1 meta tag for keywords of poker, friend, activity to show up on an SEO, OR can I create 1 meta tag that will hold 1000+ keywords on 1000+ different topics?
My website was created in C#. I’m confused when I google meta tags on youtube and find them written out in notepad as an html.
2
Answers
1) Meta tags are always in
<head>
element of page.2) It depends on what metadata you want to add to your page.
3) You will need 1
<meta>
tag for each meta type. So 1 tag will be enough for your keywords.You can find more about meta tag on W3Schools.
You should not use Meta tag for keywords !
Check this link for crucial parts for your SEO !
This website can give you points in which your SEO is not good !
Also it will be good to see how fast your website is responding. You can check this link
Last 2 links give you detail information how you should fix the problems which you have.
Meta tags should be in
<head>
, css also in<head>
, javascript if it possible at the end of the<body>
.You can check google web speed test
EDIT:
Here is meta description and title. If your website is written on C# this is probably located in
Site.Master
!