Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #696754

    When editing a page (or a post): just above the permalink is the Title.

    Is this title:
    – the Page title: How your reader sees the title of the page on your website?
    – or is it the Page meta title: How search engines show your page in search results?

    If it is the page title:
    – is it then automatically set to H1?
    – how do I change the font and background color of the title?
    – then I should not write also write a H1 text in the Page Editing Area?
    – where do I then write the Page meta title?

    If it is not the page title:
    – then I should always write the H1 text in the Page Editing Area?

    #697434

    Hey BirgitteAlstrom,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .title_container {
        background: red;
    }
    .title_container .main-title, .title_container .main-title a {
        color: white!important;
    }
    

    It is the title your readers and search engines see. If you add another H1 tagged, you would display two H1 tagged titles on your page. You do not need to add H1 tagged element as long as you are choosing to display title in title bar :)

    Best regards,
    Yigit

    #697447

    Thanks for the description, Yigit.

    Right now I have chosen not to display the title in the title bar, because I don’t like the design of it. For example I want some pages to have an image to the right and the Page Title to the right of that image. Or I want a large centered Title in the top of the page. (See links in Private Content area). I am using the Avia Layout Builder.

    So are you saying, that doing it that way I then have two H1’s, which I guess is not good for SEO?

    Is there any way I can then show the pre-entered title in the kind of design I want?

    #697460

    Hi!

    When you are not using title bar, you can add H1 tagged title to your page and that would be fine as well. For example first link you posted in private content field should be absolutely fine :)

    Cheers!
    Yigit

    #697517

    Great, Yigit. Just to be sure:

    1) if I choose to hide Header Title (under Enfold – Header – Header Layout) and I in a text box add a H1 tag to a text, will the search engines then only find one H1 on the page (the H1 from the text box)?

    2) If I choose to hide Header Title (under Enfold – Header – Header Layout) and I don’t add a text box with a H1 tag to a text, will the search engines then don’t find any H1’s on the page?

    #697799

    Hi,

    1 & 2 – Yes :)

    Best regards,
    Yigit

    #697809

    Thanks, Yigit

    #697812

    Hi!

    You are welcome!
    Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Page Title vs Page Meta Title?’ is closed to new replies.