Author Topic: "Image title doesn't match channel title" error?  (Read 2398 times)

twoormoretotango

  • Full Member
  • **
  • Posts: 29
"Image title doesn't match channel title" error?
« on: April 21, 2015, 09:19:30 pm »
As I try to validate my feed (see other thread) I have seen this error pop up:

line 34, column 52: Image title doesn't match channel title [help]

          <title>Two or More to Tango | Two or More to Tango</title>

I get the same type of error in another validator:

Line 34, Column 3: Value of rss/channel/title element should match with content within rss/channel/image/title element.

So - they sure look the same to me! Where do I go to fix this and how???

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: "Image title doesn't match channel title" error?
« Reply #1 on: April 21, 2015, 09:29:36 pm »
The problem is being cased by that extra text that's happening after the bracket. Instead of:

Code: [Select]
<title>Two or More to Tango | Two or More to Tango</title>
You just want:

Code: [Select]
<title>Two or More to Tango</title>
It's likely that a plugin outside of PowerPress or your theme is causing that extra stuff after the bracket to be added. SEO plugins are often to blame for this but not always.

twoormoretotango

  • Full Member
  • **
  • Posts: 29
Re: "Image title doesn't match channel title" error?
« Reply #2 on: April 21, 2015, 09:36:12 pm »
Hmm, OK, just went in and deactivated the only two SEO plugins, still getting the problem. Is there a place I can look to correct this?

twoormoretotango

  • Full Member
  • **
  • Posts: 29
Re: "Image title doesn't match channel title" error?
« Reply #3 on: April 21, 2015, 10:15:23 pm »
Ah - you ARE good - I switched the theme and the problem went away! Problem is I spent a LOT of time setting up the site with that theme, LOL! But good catch!

HOWEVER, the other validator (the one that Powerpress uses just gives me a "server timed out" error) still gives me this error:

"Line 34, Column 3: Value of rss/channel/title element should match with content within rss/channel/image/title element."

with it showing:

<title>Two or More to Tango &#38;#38;#38;#38;#187; Two or More to Tango</title>

Which shows up on both validators that work: still can't figure out why the feedvalidator.org checker Powerpress uses won't recognize my site. I'm about to just start over from scratch. :(

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: "Image title doesn't match channel title" error?
« Reply #4 on: April 21, 2015, 11:00:59 pm »
I know you said you posted in another thread so pardon my laziness here but could you post a URL to your feed?

