Forums

Problem with site Description and Title - Please Help! (9 posts)

  1. Behseini
    Member
    Posted 4 months ago #

    Hi Everyone,
    I am really exhausted!
    Using a custom theme installed on my site http://www.Rumioptical.com, I have changed the "Site title" and "Tagline" in Setting/General panel but browsers still not displaying those values.
    while I have set the "Site title" to be as "Rumi Optical | Best Optical Services in Downtown Vancouver" the google shows different title as "Welcome to rumi Optical"! and different site description than what I put in "Tagline" box and also description meta tag!
    I tried to change the header.php title tag, which was like this

    <title><?php
    	/*
    	 * Print the <title> tag based on what is being viewed.
    	 */
    	global $page, $paged;
    	wp_title( '|', true, 'right' );
    	// Add the blog name.
    	bloginfo( 'name' );
    	// Add the blog description for the home/front page.
    	$site_description = get_bloginfo( 'description', 'display' );
    	if ( $site_description && ( is_home() || is_front_page() ) )
    		echo " | $site_description";
    	?></title>

    and modified it to this:

    <title><?php
    	// Add the blog name.
    	bloginfo( 'name' );
    	wp_title();
    
    	// Add the blog description .
    	bloginfo( 'description' );
    	?></title>

    but after two days browsers still getting information for site title and description from somewhere else?
    can you please let me know what is going on here?
    Thanks for your time in advance

  2. Behseini
    Member
    Posted 4 months ago #

    Is there someone to help me on this, please

  3. Behseini
    Member
    Posted 4 months ago #

    For god sake! some body give me an idea what is wrong here?!

  4. govpatel
    Member
    Posted 4 months ago #

    I see you using all in one seo and your title and description are set in each page and post
    Your description is to long you can only use 140 characters the rest gets cut off I see the title as well.

    <meta name="description" content="Located in Downtown Vancouver, Rumi Optical is a leading licensed Optician and Contact lens Fitting services, specializes in a wide range of professional optical services and offers the best eyeglasses, designer sunglasses, contact lens and prescription sunglasses at a very affordable prices and deals in Downtown Vancouver, Westend of Vancouver, and Vancouver west side." />

  5. Behseini
    Member
    Posted 4 months ago #

    Hi govpatel,
    Thanks for your reply, can you please let me know if you saw the above description on page source code or the browser(Google)?
    if so, how come my browser displaying other title and description than what I have set in all in one SEO?
    Thanks again

  6. govpatel
    Member
    Posted 4 months ago #

    I checked your source code

  7. Behseini
    Member
    Posted 4 months ago #

    Hi,
    well, that's the problem the source code contains meta tags which does't show up in browsers

  8. kmessinger
    Member
    Posted 4 months ago #

    This is what shows in IE9
    Rumi Optical | Best Optical Services in Downtown Vancouver
    http://rumioptical.com/

    This shows in FF
    Rumi Optical | Best Optical Services in Downtown Vancouver

    This shows in Chrome
    Rumi Optical | Best Optical Services in Downtown Vancouver

  9. govpatel
    Member
    Posted 4 months ago #

    Browsers will only show title as @kmessinger stated your description is picked by the search engines.

Reply

You must log in to post.

About this Topic

Tags