{"id":13411565,"url":"https://github.com/daxslab/web2py-simple-seo","last_synced_at":"2025-07-30T22:30:50.691Z","repository":{"id":70779685,"uuid":"41487123","full_name":"daxslab/web2py-simple-seo","owner":"daxslab","description":"Simple SEO metadata plugin for web2py including Open Graph and Twitter Cards","archived":false,"fork":false,"pushed_at":"2015-09-03T15:53:27.000Z","size":172,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T20:48:00.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daxslab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-27T13:07:15.000Z","updated_at":"2020-01-09T07:36:32.000Z","dependencies_parsed_at":"2023-09-14T22:46:48.007Z","dependency_job_id":null,"html_url":"https://github.com/daxslab/web2py-simple-seo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxslab%2Fweb2py-simple-seo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxslab%2Fweb2py-simple-seo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxslab%2Fweb2py-simple-seo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxslab%2Fweb2py-simple-seo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daxslab","download_url":"https://codeload.github.com/daxslab/web2py-simple-seo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228192295,"owners_count":17882756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:01:14.576Z","updated_at":"2024-12-04T21:17:07.263Z","avatar_url":"https://github.com/daxslab.png","language":"Python","funding_links":[],"categories":["Web Development"],"sub_categories":["Python"],"readme":"# web2py-simple-seo\nSimple SEO metadata plugin for web2py including Open Graph and Twitter Cards\n\nInstallation\n============\n\n- Download The plugin installer (.w2p file) and install it via the web2py interface.\n\n\nUsage\n=====\n\n```python\nfrom plugin_simple_seo.seo import set_seo_meta\n\nset_seo_meta(title='web2py-simple-seo', \n             author=\"daxSlab\",\n             description='Simple SEO metadata plugin for web2py including Open Graph and Twitter Cards'),\n             keywords='SEO,Open Graph,Twitter Cards')\n\n```\n\nAdvanced Usage\n=====\n\n```python\nfrom plugin_simple_seo.seo import set_seo_meta\n\nset_seo_meta(title='web2py-simple-seo', \n             author=\"daxSlab\",\n             description='Simple SEO metadata plugin for web2py including Open Graph and Twitter Cards'),\n             keywords='SEO,Open Graph,Twitter Cards',\n             data_type='website', \n             card='summary',\n             generator=\"Web2py Web Framework\",\n             url='http://myurl.com',\n             image=['http://myurl.com/image1.jpg', 'http://myurl.com/image2.jpg'],\n             site_name='OG site name'\n             locale='en_US'\n             locale_alternate=['fr_FR', 'es_ES']\n             )\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaxslab%2Fweb2py-simple-seo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaxslab%2Fweb2py-simple-seo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaxslab%2Fweb2py-simple-seo/lists"}