{"id":15485705,"url":"https://github.com/turtlepod/fx-seo","last_synced_at":"2025-04-14T01:21:30.500Z","repository":{"id":21398256,"uuid":"24716143","full_name":"turtlepod/fx-seo","owner":"turtlepod","description":"Very simple SEO plugin. (WordPress Plugin)","archived":false,"fork":false,"pushed_at":"2016-12-09T07:17:30.000Z","size":19,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T09:26:51.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://genbu.me/plugins/fx-seo/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turtlepod.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-02T11:18:15.000Z","updated_at":"2016-01-11T13:52:13.000Z","dependencies_parsed_at":"2022-07-30T04:48:01.314Z","dependency_job_id":null,"html_url":"https://github.com/turtlepod/fx-seo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turtlepod%2Ffx-seo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turtlepod%2Ffx-seo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turtlepod%2Ffx-seo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turtlepod%2Ffx-seo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turtlepod","download_url":"https://codeload.github.com/turtlepod/fx-seo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248805424,"owners_count":21164327,"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-10-02T06:02:40.149Z","updated_at":"2025-04-14T01:21:30.479Z","avatar_url":"https://github.com/turtlepod.png","language":"PHP","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=TT23LVNKA3AU2"],"categories":[],"sub_categories":[],"readme":"=== f(x) SEO ===\nContributors: turtlepod\nDonate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=TT23LVNKA3AU2\nTags: seo\nRequires at least: 4.1\nTested up to: 4.6\nStable tag: 1.1.0\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nVery simple SEO plugin.\n\n== Description ==\n\n**[f(x) SEO](http://genbu.me/plugins/fx-seo/)** is a basic SEO Plugin. WordPress is SEO-friendly enough to get our site crawled and indexed properly but lack in some area to modify title tag and add proper meta description. And that is all this plugins do.\n\nAfter installation of this plugin, you can configure title and meta description template in \"Settings \u003e SEO\".\n\n**Features:**\n\n1. Super simple. Only the essentials.\n1. Override Front Page Title and Meta Description. \n1. Title and Meta Description Template for other pages.\n1. Extendable and fully documented (read the Other Notes).\n1. The GPL v2.0 or later license. :) Use it to make something cool.\n1. Support available at [Genbu Media](https://genbu.me/contact-us/).\n\n\n== Installation ==\n\n1. Navigate to \"Plugins \u003e Add New\" Page from your Admin.\n2. To install directly from WordPress.org repository, search the plugin name in the search box and click \"Install Now\" button to install the plugin.\n3. To install from plugin .zip file, click \"Upload Plugin\" button in \"Plugins \u003e Add New\" Screen. Browse the plugin .zip file, and click \"Install Now\" button.\n4. Activate the plugin.\n5. Navigate to \"Settings \u003e SEO\" page in your admin panel to manage the plugin settings.\n\n== Frequently Asked Questions ==\n\n= Where is the settings ? =\n\nThe settings is in \"Settings \u003e SEO\" in your admin panel.\n\n= What is %current_title% template tag output ? =\n\nCurrent title output depends on what page you are viewing in the front end. Here's the full list of the output (without the quote):\n\n* **Posts Page** (if set): \"{Page Title}\"\n* **Single Post/Page/Custom Post Type**: \"{Title}\"\n* **Category, Tag, and Taxonomy Archive**: \"{Term Name}\"\n* **Custom Post Type Archive**: \"{Post Type Label Name}\"\n* **Author Archive**: \"{Author Name}\"\n* **Month Archive**: \"Archive for {Month Year}\"\n* **Year Archive**: \"Archive for {Year}\"\n* **404 Error**: \"404 Not Found\"\n* **Other Pages**: \"Archives\"\n\n= What is %current_description% template tag output ? =\n\nCurrent description output depends on what page you are viewing in the front end. If it's not available it will not output meta description for that page. Here's the full list of the output (without the quote):\n\n* **Posts Page** (if set): \"{Page Content}\"\n* **Single Post/Page/Custom Post Type**: \"{Excerpt}\"\n* **Author Archive**: \"{Author Bio}\"\n* **Category, Tag, and Taxonomy Archive**: \"{Term Description}\"\n* **Custom Post Type Archive**: \"{Post Type Description}\"\n\n== Screenshots ==\n\n1. SEO Setting.\n\n== Changelog ==\n\n= 1.1.0 - 12 Jan 2015 =\n* Use get_the_archive_title() in archive title tag.\n* fix text domain string.\n\n= 1.0.0 - 9 Jan 2015 =\n* Init\n\n== Upgrade Notice ==\n\n= 1.1.0 =\nBug \u0026 Improvement.\n\n= 1.0.0 =\ninitial relase.\n\n== Other Notes ==\n\nNotes for developer: \n\n= Github =\n\nDevelopment of this plugin is hosted at [GitHub](https://github.com/turtlepod/fx-seo). Pull request and bug reports are welcome.\n\n= Options =\n\nThis plugin save the options in single option name: `fx-seo`.\n\n= Hooks =\n\nList of hooks available in this plugin:\n\n**filter:** `fx_seo_render_title` (string)\n\nModify the title tag. This loaded after the plugin done replacing template tag with actual text. You use this filter to add your own template tag.\n\n**filter:** `fx_seo_render_meta_desc` (string)\n\nModify the meta description text string. This loaded after the plugin done replacing template tag with actual text. You use this filter to add your own template tag. This output is only the text/content of meta description (without the `\u003cmeta\u003e` tag).\n\n**filter:** `fx_seo_template_title_explain` (array)\n\nList of Template available. Filter this to add additinal template to add in the settings page. This is just for adding the description in the input field.\n\n**filter:** `fx_seo_template_meta_desc_explain` (array)\n\nList of Template available. Filter this to add additinal template to add in the settings page. This is just for adding the description in the input field.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturtlepod%2Ffx-seo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturtlepod%2Ffx-seo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturtlepod%2Ffx-seo/lists"}