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
-
Unsolved Duplicate LocalBusiness Schema Markup
Hello! I've been having a hard time finding an answer to this specific question so I figured I'd drop it here. I always add custom LocalBusiness markup to clients' homepages, but sometimes the client's website provider will include their own automated LocalBusiness markup. The codes I create often include more information. Assuming the website provider is unwilling to remove their markup, is it a bad idea to include my code as well? It seems like it could potentially be read as spammy by Google. Do the pros of having more detailed markup outweigh that potential negative impact?
Local Website Optimization | | GoogleAlgoServant0 -
Unsolved error in crawling
hello moz . my site is papion shopping but when i start to add it an error appears that it cant gather any data in moz!! what can i do>???
Moz Tools | | valigholami13860 -
Duplicate Content Issues with Pagination
Hi Moz Community, We're an eCommerce site so we have a lot of pagination issues but we were able to fix them using the rel=next and rel=prev tags. However, our pages have an option to view 60 items or 180 items at a time. This is now causing duplicate content problems when for example page 2 of the 180 item view is the same as page 4 of the 60 item view. (URL examples below) Wondering if we should just add a canonical tag going to the the main view all page to every page in the paginated series to get ride of this issue. https://www.example.com/gifts/for-the-couple?view=all&n=180&p=2 https://www.example.com/gifts/for-the-couple?view=all&n=60&p=4 Thoughts, ideas or suggestions are welcome. Thanks
Technical SEO | | znotes0 -
Canonical issues using Screaming Frog and other tools?
In the Directives tab within Screaming Frog, can anyone tell me what the difference between "canonicalised", "canonical", and "no canonical" means? They're found in the filter box. I see the data but am not sure how to interpret them. Which one of these would I check to find canonical issues within a website? Are there any other easy ways to identify canonical issues?
Technical SEO | | Flock.Media0 -
Exclude status codes in Screaming Frog
I have a very large ecommerce site I'm trying to spider using screaming frog. Problem is I keep hanging even though I have turned off the high memory safeguard under configuration. The site has approximately 190,000 pages according to the results of a Google site: command. The site architecture is almost completely flat. Limiting the search by depth is a possiblity, but it will take quite a bit of manual labor as there are literally hundreds of directories one level below the root. There are many, many duplicate pages. I've been able to exclude some of them from being crawled using the exclude configuration parameters. There are thousands of redirects. I haven't been able to exclude those from the spider b/c they don't have a distinguishing character string in their URLs. Does anyone know how to exclude files using status codes? I know that would help. If it helps, the site is kodylighting.com. Thanks in advance for any guidance you can provide.
Technical SEO | | DonnaDuncan0 -
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 -
Squarespace Duplicate Content Issues
My site is built through squarespace and when I ran the campaign in SEOmoz...its come up with all these errors saying duplicate content and duplicate page title for my blog portion. I've heard that canonical tags help with this but with squarespace its hard to add code to page level...only site wide is possible. Was curious if there's someone experienced in squarespace and SEO out there that can give some suggestions on how to resolve this problem? thanks
Technical SEO | | cmjolley0