And even tho switching themes sorta fixed the problem, something is still injecting some extra information into your RSS feed. So, it's probably a plugin as opposed to the theme. I'd try switching back to the theme you were using before (since you've customized it how you want) and then try deactivating/reactivating plugins one by one and see if doing that has any affect. Also, if you're using any of the SEO functions of PowerPress, you may want to try turning this off temporarily, too.

twoormoretotango

  • Full Member
  • **
  • Posts: 29
Re: "Image title doesn't match channel title" error?
« Reply #5 on: April 22, 2015, 12:47:52 am »
Here is the URL:

http://twoormoretotango.com

Just a dummy site right now. And the test podcast RSS feed is:

http://twoormoretotango.com/?feed=podcast

This works in Firefox, Chrome, etc. The Feedvalidator.org site just shows server timed out:
http://feedvalidator.org/check.cgi?url=http%3A%2F%2Ftwoormoretotango.com%2F%3Ffeed%3Dpodcast

However, other feed validators show it as valid:
http://castfeedvalidator.com/?url=http://geopodcast.dk/podcast/feed

But even after completely cleaning everything out, using a different theme, etc. and starting over, with a VERY simple site at this point (just for testing) I still get the following issues showing on that second validator:

line 34, column 54: Image title doesn't match channel title [help]

          <title>Two or More to Tango | Two (or More) to Tango</title>
                                                          ^

line 60, column 0: content:encoded should not contain data-show-count attribute [help]

    margin-left:0px;"><a href="https://twitter.com/2ormoretotango" class="twitte ...

line 60, column 0: content:encoded should not contain data-lang attribute [help]

    margin-left:0px;"><a href="https://twitter.com/2ormoretotango" class="twitte ...

line 60, column 0: content:encoded should not contain data-width attribute [help]

    margin-left:0px;"><a href="https://twitter.com/2ormoretotango" class="twitte ...

line 60, column 0: content:encoded should not contain data-align attribute [help]

    margin-left:0px;"><a href="https://twitter.com/2ormoretotango" class="twitte ...

line 60, column 0: content:encoded should not contain data-show-screen-name attribute [help]

    margin-left:0px;"><a href="https://twitter.com/2ormoretotango" class="twitte ...

line 60, column 0: content:encoded should not contain data-size attribute [help]

    margin-left:0px;"><a href="https://twitter.com/2ormoretotango" class="twitte ...

line 60, column 0: content:encoded should not contain data-dnt attribute [help]

    margin-left:0px;"><a href="https://twitter.com/2ormoretotango" class="twitte ...

line 69, column 0: content:encoded should not contain script tag [help]

                      <script>

It's very frustrating. I have friends using wordpress, though they are using libsyn for their hosting, and their RSS feeds validate just fine on the feedvalidator.org that Powerpress uses to validate. If I switch to one of the themes one of them are using, the standard twentythirteen, it DOES eliminate that image title does not match channel title (what does that even mean?) - BUT I've tried dozens of themes and the one I'm using now, blogbox, is working by far the best in terms of my logo, look, etc.

It really bothers me that no matter what theme, disabling ALL plugins except Powerpress, etc. I can't get feedvalidator.org to validate my feed. I do not want to have issues of feeds not picking it up.

Thanks.

mgdell

  • Blubrry Customer Support Coordinator
  • Administrator
  • Hero Member
  • *****
  • Posts: 3318
Re: "Image title doesn't match channel title" error?
« Reply #6 on: April 22, 2015, 11:31:01 am »
Who is your Web host? 

It could be something funky that your webhost is doing.   Go to powerpress and under that is TOOLS.  Run the diagnostic and send the results to me mike at rawvoice.com

-Mike

twoormoretotango

  • Full Member
  • **
  • Posts: 29
Re: "Image title doesn't match channel title" error?
« Reply #7 on: April 22, 2015, 11:50:46 am »
Who is your Web host? 

It could be something funky that your webhost is doing.   Go to powerpress and under that is TOOLS.  Run the diagnostic and send the results to me mike at rawvoice.com

-Mike

I've gone to a VERY basic set up so the problem does not exist at this point (twentythirteen theme, no plug ins exept Powerpress, one blog post, one podcast post.) Now the problem is feedvalidator.org will not validate, even with that basic set up. It gives a server returned time out error. Even with that VERY basic set up. Even though the RSS does appear valid (I can subscribe to it in Firefox, for example.)

I ran the diagnostic, and the only error it shows is this:
 Warning    

WordPress Version 4.1.2

Your version of PHP (5.5.11) is OK!

You are using 7% (18.1M of 256M) of available memory.

Temporary directory /tmp/ is writable.

Warning: PHP running in CGI mode.

Also, when I look at the error log for my web host, it looks like feedvalidator.org is looking for 404.shtml files that do not exist? from the log file:

"[Wed Apr 22 07:30:20 2015] [error] [client 68.194.56.4] File does not exist: /home/docdaddy/public_html/404.shtml
[Wed Apr 22 07:30:20 2015] [error] [client 68.194.56.4] File does not exist: /home/docdaddy/public_html/,
[Wed Apr 22 07:28:40 2015] [error] [client 198.252.68.211] File does not exist: /home/docdaddy/public_html/404.shtml, referer: http://twoormoretotango.com/?feed=podcast
[Wed Apr 22 07:28:40 2015] [error] [client 198.252.68.211] File does not exist: /home/docdaddy/public_html/favicon.ico, referer: http://twoormoretotango.com/?feed=podcast
[Wed Apr 22 07:24:54 2015] [error] [client 68.194.56.4] File does not exist: /home/docdaddy/public_html/404.shtml
[Wed Apr 22 07:24:54 2015] [error] [client 68.194.56.4] File does not exist: /home/docdaddy/public_html/favicon.ico
[Wed Apr 22 06:50:50 2015] [error] [client 66.249.79.104] File does not exist: /home/docdaddy/public_html/404.shtml
[Wed Apr 22 06:50:50 2015] [error] [client 66.249.79.104] File does not exist: /home/docdaddy/public_html/robots.txt
[Wed Apr 22 06:49:11 2015] [error] [client 75.66.19.186] File does not exist: /home/docdaddy/public_html/404.shtml, referer: http://twoormoretotango.com/wp-admin/admin.php?action=powerpress-jquery-media&podcast-feed=podcast&KeepThis=true&
[Wed Apr 22 06:49:11 2015] [error] [client 75.66.19.186] File does not exist: /home/docdaddy/public_html/wp-admin/css/global.css, referer: http://twoormoretotango.com/wp-admin/admin.php?action=powerpress-jquery-media&podcast-feed=podcast&KeepThis=true&"

(If this is info that should not be posted in public please delete this!)