Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google "not found" page means it's still being reference somewhere? #121

Open
lisad opened this issue Jul 23, 2024 · 1 comment
Open

Google "not found" page means it's still being reference somewhere? #121

lisad opened this issue Jul 23, 2024 · 1 comment
Assignees

Comments

@lisad
Copy link
Member

lisad commented Jul 23, 2024

Google's Search console says it can't find the page https://portmap.dtinit.org/articles_feed. I wondered if there was still a link to it in our code from before we changed that URL to /rss.

This line in views.py:

    link = "https://portmap.dtinit.org/articles_feed"

means that our RSS feed still references this link in line 4:

<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>RSS Feed</title>
<link>https://portmap.dtinit.org/articles_feed</link>
<description>Articles from Portability Articles repo</description>

So I guess this should have changed when we changed the URL to /rss

@aaronjae22
Copy link
Collaborator

aaronjae22 commented Sep 25, 2024

I'll be adding a couple of issues in here that are done alongside with this ticket.

I improved as long as I could the RSS Feed (the Django Syndication Feed Framework doesn't seem very editable) and did some testing to check if it's readable in a RSS Reader such as Feedly.

PR: #126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants