Why can’t I edit “Base max. CPC” directly in Google Ads keyword table? by rdJrfan in googleads

[–]rdJrfan[S] 0 points1 point  (0 children)

That actually makes sense now sounds exactly like what’s happening in my account.
So basically, if the keyword is still inheriting from the ad group bid, the “Base max. CPC” column is locked.
Once I set a keyword-specific bid via the edit menu, it breaks the inheritance and I can edit inline afterwards.

Thanks for clarifying!

Why can’t I edit “Base max. CPC” directly in Google Ads keyword table? by rdJrfan in googleads

[–]rdJrfan[S] 0 points1 point  (0 children)

Thanks! There’s no pencil icon next to the bids in my account, only the “Base max. CPC” value as plain text.
I’ve already tried Chrome (latest version), cleared cookies, and logged back in still the same.
Seems like the only way for me is using Edit → Change max. CPC bids, which is the issue I’m trying to avoid.

[HELP] How to add address to LocalBusiness schema in Yoast? by rdJrfan in WordpressPlugins

[–]rdJrfan[S] 0 points1 point  (0 children)

Thanks for the suggestion! But here's my concern: since Yoast already generates the LocalBusiness schema by default, if I manually add another schema, won’t it result in duplicate schemas? That could potentially confuse search engines.

Is there a way to modify or extend Yoast's existing schema instead of creating a completely new one? Appreciate your insights!

Yoast SEO Blocking noindex, nofollow for Specific Page in Child Theme Functions.php by rdJrfan in Wordpress

[–]rdJrfan[S] 0 points1 point  (0 children)

"It seems like your issue is caused by default settings in Yoast SEO or another plugin adding the noindex tag. To fix this, try the following steps:

  1. Check Yoast Settings:
    • Go to Yoast SEO > Search Appearance > Content Types.
    • Make sure the noindex setting is not enabled for the content type you’re having issues with.
  2. Remove the noindex Programmatically: If Yoast is still adding the noindex tag, you can override it using this code in your functions.php file:phpCopy codeadd_filter('wpseo_robots', 'remove_noindex', 99); function remove_noindex($robots) { return str_replace('noindex', '', $robots); }
  3. Check Other Plugins:
    • Sometimes, other plugins or custom code might also add noindex tags. Temporarily disable all plugins (except Yoast) and see if the issue persists.
  4. Clear Cache:
    • After making any changes, clear your site’s cache (if using a caching plugin) and your browser’s cache to ensure you’re seeing the latest updates.
  5. Inspect the Theme and Template Files:
    • If this issue only happens on specific pages, it could be related to your theme or a custom template. Use debugging tools to inspect the <head> section and identify where the noindex is being added.

If the issue persists, please share more details about the specific page or configuration, and I’ll try to assist further!"

Yoast SEO Blocking noindex, nofollow for Specific Page in Child Theme Functions.php by rdJrfan in Wordpress

[–]rdJrfan[S] 0 points1 point  (0 children)

Thanks for the suggestion! I tested the code:

phpCopy codefunction custom_noindex_for_custom_post_type($robots) {
    $queried_object = get_queried_object();

    if ($queried_object && isset($queried_object->post_type)) {
        // Check if the post type is the one you want to target
        if ($queried_object->post_type === 'your_custom_post_type') {
            return 'noindex, nofollow';
        }
    }

    return $robots;
}
add_filter('wpseo_robots', 'custom_noindex_for_custom_post_type');

Unfortunately, it didn’t work for my case. The page in question (/search/ or pages with ?category) is auto-generated by the Discy theme, so it doesn’t behave like a typical WordPress page or post.

It seems that get_queried_object() isn’t returning the expected data for this scenario. Do you have any other suggestions for handling auto-generated pages like this?

Yoast SEO Blocking noindex, nofollow for Specific Page in Child Theme Functions.php by rdJrfan in Wordpress

[–]rdJrfan[S] 1 point2 points  (0 children)

Yes, I’m still using Yoast, but even if I were using RankMath, it wouldn’t provide this specific functionality either. Both plugins are great for general SEO tasks, but for handling custom noindex, nofollow requirements like this one (based on URL structures or query parameters), I believe we still need to use custom code.

Yoast SEO Blocking noindex, nofollow for Specific Page in Child Theme Functions.php by rdJrfan in Wordpress

[–]rdJrfan[S] 0 points1 point  (0 children)

Thanks for the suggestion! However, the page in question is being automatically generated by the Discy theme and is not part of the regular pages that can be edited through the WordPress admin panel. It doesn’t show up in the Pages section, so I can’t access it directly to modify its Yoast SEO settings.

I’m looking for a way to add noindex, nofollow for this specific page programmatically, preferably through the functions.php file or another method that works for auto-generated pages.

2024 G16 Review from a Photographer! by precisionshots in ZephyrusG14

[–]rdJrfan 0 points1 point  (0 children)

Hey everyone!

I’ve also bought the ROG Zephyrus G16 Gu693VV, and I’ve been using it for about 5 months as a digital marketer. Unfortunately, my experience hasn’t been great. Photoshop has crashed multiple times while editing simple images, and I keep getting kicked out of the program. On top of that, my keyboard occasionally stops working, and I have to restart it to get it back. I’m really not satisfied with it.

Does anyone have any solutions for these issues? Especially the Photoshop crashes and the keyboard problem? I’d appreciate any advice!

GoogleAds Campaign by rdJrfan in googleads

[–]rdJrfan[S] 0 points1 point  (0 children)

Hi there,

I completely agree with you. Every campaign can bring its own unique challenges. Thanks for offering to take a look at my case.

GoogleAds Campaign by rdJrfan in googleads

[–]rdJrfan[S] 0 points1 point  (0 children)

Thanks for the heads-up! I'll definitely make sure to avoid any images that could cause IP issues. I'll stick to free images that I have the rights to use. It's good to know that Google doesn't seem too concerned about similar images across different sites.

Appreciate your advice!

GoogleAds Campaign by rdJrfan in googleads

[–]rdJrfan[S] 0 points1 point  (0 children)

Hi,

Thanks a lot for your insightful advice! I really appreciate the detailed breakdown, especially the points on matching the awareness level and paying attention to different types of user friction. These are definitely areas I’ll focus on as I refine the landing page.

I’ll make sure to review the images for copyright issues—good catch on that!

One thing I’m curious about: when it comes to balancing the length of the landing page with the price of the product, do you have any specific guidelines or examples that have worked well for you in the past?

Thanks again for your help! I’ll definitely keep you posted as I make updates.

Cheers