I dont know much about html so I was wondering where do you put the keywords or whats the html thing for it bc i want to get lil more traffic
<meta name="Keywords" content="Keywords, here, separated, by, commas"/> HTML: and that goes in the head section of your website. <html> <head> <meta name="Keywords" content="Keywords, here, separated, by, commas"/> </head> <body> </body> </html> HTML: You might want also to include a meta description too if you haven't already, to help with SEO. <meta name="description" content="Description here" /> HTML: