missing wordpress rss feed? - wordpress

I have a site created with wordpress and I would like to inform all my visitors about the latest uploads and/or posts.
I tried to use WP RSS Aggregator, but I can't even get my feed using: https://dir.szkt.hu/feed/ as suggested in wp codex.
I do not get a basic feed list, just a bunch of crapy code:image
Ps help me.
Thx

The URL that you included in your question is going to a login page.
The most likely situation is that you, in your browser, logged into your site, are seeing the raw XML code of the feed. But when you put the URL into a feed reader, that software is not authenticated to the site. It sees the HTML of your login page, just like any random visitor to the site would.
Since the login page's HTML is not a valid feed, you get an error:
Invalid feed URL
The probable solution: you need to make the feed URL public, and not require a login to view it.

It is the feed. Use some feed reader to view it correctly.

Related

Does Wordpress list all pages for crawlers?

I created a page on a Wordpress site that was for internal use only and triggers some backend code. Within a few days I started seeing hits on that page from "bingbot".
I'm not using any kind of sitemap plugin. How are crawlers finding this page?
I know the robots.txt file can block them but I want to make sure they don't show up for crawlers that don't respect this. I still want to have the page publicly accessible if someone types in the URL.
What needs to be done in Wordpress to make sure a page can't be discovered except by typing in the URL?
Any given URL is potentially "discovered" once the post is published and if there's a link to it from elsewhere on your site. There's no guaranteed way to prevent search engines from indexing a URL.

How to bypass Tumblr's safe mode for RSS feeds

I use FeedDemon and I noticed that some Tumblr RSS feeds had stopped working recently. I thought it was random but I found out that all of the feeds that stopped working were for NSFW blogs.
It seems as though Tumblr's default safe mode filter is preventing RSS feeds from working for NSFW blogs. An example of how trying to access one of these feeds can be found here, it appears as though the html for the 'safe mode' page is accessed instead of the RSS itself. Is there any way to make it so that these feeds can be accessed from a program such as FeedDemon?
UPDATE: it appears as though tumblr has changed their policy, as NSFW blog RSS feeds can now be accessed by my RSS reader without any modification done by myself.
It appears that Tumblr has made an exception for Feedburner ― all Tumblr RSS feeds can be retrieved by Feedburner, and from there they can be read by any aggregator.
The basic steps:
Log in to / create account for Feedburner
Get the url of the RSS feed for the blog in question (e.g., https://staff.tumblr.com/rss)
Enter that url in the field under "Burn a feed right this instant"
Review the presented options, then hit Next »
Add the displayed Feedburner url to your feed reader
Late answer but I had the same problem. Feeddemon uses your internet browser you've set up in the options to check feeds - In my case Internet Explorer. All you need to do is log in to tumblr using that browser and your feed will be able to access the nsfw rss feed.

Google cached url for specific site and parmanent url redirection

first i like know how can i see what are the pages are cached of my web site. say my web site is www.mysite.com
i am going to change few urls of my site but there is one problem that i may loose SEO. suppose google cached this page of my url like
www.mysite.com/detailproduct.aspx?id=200 now i have change the location and name of the page. say now detail product name change to product and url looks like
www.mysite.com/catalog/products.aspx?id=200 so when people search google and if this link www.mysite.com/detailproduct.aspx?id=200 comes in google search and if user click on this link then no relevant page will display. so first of all i need to know what are the different pages has been cached of my web site by google if i know then i can write permanent redirection logic as a result google cache pages url will be change..i guess.
if anyone know any best practice to handle this situation then please discuss in details. the situation is few page name and location has been change and if user search google and if old page url comes then no page will display when user click on those link. i want to handle this situation in best way....what is all of your suggestion. thanks

How can I change the RSS feed address of my Wordpress blog?

I have redirected my Wordpress RSS feed (domain.com/feed) to FeedBurner, and made the FeedBurner feed the one publicly visible.
Still, the URL of the Wordpress RSS feed is the standard for any Wordpress blog (.../feed), and I have noticed that many readers are manually setting their RSS to this feed rather the FeedBurner url.
How can I change Wordpress' feed address so that it is private to the public, but still available to FeedBurner?
You need to look for a plugin called Feedsmith. It does this perfectly.
there are many ways to do that ,but this plugin do it easily for you , just enable and set security token:
https://wordpress.org/plugins/feed-changer/

How can I display WordPress posts on a sub domain not running wordpress?

I have recently taken over a site which has a wordpress blog on a subdomain. I need to list all the posts on a 'news' page.
The page I need to display it on is a HTML page. I have looked into doing an RSS feed but had no luck. I've also looked into pulling the data from the database but I lack the skills!
Any help would be great.
I have looked into doing an RSS feed but had no luck.
That's the best way to do it. What doesn't work?
See Developer's Guide - Google AJAX Feed API - Google Code and Magpie RSS - PHP RSS Parser
Or see http://codex.wordpress.org/Integrating_WordPress_with_Your_Website for code examples and list the posts.

Resources