{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans 'URL Import' %}{% endblock %} {% block extra_head %} {% include 'include/vue_base.html' %} {% endblock %} {% block content %}
{% blocktrans %} Only websites containing ld+json or microdata information can currently be imported. Most big recipe pages support this. If you site cannot be imported but you think it probably has some kind of structured data feel free to post an example in the github issues.{% endblocktrans %}
{% trans 'Google ld+json Info' %} {% trans 'GitHub Issues' %} {% trans 'Recipe Markup Specification' %}