Forum Replies Created
-
AuthorPosts
-
Thank you, that did the trick.
February 17, 2022 at 6:49 pm in reply to: Search page possibly creating outgoing internal links contain nofollow attribute #1341222Hi Ismael,
After we moved to a different VPS and re-run semrush now things are working. Not sure what the actual fix was or if the function was not taking effect.
Now we see the ‘search’ pages blocked from crawling rather than ‘nofollow’ error. Same goes for archived tags, which leads me to believe that something in Yoast was not working right and affecting the whole search.You searched for | Site Name https://domain.com.com/?s= You searched for | Site Name https://domain.com/how-to-improve-your-theme/?s=
Thanks again for your support!
February 16, 2022 at 9:27 pm in reply to: Search page possibly creating outgoing internal links contain nofollow attribute #1340977Mike,
They “show up” in the browser when I type them in or click on the links in semrush. Pages with “?s=” ARE responding and opening. Not sure how else to put it.
I am attaching an image to show what SEMrush views as Warning of “xx outgoing internal links contain nofollow attribute” as well as the source code showing search form is still being generated despite adding the function.- This reply was modified 2 years, 9 months ago by biotechz.
February 14, 2022 at 11:12 pm in reply to: Search page possibly creating outgoing internal links contain nofollow attribute #1340601The issue is in the original post. I was simply pointing out that our URLs load with and without the parameter – not sure why they did not for you.
Semrush.com tags all pages as warnings but I will re-check after the function is added. Initial testing did not seem to make a difference.
Thank you.
February 14, 2022 at 4:59 am in reply to: Search page possibly creating outgoing internal links contain nofollow attribute #1340431Hi Mike,
Thanks for looking into this.
Can you please cover the domain name in the first image as well?
URLs load fine on my end with Seach parameter /?=s added as it is built-in WP function.I pasted the code as provided in the solution, so I am not sure where the issue is. I still see the menu list item showing for the search form:
<li id=”menu-item-search”…The Yoast plugin is set at its defaults, so I am not sure where that is coming from.
Thank you.
February 9, 2022 at 6:41 pm in reply to: Search page possibly creating outgoing internal links contain nofollow attribute #1339857After a closer look, I found this in our source code even though search from is not visible.
Our CSS:/* --- hide search icon in the main menu --- */ #menu-item-search { display: none; } #top #menu-item-search.menu-item-search-dropdown>a { display: none; }
HTML generated:
<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special" role="menuitem"> <a aria-label="Search" href="?s=" rel="nofollow" data-avia-search-tooltip="
This code https://kriesi.at/support/topic/remove-nofollow-from-search-item-of-main-menu/ did not resolve it.
How do we remedy it?
Thank you.
February 9, 2022 at 6:23 pm in reply to: Search page possibly creating outgoing internal links contain nofollow attribute #1339856Hi Ismael,
We are hiding the search form already for the rest of the site but wanted it active on the blog section. Hiding the search with function or removing it from the widget does nothing since the search page is still responding on URLs of https://domain.com/?s .
If there is a “search function” it is affecting the entire site.Adding the Disallow: /*?s=* did not make a difference.
Any other ideas?
Thank you Yigit, that did it.
Hi Rikard,
I added the link.Thank you.
April 20, 2021 at 8:29 pm in reply to: Enfold: Upcoming Support Expiry + Pre-Expiry Extension Offer #1295613Thanks so much Nikko.
That did it, I guess their notification email had a wrong link.August 19, 2020 at 10:13 pm in reply to: Color Section vertical fixed size issue with a background image #1239314Here is what we settled on, hopefully this can serve as a guide for the rest.
If you have a crisp high-res images, be prepared to give up on image quality, Color Section background will not truly scale image as responsive so it is better to size the image closer to the height you want displayed. If this is a deal breaker look into using a Slider element.
—————————————So, if you need only a background image that somewhat scales without getting your image cropped out here are the settings.
Note that we had only 2 lines of text on top of image background, as H1 and H2 so this will influence your sizing of image and padding.-LAYOUT
Section Height: No min. height (apparently min. height is an issue on Mac browsers??? so we had to use padding)
Maring and Padding: No Padding (custom css will be used since you can’t really tell what size are presets)-STYLING
Background Image: Actual Image heigh of 338px
Background Attachment: Scroll (fixed and parallax – neat effects but horrible scaling, don’t bother)
Background Image Position: Center Center (adjust this depending on where the focal point of your image lands)
Background Repeat: Stretch to Fit (sadly your crisp image will get pixelated, ‘Scale to fit’ shows the best quality but it gets ‘inserted’ and does not scale down on mobile…AT ALL)-ADVANCED
Developer Setting > Custom CSS Class: bg-image (name it what you like, this will be your css class and where the sizing of “height” will come in play)In your Enfold Child Template add quick CSS:
/* --- Color Section background images --- */ .bg-image .template-page { padding-top: 120px; padding-bottom: 120px; }
—————————————
Padding values are an estimate of = text on top of image + padding value = close to actual height of your image.
In hour case H1+H2 + total of 240px of padding = image height of 338px;Best of luck!
- This reply was modified 4 years, 2 months ago by biotechz. Reason: formatting
August 18, 2020 at 2:16 am in reply to: Color Section vertical fixed size issue with a background image #1238676Hi Rikard,
Regardless of the setting we are seeing just a small difference without using a min. height value. Does this feature not work on any of Mac browsers?
More than half of image is cropped out regardless if we use “Scale” or “Strech”.Before spinning our wheels and trying to size the image correctly, can you please take another look that it isn’t something we are doing wrong?
Pages have gone live so help would be appreciated.Thanks so much!
August 15, 2020 at 11:53 pm in reply to: Color Section vertical fixed size issue with a background image #1238065Thanks Rikard,
Is there no other option to set the fixed height with “Scale to Fit” image option?If we apply ‘Stretch to fit’ we loose ability to size the image properly so that the whole image is shown.
Thank you!
Thanks Jordan, I appreciate the answer!
Thank you for your support – you can close the topic.
Cheers!
Hi Rikard,
Great catch, thank you! Wasn’t even aware that the column elements themselves can be linked. -
AuthorPosts