WPChill / imageseo-wordpress

Image SEO WordPress plugin
https://imageseo.io
0 stars 0 forks source link
image seo seotools wordpress-plugin

ImageSEO WordPress

Official WordPress plugin of ImageSEO : https://imageseo.io


Optimize images alternative texts (alt text or alt tag) and names with SEO friendly content. Optimize image html attributes on upload or bulk your library. Save time and improve your accessibility and SEO.

Beside alt tags, image SEO optimizer also generates Social Media preview cards for your posts using the Open Graph protocol (og tag).

Requirements

Getting Started

If you're looking to contribute to imageSEO, welcome! We're glad you're here. Please ⭐️ this repository and fork it to begin local development.

Most of us are using Local by Flywheel to develop on WordPress, which makes set up quick and easy. If you prefer Docker, VVV, or another flavor of local development that's cool too!

Prerequisites

Local Development

To get started developing you will need to perform the following steps:

  1. Create a new WordPress site using your favorite local development software.
  2. cd into your local plugins directory: /wp-content/plugins/
  3. Fork this repository from GitHub and then clone that into your plugins directory in a new imageseo directory
  4. Run npm install to get the necessary npm packages
  5. Run composer install to get the necessary composer packages
  6. Activate the plugin in WordPress
  7. Run npm run build to build the files required for the plugin. Development files are located in the app folder.

That's it. You're now ready to start development.

Development Notes