Skip to main content

Useful Tips For Web Content Writing







The purpose of web content writing is to write informative and attractive content which would be easily understood by the readers and grab their attention when they land on the website. It makes content writing a serious and creative job. With millions of websites on the Internet, content writers have to write content using SEO tools so that their web content can be indexed by Google and appear in Google search results.

Some important points to  remember while writing web content are:


  • Simple & straightforward sentences:  People don't have much time to read and comprehend complicated sentences when they search online for any information. So try to use the words which are simple & convey meaning directly.

  • Good Headlines: Headlines are the first impression which draws the eyes of readers to click on your website to find information on their interest. So frame the catchy headlines.

  • Keywords: Keywords play the most important role in content writing. Page titles should contain main keywords of the page.

  • Subdivision of pages: Don't write long paragraphs. Break it into smaller chunks which would make the text easily scannable.

  • Appropriate text formatting: Use text formatting styles like bolding and italicizing for drawing the attention of the readers to the important points.

  • Write in dialogue form: Use "I" and "We" so that readers feel you are talking to them which keeps their interest while reading otherwise the text becomes boring.

  • Use of active voice: The text should be written in active voice. Example:
           "The Email address should be entered by you".---Wrong       sentence

            "Please enter your Email address".----Right sentence













Comments

Post a Comment

Popular posts from this blog

How to Sleep Well- A simple treatment for Insomnia without pills

  Many people suffer from sleeping disorders like insomnia, oversleeping or nightmares while dreaming. A restless sleep makes the whole day boring and non-productive. A person suffering from these problems feels irritated throughout the day and has to depend on pills. The most unfortunate thing is that it becomes very difficult to get treatment for these problems as the doctors charge very high fees and yet can't provide any permanent solution.                 Thankfully, some ancient meditative traditions provide very simple solutions to these problems. Let the few things be very clear. There are three states of life which are known as waking life, dreaming life and deep sleep. Let us know these terms in detail : Waking Life : The state which we know as a conscious state and experience it mostly in the daytime. It contains the active part of life when we experience our body as true identity with our eyes open and sense organs workin...

10 Life Changing Motivational Quotes of Swami Vivekanand

    

Basics of HTML -1

HTML or Hypertext Markup Language in full form is the markup language to create webpages. Any HTML document has mainly two parts: Head Body An HTML code is written using tags. Like <html> tag means the beginning of  an HTML document and </html>tag  means the end of the HTML section. Similarly for head,  <head >tag is used and for body, <body>tag is used.  Usually and HTML consists of a start tag and an end tag, the content is written between these two tags. Like: <p>           content abc.... ...of paragraph       </p> (start tag)                                                       (end tag) Note: <title> tag is always written within <head> tag. List of popular tags Tag     ...