How to change the wording of my site when displayed in search engines

How do I amend the details displayed when my website is typed into google so that it reads my company name, and other selected text...as opposed to the wording on the first slide/ 123.reg which it is currently displaying. Is there a settings page within iWeb that manages this?
www.thenutritionalconnection.com
Any advice would be much appreciated.
Jessica
Message was edited by: jessicanutrition

jessicanutrition wrote:
Is there a settings page within iWeb that manages this?
Jessica ~ Welcome to the discussions. Most built-in templates have a large header caption at the top of the page and there's the Page tab in iWeb's Inspector — see the section "1) iWeb Page Titles" in this article:
_SEO For iWeb: How to get your iWeb Websites into Google & Other Major Search Engines_
Their free _iWeb SEO Tool_ says this:
"Your meta description is a short description of your webpage content. Like your title tag, and all other meta tags, it should be unique for each one of your webpages. Provide a short description of what visitors should expect to see on your webpage. Search engines will use your description meta tag in the search results page right underneath the title tag."
Also see this article by Google:
_Changing your site's title and description in search results_
...Found by doing THIS.
In other site builders, such as the free Weebly, SEO is integrated:
http://kb.weebly.com/keywords-descriptions.html
By the way, rather than posting your URL like this:
www.thenutritionalconnection.com
...include the prefix to make it conveniently clickable:
http://www.thenutritionalconnection.com

