Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #60878
    Mikhail
    Participant

    Hi, Soakin. Thank you for your previous reply!

    I’d like to make custom title in the top of the browser, different from the title in header of the page. So, I try to make it with SEO All In One Plugin, but it does not effects.

    Mike

    #60890
    Sakin
    Keymaster

    @Mikhail: I recommend you to try “WordPress SEO by Yoast” and then under your page/post editor, you will see “WordPress SEO by Yoast” meta box, where you can add in SEO title.

    #60912
    Mikhail
    Participant

    Thank you. But WordPress SEO by Yoast did’t work. it make my site invisible. I cant open any pages. Just blank page.

    And I have another problem. Me home page have two <H1> tags. One is site title and another is page title. Its very undesirable for SEO

    #60916
    Mikhail
    Participant

    update: I have update WP and SEO by Yoast start workin

    but I still need help to make only one H1 tag per page. its recomended for Yandex

    #60921
    Sakin
    Keymaster

    @Mikhail: only one H1 per page is old. It was only valid for HTML4.

    In HTML5, you can have more then one H1 tag. That was issue only when you use HTML4 tags. In HTML5, H1 tag per article tag is good for SEO and we have carefully designed H1 tags with special attention on header tag and headings

    Catch Responsive Pro theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.

    You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.

    You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/

    #60955
    Mikhail
    Participant

    I know about Google. But one <h1> per page is recomended for yandex.ru

    #60974
    Sakin
    Keymaster

    @Mikhail: Sorry we don’t know about yandex.ru and you can see even all the default WordPress theme have multiple H1. It’s best practices. But if you really want to change that then you have to change by building child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. Then you need to copy all template files like content.php, content-none.php, content-page.php, content-single.php, no-results.php, search.php and change h1 to h2 or your desire heading tag.

    #61106
    Mikhail
    Participant

    Ok. And which file I should edit to remove <h1> from site title an menu?

    #61127
    Sakin
    Keymaster

    @Mikhail: For site tile, you need to copy function catchresponsive_site_branding() from catchresponsive-custom-header.php file to your child theme functions.php file and edit it.

    Then for menu, it depends on which menu are you using. Then you can copy that function to your child theme functions.php file. All menus are in file catchresponsive-menus.php

    #61145
    Mikhail
    Participant

    So how can I change this line to make title looks like now but without <h1>
    my site addres is arenda-backline.ru

    <h1 class="site-title"><a href="' . esc_url( home_url( '/' ) ) . '">' . get_bloginfo( 'name' ) . '</a></h1>
    			<h2 class="site-description">' . get_bloginfo( 'description' ) . '</h2>
    #61436
    Sakin
    Keymaster

    @Mikhail: It’s same, you need to change that in catchresponsive_site_branding() function.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘custom title on the top of the page’ is closed to new replies.