4 Questions On How To Optimize Each Page For SEO...

Discussion in 'Infoway WordPress Theme' started by jamessia, Jul 23, 2013.

  1. jamessia

    jamessia New Member

    Joined:
    Apr 5, 2013
    Messages:
    8
    Likes Received:
    0
    Hi Gourav,
    I created http://ssdoem.com for my boss at work using the Infoway Theme.
    Thank you for your kind help earlier.
    4 Questions:
    1) My boss asked an different SEO guy how he could rank for each product. The SEO guy told him that we need to enter different Meta Keywords, Body Texts, Meta Descriptions, Title Bars for each product page. I only found 1 "SEO Options" under 'Theme Options'.
    Where can I can find separate sections for 'Meta Description', 'Meta Keywords', and 'Title Bars' to ENTER SEO Keywords into the different product pages, which are the 'SSD' Page, 'Embedded SSD' Page, 'Flash Cards' Page, 'DRAM Modules' Page.

    2) When the SEO guy says 'Title Bar' does he mean the Permalink?

    3) I need to reduce the Font size of the SEO Keywords to very very small print at the bottom of every product page, which are the 'SSD' Page, 'Embedded SSD' Page, 'Flash Cards' Page, 'DRAM Modules' Page. I noticed that even for 'Pages' I cannot find a way to change Font Sizes.

    4) I need to reduce the Font Size of the SEO Keyword lists at the bottom of the 'Home' Page directly below the 'Testimonial'. What additional code can I insert into "Styling Options" CSS? Please see attached screenshots.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    For your first issue,
    You can try All in One SEO Pack plugin for this issue.
    Download it from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard.
    http://wordpress.org/plugins/all-in-one-seo-pack/

    For your second issue,
    We have already given the title section for each page and posts according to the SEO.

    For your third issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .fullwidth p span {
    font-size: 1px;
    color: white ! important;
    }

    For your fourth issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)


    Code:
    .testimonial p span {
    font-size: 1px;
    color: white;
    }
    This will solve your issue.
     
  3. jamessia

    jamessia New Member

    Joined:
    Apr 5, 2013
    Messages:
    8
    Likes Received:
    0
    Hi Piyush,
    I entered the code you gave me earlier into the Product Pages but it also shrank all the words in those pages down to 1px.
    We Only want the Keyword Lines on the Product Pages To Shrink.
    Please see screenshot below:
    [​IMG]
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page