Web Proposal: Location-aware Content Tag in HTML 6

This is a Web Proposal for a new Location-aware Content Tag in HTML 6: <location> based on the W3C HTML/wg work in HTML.next

The location element acts as a container for information about the location of content, more precisely, information about the location of a document creation device such as a mobile device.

Version

2.0

The current version of the <location> DTD proposal is 2.0.

Development

git clone https://github.com/location/location.git

Downloads

Extern Example

Inline Example

    <location src="https://api.piperpal.com/location/json.php?service=Electronics&glat=59.92929350&glon=10.79022360&radius=1000000" name="Aamot Software" href="https://www.aamotsoftware.com/" lat="59.92929350" lon="10.79022360" service="Software">
      <p><a href="https://www.aamotsoftware.com/">Aamot Software</a><br />
        OSLO<br />
        NORWAY</p>
    </location>
    <location src="https://api.piperpal.com/location/json.php?service=Electronics&glat=37.4219999&glon=-122.0862462&radius=40075000" name="Piperpal" href="https://www.piperpal.com/" lat="37.4219999" lon="-122.0862462" service="Crawler">
      <p><a href="https://www.piperpal.com/">Piperpal</a><br />
        BERKELEY<br />
        USA</p>
    </location>
    

Generator

You can generate valid Location tags on https://www.piperpal.com/google.html for indexing on the new Piperpal Location-aware Search Engine since 2022.