Contributions are welcome and will be fully credited.
We accept contributions via Pull Requests.
This repository serves as a database for info regarding how to improve SEO, with examples and details about what it actually does and why it's good for SEO.
A pull request should not contain a list of things that are good for SEO, but rather subjects featuring an example, a detailed description of how it's used, and why it's good for SEO.
Example: Robots.txt for SEO
Credits: JamesS-M
-
Create feature branches - Don't ask us to pull from your master branch.
-
One pull request per feature - If you want to do more than one thing, send multiple pull requests.
-
Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.
- Fork the Project
- Create your Seo Tips Branch (
git checkout -b chore/AmazingTip
) - Commit your Changes (
git commit -m 'Add some AmazingTip'
) - Push to the Branch (
git push origin feature/AmazingTip
) - Open a Pull Request
Happy coding!