|
|||||||
| Website Reviews List your website here to have it reviewed by the webdeveloper.com community. |
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Please Review: Meta Tag Generator
Meta Tag Generator
I was quite surprised to be able to easily get the domain: MetaTagGenerator.org So have quickly put up a meta tag generator that I made in PHP... hope you like it and find it useful... ![]() I've made it to include optional tags such as meta transitions with combobox select menus to make it fast & easy. The page is a basic WordPress CMS set for a static homepage... I've used JavaScript and PHP to build the generator and expandable definitions on the Reference page. Any suggestions for other meta tags you like to use? |
|
#2
|
||||
|
||||
|
Interesting idea. It generates xhtml syntax, though it says its html. Perhaps you should have a radio box selection for one or the other?
Dave
__________________
Skinny Dog Studios |
|
#3
|
||||
|
||||
|
Thanks for that Dave. You are absolutely right...
I believe that most people are gravitating towards XHTML from HTML, as it is "extended" html and thus is more flexible... besides, XHTML syntax will parse fine and is better in my book... Besides, I'm LAZY and to add the button to make it html might be overkill... what do you think? Does select="selected" vs. selected make a big difference? <BR> vs. <BR /> I'll see how it goes... thanks for the tip... Should I mention that the syntax is exclusively xHTML? I think it might be useful to know... |
|
#4
|
||||
|
||||
|
Quote:
Now you did it... I'm going to be tossing and turning all night until I make a radio button for xHTML and HTML! LOL I'll get you for this! ![]() </ >
|
|
#5
|
||||
|
||||
|
Quote:
![]() Personally I get a bit annoyed when a site tells me "just include this code" and then it doesn't validate. Call it a pet peeve of mine, but that's the way I am.... I won't even touch your assumption that folks are migrating to xhtml. ![]() Dave
__________________
Skinny Dog Studios |
|
#6
|
||||
|
||||
|
Thanks for the suggestion Dave.
I did it... check it out. There are now two buttons, one will generate xHTML (my preference); the other will generate plain old vanilla HTML. ![]() meta tag generator |
|
#7
|
||||
|
||||
|
Looks good, but your last two <link...> lines still have the terminating "/>" in them.
Dave
__________________
Skinny Dog Studios |
|
#8
|
|||
|
|||
|
Quote:
Anyway I thought the site was a handy idea, I used it for my site. It is also very straightforward and easy to use, even the help thingy was very brief yet explanatory. As far as how well the output works, I have no idea yet.
__________________
Resistance is futile if < 1Ω |
|
#9
|
||||
|
||||
|
Quote:
Absolutely right again! Fixed again! ![]() By default, the generator displays whatever was displayed in the field for the favicon path. Technically, those are not even meta-tags, but I always find myself installing the favicon code with the metatag code, so stuck it in there... I wanted those fields modifiable, as sometimes WordPress Themes have the favicon in the "Themes" directory, and this would enable users to modify the path prior to generating the code. So instead of creating another one, I took a shortcut and simply strip the trailing slash out of the field when it appears like this: PHP Code:
|
|
#10
|
||||
|
||||
|
Quote:
HTML <BR>, <HR>, <img src="yourimage.jpg" alt="image">, <META name="keywords" CONTENT="dogs, puppies, hounds"> XHTML <br />, <hr />, <img src="yourimage.jpg" alt="image" />, <meta name="keywords" content="dogs, puppies, hounds" /> So, for the most part, if you know HTML, you mostly already know xhtml.
Last edited by donatello; 03-15-2010 at 05:29 AM. |
![]() |
| Bookmarks |
| Tags |
| generator, meta, meta tag, meta tags |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|