All Projects → nephila → Django Meta

nephila / Django Meta

Licence: other
Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Meta

Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+215.93%)
Mutual labels:  hacktoberfest, social-network
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (-61.95%)
Mutual labels:  hacktoberfest, seo
Friendica Addons
Addons for Friendica
Stars: ✭ 94 (-72.27%)
Mutual labels:  hacktoberfest, social-network
Rendertron
A Headless Chrome rendering solution
Stars: ✭ 5,593 (+1549.85%)
Mutual labels:  hacktoberfest, seo
wagtail-metadata-mixin
🔍 OpenGraph, Twitter Card and Schema.org snippet tags for Wagtail CMS pages
Stars: ✭ 42 (-87.61%)
Mutual labels:  social-network, seo
Share Backported
Extension to get back the Firefox Share modal
Stars: ✭ 47 (-86.14%)
Mutual labels:  hacktoberfest, social-network
Nextjs Headless Wordpress
🔥 Nextjs Headless WordPress
Stars: ✭ 110 (-67.55%)
Mutual labels:  hacktoberfest, seo
Awesome Checker Services
✅ List of links to the various checkers out there on the web for sites, domains, security etc.
Stars: ✭ 662 (+95.28%)
Mutual labels:  hacktoberfest, seo
awesome-search-engine-optimization
A curated list of backlink, social signal opportunities, and link building strategies and tactics to help improve search engine results and ranking.
Stars: ✭ 82 (-75.81%)
Mutual labels:  social-network, seo
Next Seo
Next SEO is a plug in that makes managing your SEO easier in Next.js projects.
Stars: ✭ 4,149 (+1123.89%)
Mutual labels:  hacktoberfest, seo
Awesome Seo
🌟 A curated list of SEO (Search Engine Optimization) links.
Stars: ✭ 401 (+18.29%)
Mutual labels:  hacktoberfest, seo
Twitter Cleanup
🛁 Clean-up inactive accounts and bots from your Twitter
Stars: ✭ 275 (-18.88%)
Mutual labels:  hacktoberfest, social-network
Dandelion
a diaspora* client for Android
Stars: ✭ 100 (-70.5%)
Mutual labels:  hacktoberfest, social-network
Seo
SEO utilities including a unique field type, sitemap & redirect manager
Stars: ✭ 210 (-38.05%)
Mutual labels:  hacktoberfest, seo
Djangocms Blog
django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
Stars: ✭ 268 (-20.94%)
Mutual labels:  hacktoberfest, social-network
Social
🎉 Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (-10.91%)
Mutual labels:  hacktoberfest, social-network
Livecode
LiveCode cross-platform development environment (engine)
Stars: ✭ 336 (-0.88%)
Mutual labels:  hacktoberfest
Portage
[MIRROR] Package management system
Stars: ✭ 336 (-0.88%)
Mutual labels:  hacktoberfest
Netcdf C
Official GitHub repository for netCDF-C libraries and utilities.
Stars: ✭ 336 (-0.88%)
Mutual labels:  hacktoberfest
Admin
A beautiful and fully-featured administration interface builder for hypermedia APIs
Stars: ✭ 335 (-1.18%)
Mutual labels:  hacktoberfest

=========== django-meta

|Gitter| |PyPiVersion| |PyVersion| |GAStatus| |TestCoverage| |CodeClimate| |License|

This pluggable app allows Django developers to quickly add meta tags and OpenGraph_, Twitter, and Schema.org properties to their HTML responses.

.. warning:: INCOMPATIBLE CHANGE: as of version 2.0 django-meta has no longer supports Google+, basic Schema.org support has been introduced.

.. contents::


Installation


See https://django-meta.readthedocs.io/en/latest/installation.html


Supported versions



Django


2.2 to 3.1 (newer versions might work but are not tested yet)


Python


Python 3.5 to 3.8


Basic concept


django-meta provides a view-method and model-method interface to provide and handle meta informations

For more details check documentation_.


Authors and Contributors


django-meta has been started by Branko Vukelic_.

Current maintainer: Iacopo Spalletti_

See AUTHORS file for the complete list of contributors


Apps using django-meta / extensions


See third_party_apps_


Reporting bugs


Please report all bugs to our Github issue tracker_.

.. _OpenGraph: http://opengraphprotocol.org/ .. _issue tracker: https://github.com/nephila/django-meta/issues/ .. _github: https://github.com/nephila/django-meta/ .. _Iacopo Spalletti: https://github.com/yakky .. _documentation: https://django-meta.readthedocs.io/en/latest/ .. _third_party_apps: https://django-meta.readthedocs.io/en/latest/#apps-using-django-meta-extensions .. _Branko Vukelic: https://bitbucket.org/monwara

.. |Gitter| image:: https://img.shields.io/badge/GITTER-join%20chat-brightgreen.svg?style=flat-square :target: https://gitter.im/nephila/applications :alt: Join the Gitter chat

.. |PyPiVersion| image:: https://img.shields.io/pypi/v/django-meta.svg?style=flat-square :target: https://pypi.python.org/pypi/django-meta :alt: Latest PyPI version

.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/django-meta.svg?style=flat-square :target: https://pypi.python.org/pypi/django-meta :alt: Python versions

.. |GAStatus| image:: https://github.com/nephila/django-meta/workflows/Tox%20tests/badge.svg :target: https://github.com/nephila/django-meta :alt: Latest CI build status

.. |TestCoverage| image:: https://img.shields.io/coveralls/nephila/django-meta/master.svg?style=flat-square :target: https://coveralls.io/r/nephila/django-meta?branch=master :alt: Test coverage

.. |License| image:: https://img.shields.io/github/license/nephila/django-meta.svg?style=flat-square :target: https://pypi.python.org/pypi/django-meta/ :alt: License

.. |CodeClimate| image:: https://codeclimate.com/github/nephila/django-meta/badges/gpa.svg?style=flat-square :target: https://codeclimate.com/github/nephila/django-meta :alt: Code Climate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].