Site logo

[Resolved] Some general questions about GP

Home Forums Support [Resolved] Some general questions about GP

Home Forums Support Some general questions about GP

  • This topic has 7 replies, 4 voices, and was last updated 3 years ago by David.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2556593
    Julia

    Dear Team,

    I have a few general questions that I try to address, so you can just add yes or no to it:
    Thanks in advance.

    1. Is it received as positive that I just take GP Blocks? (e.g. Container Header 1-6 or Header P)
    Just as short explanation about the question. Currently, I am mixing the WordPress Blocks with the GP Blocks.
    Is there a recommendation?

    2. Is it clever to have everything in a GP Container? Or should I avoid containers wherever possible?

    3. Is the Generatepress Headline P better of the normal WP Paragraph? Or is there no difference?

    4. What is the best way to enter a reusable Button that I use on all my pages? Is there somewhere a tutorial?

    Best regards from Germany,
    Julia

    #2556658
    Ying
    Staff
    Customer Support

    Hi Julia,

    1. GP doesn’t have blocks, I think you are referring to GeneateBlocks.
    Are you saying you are mixing the GB headline block and the WP heading block/paragraph block? If so, it doesn’t matter, actually, you should use WP paragraph/heading when there’re no special layout/style requirements.

    2. If your page’s content container is set to full width/contained, then yes, using GB container block is a good way to control the overall layout, but if your content container is set to default, then you don’t need to add extra GB containers, as the theme paddings will apply.

    3. GB headline p offers more control in terms of spacing, while WP paragraph doesn’t.

    4. Reusable block is a WP core feature, GP doesn’t have control over it. For more info: https://wordpress.com/support/wordpress-editor/blocks/reusable-block/
    I assume when you insert the reusable button, you’ll need to change the link? If so, you need to convert the reusable block to a regular block, then change its link.

    #2556707
    Julia

    Thanks Ying,

    1. GB headline p: Is it better or worse regarding SEO, or is the no difference?

    2. I have 120 Buttons on my webpage. Do you see an elegant way
    turning them to a GP Button?
    Website: https://www.ihrcoachinginstitut.de

    3. Is mixing generate blocks and wp blocks Ok for the Seo? Does it make a difference at all?

    Best regards,
    Julia

    #2556814
    Fernando
    Customer Support

    Hi Julia,

    1. SEO-wise, there shouldn’t be a difference. It’s just recommended to use the default WP Paragraph Block if you’re not planning to add styling to it. Performance-wise it could be slightly better since no style will be loaded.

    If you want specific parts of the Content with styling, that’s when you use a GB Headline Block.

    2. Upon checking, most buttons you have are already created through GB. Unfortunately, you’ll need to do this manually if you want all buttons to be replaced with GB buttons.

    3. Yes, it should be alright. There should be no difference at all.

    #2569564
    Julia

    Dear Fernando,

    Thank you so much for your advice.
    Let me address a few questions for the understanding.
    Please correct me if I am wrong.

    1. Generatepress is probably one of the best themes out there.
    It offers plenty of wonderful possibilities. Everything can be adjusted and formatted. Incredible.

    Are you saying, if I use the WordPress basic elements, it is better for my SEO?

    “It’s just recommended to use the default WP Paragraph Block if you’re not planning to add styling to it. Performance-wise it could be slightly better since no style will be loaded.”

    Does it mean I shouldn’t use a theme at all? Or use a basic WP Theme?
    Do you have any experience regarding the – SEO – performance? WP+basic theme (Like 23) and WP+Generatepress?

    I just want to understand If I harm my page if I include as many as possible GP features, like the new launched accordion.

    Best regards,
    Julia

    #2569641
    David
    Staff
    Customer Support

    Hi there,

    Are you saying, if I use the WordPress basic elements, it is better for my SEO?

    No. See below where i provide some more detail on why use a core block or a GenerateBlock.

    Does it mean I shouldn’t use a theme at all?

    No, you must use a Theme, WordPress doesn’t work without one.

    Or use a basic WP Theme?

    WP themes are good themes, they are just very basic in their designs, and have very little customization options.

    Do you have any experience regarding the – SEO – performance? WP+basic theme (Like 23) and WP+Generatepress?

    No we have not done a direct comparisons. But the Theme out of the box only plays a very small part in performance and SEO. And both types of theme are well coded and lightweight so the benefit this provides would be very similar.

    —————————————-

    Core block vs GenerateBlock.

    Both blocks by default will inherit the styles set in the theme customizer.
    So when writing a post we recommend you use the core Paragraph and Heading blocks for writing.
    In the future if you wish to update those styles you can do so globally from the Customizer.

    But let’s say you want to add a nice looking Call to Action or a Author box to your page.
    Now the theme styled core blocks don’t work for your design, as you want to change font sizes, spacing, colors etc.
    And this means you need to break from the standard theme styles.
    This is where we recommend you use a GenerateBlock, as it has very granular styling controls built in.

    I just want to understand If I harm my page if I include as many as possible GP features, like the new launched accordion.

    Adding an Accordion block to a page will require your site to load a 1kb Javascript file to do the accordion toggle. If you add two or more accordions is still only requires that 1kb file.
    Aside from this it may require some CSS which is dynamically generated, so if you add more styles to your accordions then it will write more styles. But on average its not going to be more than 1 or 2kb.

    What you add inside the accoridion block could have a greater impact, eg an image to be loaded.

    So if used reasonably adding extra features using our tools is not going to have a negative impact to your site.

    With all things the measure of performance vs value has to be considered.
    eg. will this “thing” i want to add to my site add Value to my visitors? And is it worth the Performance impact it may have.
    With our products you can be at least assured that we have done our best to make sure our code has the minimal performance impact.

    #2570134
    Julia

    Dear David,

    It is always a pleasure reading your answers. Always on spot on. Thanks!
    Would appreciate if “David” could respond. I would also be willing to wait.
    Let me summarize:

    1. WP basic themes and Generatepress are both similar in performance, well coded and lightweight.

    2. When writing a post, you would recommend the WP Paragraph and Header.
    2.1 The text content of a page which is similar to a post should be handled the same way.

    3. When style and requirement to be not sufficient any more by standard blocks, then I go to the GenerateBlocks.
    “And this means you need to break from the standard theme styles.”
    Question: Is it a good Idea to mix standard theme styles and GenerateBlocks?
    Reason for the questions is: Should I not stay consistent with one – either Generatepress or the standard theme styles.

    4. “What you add inside the accordion block could have a greater impact, eg an image to be loaded.”
    So using the Generatepress blocks in the right manner also has an impact.

    Here I need your recommendations. If there is no styling needed:

    — GenerateBlocks Image or standard theme image?

    — Do I have to include everything in containers? e.g., grids, images, query loops?
    Excerpt from your documentation: In most cases, you should start all of your content sections with a Container block. It allows you to set the container width, padding, and margin, which are all super helpful when building a section of content.
    Does that not mean that I then have two elements (e.g., Container + Grid) the browser has to load – Multiplying this to hundreds of pages, then It will become an issue?

    — How many of the GenerateBlocks Elements (e.g., grid) should one page have?

    — Use Generatepress Margin or use a separator from WP?

    — Should I use WP Reusable blocks, or are Global Styles better? Main focus of the question “Performance”.

    — I found out that Yoast SEO Plugin is not recognizing (Header P) from Generatepress, are you guys aware of that?

    — Is there a wise way to develop a click flow with Generatepress?
    Something like (https://flowmattic.com/)

    Thanks a lot in advance for the guidance,
    Julia

    #2570232
    David
    Staff
    Customer Support

    3. Question: Is it a good Idea to mix standard theme styles and GenerateBlocks?

    Yes, it is good to mix.
    A common example would be building a landing page.
    The styles that are generally required there will differ to those on a single post.

    4. Question
    — GenerateBlocks Image or standard theme image?
    i presonally use the GenerateBlocks Image. But it really is your decision here 🙂

    — Do I have to include everything in containers? e.g., grids, images, query loops?
    It is not necessary but it can help with you controlling a pages layout.
    If you consider your page is divided into Sections, then using the Container Block to divide the page is a good place to start.

    Does that not mean that I then have two elements (e.g., Container + Grid) the browser has to load – Multiplying this to hundreds of pages, then It will become an issue?

    Each Container Block you add will create 1 Line of HTML. So if you have a Container with an Inner Container that is only 2 lines of HTML.So don’t be concerned there.

    — How many of the GenerateBlocks Elements (e.g., grid) should one page have?

    As many as is necessary. The HTML it generates is not an issue. If of course you fill lots of grids with lots of images then it may be a problem.

    I have a very short attention span, so i don’t use a lot as i feel for any visitor who has to scroll more than 5 or 6 screen lengths to get the message 🙂

    — Use Generatepress Margin or use a separator from WP?

    If you’re writing a post and want to add space between content use a Separator.
    If you’re creating a landing page or fancy element like a author box or CTA that is already using GB then use GBs padding and margins.

    — Should I use WP Reusable blocks, or are Global Styles better? Main focus of the question “Performance”.

    They do 2 different things.
    Global Styles can be applied to many different pieces of content.
    Whereas Reusable Blocks are duplicate instances of the same content.

    Global Styles are more performant – as they don’t require any server queries.

    — I found out that Yoast SEO Plugin is not recognizing (Header P) from Generatepress, are you guys aware of that?

    Yes, Yoast chooses only to look for the core blocks, we have asked them as have other plugin developers to add a filter to show other blocks…. but we still wait.

    FlowMattic
    I don’t think it matters which theme that is being user there.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.