-
Notifications
You must be signed in to change notification settings - Fork 0
Arvada-SEO-Marketing/Reseller-Hosting
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
================ Arvada SEO Marketing Tools ================ This is a set of SEO tools for ASMT. It allows you to associate metadata with: * absolute paths * model instances * model classes * views https://disqus.com/by/arvadaseomarketing/ http://www.authorstream.com/ArvadaSEOMarketing/ https://myspace.com/arvadaseomarketing https://www.etsy.com/local/event/751905881856/arvada-seo-marketing-february-20?ref_geo_id=5412199 https://www.goodreads.com/user/show/109685641-arvada-seo-marketing https://en.gravatar.com/arvadaseomarketing https://arvadaseomarketing.wordpress.com/ Metadata can be edited in the admin in a centralised place, but also alongside any associated models. This is however a framework, not an app. You therefore have complete control over the data you store. Here is an example of a definition:: from rollyourown import seo class BasicMetadata(seo.Metadata): title = seo.Tag(max_length=68, head=True) keywords = seo.KeywordTag() description = seo.MetaTag(max_length=155) heading = seo.Tag(name="h1") subheading = seo.Tag(name="h2") extra = seo.Raw(head=True) # Adding some fields for facebook (opengraph) og_title = seo.MetaTag(name="og:title", populate_from="title", verbose_name="facebook title") og_description = seo.MetaTag(name="og:description", populate_from="description", verbose_name='facebook description') As you can see it is very flexible, but there is much more than this simple example. https://arvadaseomarketing.tumblr.com/ https://www.minds.com/arvadaseo/ https://arvadaseomarketing.blogspot.com https://www.deviantart.com/arvadaseomarketing https://www.plurk.com/ArvadaSEOMarketing Read online at https://github.com/arvada13
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published