Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Unsolved Question about a Screaming Frog crawling issue
-
Hello,
I have a very peculiar question about an issue I'm having when working on a website. It's a WordPress site and I'm using a generic plug in for title and meta updates. When I go to crawl the site through screaming frog, however, there seems to be a hard coded title tag that I can't find anywhere and the plug in updates don't get crawled.
If anyone has any suggestions, thatd be great. Thanks!
-
@KyleSennikoff Hi there! It sounds like you're encountering a common challenge. Check your WordPress theme files, especially header.php, for any hardcoded title tags. Additionally, ensure that the plugin-generated title and meta updates are reflected in the betflixs HTML source code. If the issue persists, consider reaching out to the plugin's support for assistance. Good luck.
-
Undoubtedly it is https://writepaper.com/do-my-project-for-me that is the favorite of many in custom academic assignment writing. The quick turnaround makes it so that you don't have to worry about the assignment for a long time and quickly save yourself from worries by entrusting everything to real professionals who know exactly what they are doing. The experience and skills of the writers are amazing, so turn to them.
-
@Kateparish Thank you for giving your solution information. I am now using the rank math plugin for my WordPress website.
-
there are a few possible explanations and solutions you can try:
Theme settings: Some WordPress themes have built-in options to set a default title tag or meta description for your website. Check your theme settings to see if there's a section where you can modify the title tag. Look for options like "SEO" or "Header" settings within the theme's customization options.
Child theme modifications: If you're using a child theme, it's possible that the hard-coded title tag is coming from a modification made within the child theme's files. Review the code of your child theme, particularly the header.php file, to see if there's any direct reference to the title tag.
SEO plugin conflicts: It's possible that there is a conflict between the generic plugin you're using for title and meta updates and another SEO-related plugin installed on your WordPress site. Try deactivating other SEO plugins temporarily to see if the issue persists. If the problem is resolved, you may need to choose one plugin for managing your SEO metadata.
Caching plugins or server caching: If you're using any caching plugins or server-level caching, it's possible that the changes made by the plugin are not immediately reflected due to caching. Clear the cache within the caching plugin or purge the server cache to ensure that the latest changes are being served.
Plugin compatibility: Check if the generic plugin you're using for title and meta updates is compatible with your current version of WordPress. If the plugin hasn't been updated in a while, it may not work correctly with the latest WordPress version. In that case, consider finding an alternative plugin or contacting the plugin developer for support.
Manual inspection: If you've exhausted the above steps and the issue still persists, you may need to manually inspect your website's code. Use the browser's developer tools to inspect the source code and search for the specific hard-coded title tag. This will help identify where it's coming from and allow you to make the necessary modifications directly in the code.
Remember to take a backup of your WordPress site and its database before making any changes to your theme files or modifying the code.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How to index e-commerce marketplace product pages
Hello! We are an online marketplace that submitted our sitemap through Google Search Console 2 weeks ago. Although the sitemap has been submitted successfully, out of ~10000 links (we have ~10000 product pages), we only have 25 that have been indexed. I've attached images of the reasons given for not indexing the platform. gsc-dashboard-1 gsc-dashboard-2 How would we go about fixing this?
Technical SEO | | fbcosta0 -
Pages with Duplicate Content Error
Hello, the result of renewed content appeared in the scan results in my Shopify Store. But these products are unique. Why am I getting this error? Can anyone please help to explain why? screenshot-moz.groupbuyseo.org-2021.10.28-19_53_09.png
Moz Pro | | gokimedia0 -
Why does Bing bot crawl so aggressively?
We observer that the Bing bot is crawling our site very aggressively. We set Bing's crawl control so that it should not crawl us during heavy traffic hours, but that did not change a thing. Does anyone have the problem and even better a solution?
Technical SEO | | Roverandom1 -
Crawl rate dropped to zero
Hello, I recently moved my site in godaddy from cpanel to managed wordpress. I bought this transfer directly from GoDaddy customer service. in this process they accidentally changed my domain from www to non www. I changed it back after the migration, but as a result of this sites craw rate from search console fell to zero and has not risen at all since then. In addition to this website does not display any other errors, i can ask google manually fetch my pages and it works as before, only the crawl rates seems to be dropped permanently. GoDaddy customer service also claims that do not see any errors but I think, however, that in some way they caused this during the migration when the url changed since the timing match perfectly. also when they accidentally removed the www, crawl rate of my sites non www version got up but fell back to zero when I changed it back to www version. Now the crawl rate of both www and non www version is zero. How do I get it to rise again? Customer service also said that the problem may be related to ftp-data of search console? But they were not able to help any more than .Would someone from here be able to help me with this in anyway please?
Technical SEO | | pok3rplay3r0 -
Do I have a problem with missing pages in Screaming Frog?
We have category pages and some of those pages have pagination due to us having additional items. Screaming Frog could not find the items that were after page 1. Is this a problem for Google? These item pages are still in the sitemap. I am sure they can find them to index them but does it hurt rankings at all.
Technical SEO | | EcommerceSite0 -
Question on noscript tags and indexing
If I have a <noscript>tag on every page of my website with the same sentence over and over saying something to the effect of "Sorry our site uses Javascript, please enable javascript for the full site experience.", Webmaster Tools will tell me that one of the most common words on my site is "Javascript".</p> <p>Is this something to be concerned about from an SEO perspective? My site is obviously not about Javascript and I don't want to dilute my page's topic or authority by repeating words that are not relevant to the topic of my site.</p> <p>Thanks!</p></noscript>
Technical SEO | | IrvCo_Interactive0 -
Htaccess redirect with question mark
Hi I have a problem setting up my htaccess for a specific page that has a question mark in the link, and one that has a space in the link and also a question mark. So I would like 2 redirects in my htaccess like that: www.olddomain.com/page.php?page=pagename1 to www.newdomain.com/newpage1.html www.olddomain.com/page.php?page=page name2 to www.newdomain.com/newpage2.html I have tried with something like this but doesn't work: RewriteEngine on RewriteRule ^page.php?page=pagename1 "http://www.newdomain.com/newpage1.html" [R=301,L] RewriteRule ^page.php?page=page name2 "http://www.newdomain.com/newpage2.html" [R=301,L] Could someone tell me what exactly I have to change? Thanks
Technical SEO | | darkanweb0