-
Notifications
You must be signed in to change notification settings - Fork 3
Guidelines for Planning Your Next Article Proposal
Along with your topic pitch, I highly recommend you include an outline of your article. This really helps an editor assess the viability of the topic. It also helps you to plan your writing and to ensure it has a clear purpose and goal.
An outline is like a skeleton, showing an article’s limbs and bones. It’s similar to what you’d glean by quickly scanning a finished article: the title and main headings give you a sense of what the article covers, and the first line of each paragraph gives you a bit more detail.
- Thumbnail picture.
- Subtitle or a brief introduction.
Title is crucial as it significantly impacts the article's success. Aim for longer titles (50-60 characters) to enhance reader attraction and SEO potential.
Craft a vital introduction that communicates the article's essence, importance, relevance, and learning objectives. Ensure your outline succinctly covers these key points.
List main headings in your outline for pitching. These are critical for providing a clear overview, and like the title, carefully word them to summarize the upcoming content effectively.
List of main headlines and key points writing about.
Under each heading to guide your discussion. Consider them as potential paragraphs. Readers often scan headings and the initial words of paragraphs for a quick overview.
Wrap up your article with concise thoughts that reinforce main points and guide readers on the next steps. Include a simple list of these concluding points in your outline.
As an example, here’s the outline I put for PHP Clean Code Best Practices. I didn’t want to start writing until I had this clear overview of the article.
[title]
PHP Clean Code Best Practices
[intro]
Writing clean code is an essential part of software development that helps to improve maintainability, readability, and overall quality of the code. [...]
### Table Of Contents
- Use a consistent coding style
- A PHP built-in linter
- The PHP Coding styling tools
- PHP doc comments
- Conclusion
## Use a consistent coding style
## A PHP built-in linter
### Installation and usage
## The PHP Coding styling tools
### PHP CS Fixer
#### Installation and usage
#### Rules
### PHP Code Sniffer
#### Installation and usage
## PHP doc comments
## Additional Resources
## Conclusion
Need helps? Reach me out
Email: multividasdotcom@gmail.com
All the best 🍺