/my-app
) in web-root. A subdomain isn't an option as they don't want to cough up the dough for another SSL cert./my-app
is the only directory that I'm allowed to touch (unreasonable IT guys).THANKS
section of a humans.txt
file.humans.txt
seems like an ideal place to put this considering that I'll be serving minified markup, CSS, and script files.Since I'm not allowed to place a humans.txt
file in web-root, (and even if I was, it wouldn't really make much sense to put it there as it only applies to the /my-app
portion of the site) is it acceptable to do the following:
/my-app/humans.txt
<link rel="author" href="//example.com/my-app/humans.txt">
in my markupI'll be serving strict HTML 4.01 and the author
value for the rel
attribute doesn't seem to be a recognized link type in that specification. Do I need to do anything extra to define the author
link type, or is the act of using it enough?
I don't even know if there are any non-spider tools that actually use this file at the moment, but I'd like to minimize the chance of this not working in the future when something does come along.
I think it is ok to put the file in the applications own directory, since it clarifies that it is specific to the content inside the directory and not all the other stuff you might find in the root directory.
Of course it would be nice if there are 0 errors in HTML strict mode. However this is one situation where you have to decide if you want to
However I can not make this decision for you ;)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With