Jump to content

Including name/email in HTML head

79wjd

Is there an expected style for including the name of a website's author/email in meta tags in the header? 

 

I want to 'sign' the website I wrote so I can use it as an example of work I've done, but I'm not sure if there's an 'agreed upon' style that most people try to follow. 

PSU Tier List | CoC

Gaming Build | FreeNAS Server

Spoiler

i5-4690k || Seidon 240m || GTX780 ACX || MSI Z97s SLI Plus || 8GB 2400mhz || 250GB 840 Evo || 1TB WD Blue || H440 (Black/Blue) || Windows 10 Pro || Dell P2414H & BenQ XL2411Z || Ducky Shine Mini || Logitech G502 Proteus Core

Spoiler

FreeNAS 9.3 - Stable || Xeon E3 1230v2 || Supermicro X9SCM-F || 32GB Crucial ECC DDR3 || 3x4TB WD Red (JBOD) || SYBA SI-PEX40064 sata controller || Corsair CX500m || NZXT Source 210.

Link to comment
Share on other sites

Link to post
Share on other sites

<meta name="author" content="John Kovalsky">

The only one I know of. You can use html comment for anything though :]

Link to comment
Share on other sites

Link to post
Share on other sites

<head>
<meta charset="UTF-8">
<meta name="description" content="Vorticalbox's awesome website">
<meta name="keywords" content="Blog, News, Chicken Dippers">
<meta name="author" content="Vorticalbox">
</head>

 

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
Share on other sites

Link to post
Share on other sites

8 minutes ago, Mr_KoKa said:

<meta name="author" content="John Kovalsky">

The only one I know of. You can use html comment for anything though :]

 

7 minutes ago, vorticalbox said:

<head>
<meta charset="UTF-8">
<meta name="description" content="Vorticalbox's awesome website">
<meta name="keywords" content="Blog, News, Chicken Dippers">
<meta name="author" content="Vorticalbox">
</head>

 

I know how to do it, but I didn't know if there was a style that most people follow/expect. 

 

Also, would it be a bad idea to include my email in it as well? I was thinking: 

 

<meta name="author" content="coded by xxxxxx, xxxx@email.com">

PSU Tier List | CoC

Gaming Build | FreeNAS Server

Spoiler

i5-4690k || Seidon 240m || GTX780 ACX || MSI Z97s SLI Plus || 8GB 2400mhz || 250GB 840 Evo || 1TB WD Blue || H440 (Black/Blue) || Windows 10 Pro || Dell P2414H & BenQ XL2411Z || Ducky Shine Mini || Logitech G502 Proteus Core

Spoiler

FreeNAS 9.3 - Stable || Xeon E3 1230v2 || Supermicro X9SCM-F || 32GB Crucial ECC DDR3 || 3x4TB WD Red (JBOD) || SYBA SI-PEX40064 sata controller || Corsair CX500m || NZXT Source 210.

Link to comment
Share on other sites

Link to post
Share on other sites

8 minutes ago, djdwosk97 said:

 

I know how to do it, but I didn't know if there was a style that most people follow/expect. 

 

Also, would it be a bad idea to include my email in it as well? I was thinking: 

 


<meta name="author" content="coded by xxxxxx, xxxx@email.com">

If i were to add a publicly visible email I would be sure it was specifically created for such. I took that code from w3schools, so long as it is valid html I wouldn't matter what order you put them in.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×