{"id":7691,"date":"2009-12-31T22:32:22","date_gmt":"2009-12-31T22:32:22","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/light-seo\/"},"modified":"2010-04-16T23:01:25","modified_gmt":"2010-04-16T23:01:25","slug":"light-seo","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/light-seo\/","author":5638866,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.0.15","stable_tag":"0.0.15","tested":"2.9.2","requires":"2.9","requires_php":"","requires_plugins":"","header_name":"Light SEO","header_author":"Alden Torres","header_description":"","assets_banners_color":"","last_updated":"2010-04-16 23:01:25","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.aldentorres.com\/light-seo-wordpress-plugin","header_author_uri":"http:\/\/www.aldentorres.com","rating":0,"author_block_rating":0,"active_installs":200,"downloads":26405,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.0.10","0.0.11","0.0.12","0.0.13","0.0.14","0.0.15","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538856","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1538856","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538856","resolution":"1","location":"plugin"}},"screenshots":{"1":"Admin page at the begining.","2":"Admin page at the end.","3":"Post or Page options."}},"plugin_section":[],"plugin_tags":[150,86,186,474,475],"plugin_category":[55,56,59],"plugin_contributors":[81360],"plugin_business_model":[],"class_list":["post-7691","plugin","type-plugin","status-closed","hentry","plugin_tags-google","plugin_tags-post","plugin_tags-seo","plugin_tags-seo-plugin","plugin_tags-wordpress-seo","plugin_category-seo-and-marketing","plugin_category-social-and-sharing","plugin_category-utilities-and-tools","plugin_contributors-aldenml","plugin_committers-aldenml"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/light-seo.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/light-seo\/trunk\/screenshot-1.png?rev=1538856","caption":"Admin page at the begining."},{"src":"https:\/\/ps.w.org\/light-seo\/trunk\/screenshot-2.png?rev=1538856","caption":"Admin page at the end."},{"src":"https:\/\/ps.w.org\/light-seo\/trunk\/screenshot-3.png?rev=1538856","caption":"Post or Page options."}],"raw_content":"<!--section=description-->\n<p>WordPress SEO plugin. Focused in creating a clean plugin, with emphasis in source code's good practices. Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).<\/p>\n\n<p>Features:<\/p>\n\n<ul>\n<li>Automatically optimizes your titles for search engines.<\/li>\n<li>Generates META tags automatically.<\/li>\n<li>You can override any title and set any META description and any META keywords you want.<\/li>\n<li>Avoids the typical duplicate content found on Wordpress blogs.<\/li>\n<li>Custom field for Google Webmasters tools site verification meta tag.<\/li>\n<li>Easy for beginners, it works out-of-the-box.<\/li>\n<li>For advanced users, you can fine-tune everything.<\/li>\n<li>For programmers, clean and documented code.<\/li>\n<\/ul>\n\n<p>For more information see: <a href=\"http:\/\/www.aldentorres.com\/light-seo-wordpress-plugin\/\" title=\"Light SEO WordPress plugin home\">Light SEO WordPress plugin<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Download and extract it<\/li>\n<li>Copy light-seo folder to the \"\/wp-content\/plugins\/\" directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Configure the plugin.<\/li>\n<li>Done<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Is this a fork of All in One SEO Pack?<\/dt>\n<dd><p>Yes.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.0.15<\/h4>\n\n<ul>\n<li>Security fix.<\/li>\n<\/ul>\n\n<h4>0.0.14<\/h4>\n\n<ul>\n<li>Fixed charset in strtolower, strtoupper, capitalize.<\/li>\n<li>Refactor of get_unique_keywords.<\/li>\n<\/ul>\n\n<h4>0.0.13<\/h4>\n\n<ul>\n<li>Fixed replace_title function.<\/li>\n<\/ul>\n\n<h4>0.0.12<\/h4>\n\n<ul>\n<li>Important use of the function wp_kses to prevent XSS attacks (thanks to Mark Jaquith).<\/li>\n<li>Fixed wrong esc_attr usage (thanks to Mark Jaquith).<\/li>\n<\/ul>\n\n<h4>0.0.11<\/h4>\n\n<ul>\n<li>Huge security revision.<\/li>\n<\/ul>\n\n<p>The following changes are thanks to @andreasnrb and reinforced by Mark Jaquith:\n* Line 379: Use esc_attr($description).\n* Line 391: Use esc_attr($keywords).\n* Line 472: Use esc_url($url).\n* Line 698: esc_url($_SERVER['REQUEST_URI']).\n* Line 699: esc_url($_SERVER['REQUEST_URI']).\n* Line 944: esc_url($_SERVER['REQUEST_URI']).\n* Line 945: esc_url($_SERVER['REQUEST_URI']).<\/p>\n\n<ul>\n<li>Removed get_url() unused function.<\/li>\n<li>Removed management_panel() unused function.<\/li>\n<li>70+ changes regarding security checks (thanks to Mark Jaquith).<\/li>\n<li>Removed edit_category unused function.<\/li>\n<\/ul>\n\n<h4>0.0.10<\/h4>\n\n<ul>\n<li>Removed log feature since it's not used properly.<\/li>\n<li>Removed unused class fields.<\/li>\n<li>Refactor of replace_title function to use regex.<\/li>\n<li>More comments for readability.<\/li>\n<li>Added screenshots.<\/li>\n<li>Cosmetic change in the copyright notice.<\/li>\n<\/ul>\n\n<h4>0.0.9<\/h4>\n\n<ul>\n<li>Fixed important issue regarding initial installation.<\/li>\n<\/ul>\n\n<h4>0.0.8<\/h4>\n\n<ul>\n<li>Removed old upgrade code.<\/li>\n<li>Added custom field for Google Webmasters tools site verification meta tag.<\/li>\n<li>More code cleanup.<\/li>\n<\/ul>\n\n<h4>0.0.7<\/h4>\n\n<ul>\n<li>Fixed very important issue regarding the character \\n.<\/li>\n<\/ul>\n\n<h4>0.0.6<\/h4>\n\n<ul>\n<li>Fixed copyright notice.<\/li>\n<li>Removed unusued global constants.<\/li>\n<li>Removed deprecated function calls.<\/li>\n<li>Added comments for readability.<\/li>\n<li>Minor performance improvement.<\/li>\n<\/ul>\n\n<h4>0.0.5<\/h4>\n\n<ul>\n<li>Removed author link from the admin page.<\/li>\n<li>Removed Enable\/Disable option.<\/li>\n<\/ul>\n\n<h4>0.0.4<\/h4>\n\n<ul>\n<li>Removed unused fields and functions.<\/li>\n<li>Removed Ultimate Tag Warrior integration.<\/li>\n<li>Code refactor.<\/li>\n<\/ul>\n\n<h4>0.0.3<\/h4>\n\n<ul>\n<li>Ready for tag versioning.<\/li>\n<\/ul>\n\n<h4>0.0.2<\/h4>\n\n<ul>\n<li>Correct code indentation completed.<\/li>\n<\/ul>\n\n<h4>0.0.1<\/h4>\n\n<ul>\n<li>First version.<\/li>\n<\/ul>","raw_excerpt":"WordPress SEO plugin. Focused in creating a clean plugin, with emphasis in source code&#039;s good practices.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/7691","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=7691"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/aldenml"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=7691"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=7691"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=7691"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=7691"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=7691"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=7691"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}