Jump to content

AdrianG001

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by AdrianG001

  1. Here are some of the steps I would take to start rankin:

    Make sure your site is fully optimized.

    • Meta descriptions
    • Alt Tags
    • H1 Headings
    • Fix Redirects
    • Fix 4XX
    • Spam links
    • Mobile friendly site

    Plan what your keywords are you want to rank for. Then you want to write blog posts that are unique and organic. Each one of your pages should have enough content/info so the user leaves feeling like they have enough information.

    Use videos and infographics in your blog posts

    Work on getting backlinks.

  2. On 4/18/2019 at 1:11 PM, Trish said:

    I was looking for any information pertaining to Web hosting on your site or a web developers/designers forum. Ranking of web hosting is all over the place and not sure what site to trust. I trust your website and love all the information you have out here. 

     

    Hi Trish,

    Image result for choosing a web hosting quora

     

    There are different ways to choose a web hosting company, but the best way to choose a hosting service is by checking the online reviews of the customers.

    There are various social media platforms where different customers write their reviews for different web hosting providers. Hence one should check different social media links to know a web hosting providers performance.

    There are various things which you need to consider before using any web hosting service:

    • Performance Speed
    • Page Loading
    • Security, and
    • Support

     

    Regards,

    Adrian

  3. Hello Dr.Pepper Can, 

    You can define a class in your css stylesheet, and then apply that class to the textarea elements where you want to control the formatting in that particular way.

    CSS

    .myformat { 
    font-family:Verdana,Arial,Helvetica,san-serif; 
    font-size:14px; 
    color:#fff; 
    background-color:#000; 
    }

    <textarea class="myformat">Generated content</textarea>

     

    Adrian Gates

    Sr.Web Developer

×
×
  • Create New...