Similar Messages

  • How to change the vendor code of site in SAP IS retail

    Dear All,
    In SAP IS Retail, At the time of site creation. we create Site Customer & Site Vendor with site creation. For example If Site code is "1228" then the Customer Code of site will be "C1228" & Vendor Code for site will be "V1228". If by mistake I entered wrong Vendor/customer code then how I can correct it ? "WB02" is not the doing it.
    So my questions is How to change the vendor/Customer code of a site in SAP IS retail ? Which T-Code which be required for it ? Please explain me the steps for doing it.
    Regards
    Birender

    Hello Rajat,
    Please provide us more information about the error you have and it's description so that we can help here arounfd here.
    thanks
    Willie

  • How to Change the Fields from Input mode to display mode

    Hi experts,
    Here is my business requirement. I need to show certain fields in the PRICING TAB OF SALES ORDER  in display mode. Now for this i am using the BADI definition CRM_PRICING_BADI.
       Now, can anybody tell me how to change the field type from input mode to change mode?

    Hi Karan,
      In your BADI has a parameter CT_INPUT_FIELD_NAMES with one field called CHANGEABLE with values:
         Field Can Be Changed
    A     Field Cannot Be Changed
       Assing this values to your fields according with your requirements.
    Regards.
    Manuel

  • How to change the word shopping cart is empty in shoppingcartsummary module?

    Hi Everyone,
    Just wondering is there a way to change the text or wording on "shopping cart is empty" in {module_shoppingcartsummary,horizontal}? I'm building a site for education which the word shopping cart is not appropriate. Any help would be appreciated.
    Thanks,
    David

    Do a forum search David
    Several posts on this.

  • How to change the tab of a jTabbedPane when action performed

    The scenario is like this : I have a jTabbedPane with 2 tabs. I want, when an action is performed in one tab (for example a button is clicked on tab1) to change the tab automatically (to make tab2 visible). How can i do this?
    Thank you in advance

    I've read JTabbedPane API before i post the message, but unfortunately i couldn't find a solution to my problem. I tried to use the methods grabFocus and requestFocus to change the focus of the application, but it didn't work.
    Thank you for replying Nether.

  • How to change the background of a JPanel when printing?

    I have a JPanel that has a background color of gray when displayed on the screen. I would like to change the background to white when printing but leave it gray on the screen. I am calling setBackground(), clearRect() and fillRect() but it still prints out with the gray background. Any thoughts on what method I could call to change this?
    public int print(Graphics g, PageFormat pf, int pageIndex) throws PrinterException {
    if (pageIndex >= 1) {
    return Printable.NO_SUCH_PAGE;
    double pageHeight = pf.getImageableHeight();
    double pageWidth = pf.getImageableWidth();          
    Graphics2D g2 = (Graphics2D) g;
    g2.setBackground(Color.white);
    g2.clearRect((int)pageWidth/2, (int)pageHeight/2, (int)pageWidth, (int)pageHeight);
    g2.fillRect((int)pageWidth/2, (int)pageHeight/2, (int)pageWidth, (int)pageHeight);
    paint(g2);

    From reading the doc, it appears that you have to change the background color of the Component:
    setBackground
    public abstract void setBackground(Color color)
    Sets the background color for the Graphics2D context. The background color is used for clearing a region. When a Graphics2D is constructed for a Component, the background color is inherited from the Component. Setting the background color in the Graphics2D context only affects the subsequent clearRect calls and not the background color of the Component. To change the background of the Component, use appropriate methods of the Component.
    Parameters:
    color - the background color that isused in subsequent calls to clearRect
    See Also:
    getBackground(), Graphics.clearRect(int, int, int, int)
    V.V.

  • How to increase the number of fields to be displayed in search tab

    HI,
    I have and opportunity search tabOPP_DISPLAY_SEARCH_RESULT.   Currently it is displaying only 9 fields .  I have 12 fields as mandatory fields but 3 fields are missing still how to get them.   We need to enforce this for all users.
    Thanks
    Naveen

    Hi Raj,
    Thank you for the reply but the problem is if you see in the personalization we see the fields but I want to make it displayed so that default search list contains the field.  The field which I was see by default is a EEWB field and another thing is there any way to remove the number of fields to be displayed as Currently I see only 9 fields in the default list.   How can i increase it.
    thanks
    naveen

  • Can I change the settings for sleep/wake when display is opened/closed?

    Every time I try to close my display the clasp doesn't catch completely & the display pops open causing it to wake from sleep mode. I have to put something heavy on top of the display when it is closed to keep it closed. The clasp is broken & I was wondering if I could simply change the automatic setting of waking the computer when the lid is opened? Everytime I move it, it pops open & I don't want my battery depleted.

    Hi, desire. To set PB so opening the display doesn't wake the computer:
    Applications > Utilities > Terminal
    Type or paste the following in the Terminal window:
    sudo pmset lidwake 0
    It will ask for your password. Type that in, hit return, and quit the Terminal.
    To change it back so the system wakes when you open the lid, type:
    sudo pmset lidwake 1
    Credit to Deegan for this tip.

  • How to change the commands from a Form when a certain item is selected???

    Hello,
    I'm developing a J2ME application and I'm having some problems. I have more items on a form and I when i"m moving from an item to another I want that the commands of the form to change. Is that possible? How can it be done? I've tried some ways but without success. Please help.
    Thanks

    There is no focusListener and there ain't any focus events in j2me,
    if you want to have this effect you need to have only one command per item
    so that it won't appear in 'options' menu

  • How to change the DN of a user when provisioning to LDAP (iPlanet User)

    When I provision a new user to iPlanet User (LDAP) resource, it creates the account with DN = uid=<user login>,ou=people,dc=test,dc=com
    How can I change it so that it will create the account with DN = cn=<Fullname>, ou=people,dc=test,dc=com ?
    I don't see the DN field defined in the iPlanet User form.

    Is this a live environment? I would suggest setting this from the start, and not trying to change later. Most likely its using this prefix for both pre and post name so when you change it in the middle, one of them won't be found.
    -Kevin

  • HT5467 How to change the location service set up when the icon is not inactive?

    I can not setting up the location services and change individual location service for each application since the icon are all in the dead icon and I cannot change anything. Is there anyway to make those icons in active?

    Here is what I was referring to - when in Control Center, I have the database locations. (sources, targets, OWF etc). Under a database location I selected the connector/location name under Connectors. When I select Deploy Action to Drop the connector/location name will remain. However, if you were to check in the database or the Repository Browser (Locations Report) you will see that the db link is gone. At this point you can safely modify the Locations info in the Connection Explorer (in Design Center). On the other hand, if you want the location to be deleted all together then now you can delete it in the Connection Explorer panel. If you did the prior drop step then at this point all db link info should be gone from the database.

  • How to change the mouse cursor icon type when mouse moves out of client area ( propertysheet) WTL?

    I got stuck with an issue in property sheet .I want to load different cursor when the mouse position is within the client area and load another when moves out of the client area.
    In the porpetysheet I added four page. In the first page when I click next I am loading cursor of IDC_WAIT type and loading IDC_ARROW when the mouse moves out of the client area.
    In the page class I triggered the event for WM_MOUSEMOVE as follow:
        MESSAGE_HANDLER(WM_MOUSEMOVE, OnMouseMove)
    LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
    if(TRUE == m_bIsNextBtnClicked)
    ::SetCursor(LoadCursor(NULL, IDC_WAIT));
    else
    ::SetCursor(LoadCursor(NULL, IDC_ARROW));
    return TRUE;
    This event is getting triggered and absolutely had no issue with this. Similarly I tried adding `MESSAGE_HANDLER(WM_MOUSELEAVE, OnMouseLeave)` this event making an assumption that this will get triggered if the mouse moves out of the client area,  but
    this event did not get triggered at all.If this is not the mouse event to be triggered for mouseleave which event should I trigger?
    LRESULT OnMouseLeave(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
    ::SetCursor(LoadCursor(NULL, IDC_ARROW));
    return TRUE;
    Now when I click Next button , **I was actually calling a function which is taking sometime to return** . Before to this function I am loading IDC_WAIT cursor i.e., 
     `::SetCursor(LoadCursor(NULL, IDC_WAIT));` . 
    Now when move the mouse cursor on to the non-client area I want to load IDC_ARROW cursor i.e., 
        ::SetCursor(LoadCursor(NULL, IDC_ARROW)); 
    When the moves on to the non-client area I am handling the mouse event in sheet derived class as follows,
    MESSAGE_HANDLER(WM_NCMOUSEMOVE, OnNCMouseMove)
    LRESULT OnNCMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
    ::SetCursor(LoadCursor(NULL, IDC_ARROW));
    return 0;
    This event is not getting triggered until unless the function in the Next button event is executed.
    I want both of them to be done in parallel i.e, click Next button now hover mouse on the client area, Busy icon should come and when mouse moves out of the client area then IDC_ARROW icon should come.
    LRESULT OnWizardNext()
    ::SetCursor(LoadCursor(NULL, IDC_WAIT));
    m_bIsNextBtnIsClicked = TRUE;
    BOOL bRet = MyFun();
    m_bIsNextBtnIsClicked = FALSE;
    //Until this function(MyFun()) is executed **WM_NCMOUSEMOVE**
    //event is not getting triggered.But this event should get triggered and I
    //should be able to see the change of cursor within and out of client area.
    Can anyone kindly help me to solve this issue.
    SivaV

    Hello
    sivavuyyuru,
    For this issue, I am trying to involve someone to help look into, it might take some time and as soon as we get any result, we will tell you.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to Change the Cursor to a Hand When Over a Button Component?

    I have added a button from the Components Menu.  When I rollover the button, it changes color slightly but I would also like the cursor to turn to the traditional hand.  I have tried buttonMode = true and that doesn't seem to work.
    Does anyone have any suggestions?
    Thank you.
    Dave

    Thanks RR...I appreciate it very much!
    Dave

  • How to change the country of app store when i got 0.03$ left in my account

    i cant changr the country of my app store because there is 0.03$ left in my account,and i dont want to charge again just for spend this 0.03$.

    Try contacting iTunes Support and ask them to remove the balance from your account so that you can change countries : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • How to change the size of a printout when printing through email from phone to 8630?

    I have this printing fine but it's printing a 1/4 page. I'd like the picture to print full or at least halp page. I don't see where there might be a setting for this. I don't want to make a default for normal printing just eprinting.
    Hope this makes sense.

    Hi,
    If you're emailing through a photo then the default size will be 4x6 so if this is printing out an A4 sheet, that's the reason why it looks like a 1/4 page print. Unfortunately there no way to increase the size of the photo printed via e-mail as the default is set to 4x6.
    For more flexability in terms of image size etc. I'd suggest that you download the HP e-Print and use this to print from your phone. I've included setup instructions below:
    http://www8.hp.com/us/en/ads/mobility/overview.html?jumpid=va_r11400_mobileprinting
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

Maybe you are looking for