code-tools: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (Replace <entry-title> with {{DISPLAYTITLE:}})
 
(18 intermediate revisions by 11 users not shown)
Line 1: Line 1:
<entry-title>Code & Tools</entry-title>
{{DISPLAYTITLE:Code & Tools}}
== Code Generators ==
== Code Generators ==
There are a few tools available to help you generate microformatted code:
There are a few tools available to help you generate microformatted code:
Line 24: Line 24:


== See Also ==
== See Also ==
[http://www.china-magnet.net/yxg26-magnet.html YXG26 MAGNET]
* [[browsers]]
[http://www.china-magnet.net/Refrigerator_Rubber_Magnets.html Rubber Magnets]
* [[search-engines]]
[http://www.china-magnet.net/smco5_magnets.html smco5 magnets]
* [[validators]]
* [[microformats2]]
* [[microformats2#Parsers]]

Latest revision as of 16:21, 18 July 2020

Code Generators

There are a few tools available to help you generate microformatted code:

The XFN creator is a Web-based interface for quickly creating a link with the proper XFN values. It has been translated into the following languages:


Validation Testing Tools

Main article: validators

You can check how your markup will be parsed by using the php-mf2 tool. It will take markup and show you the JSON interpretation.

If you want to check markup as it is interpreted from your page you can check out the microformat-node tool. It will grab your page and show you all found microformats that are supported by the tool.


See Also