SEO for Item Detail Pages

The titles on my item detail pages are apartment building names. They are very important to SEO, as people might search for an apartment name and I would want that page to show up in the search engine.

I found this link. Does this mean I should rename a bunch of columns in my airtable base? Should this be for the list table or the item detail page?

Here is a screenshot of the table used:

I have this page as my list:
https://www.rentsmartdenver.com/buildings

And this an example of one building:
https://www.rentsmartdenver.com/item-detail?recordId=recnvINUANnUrvthP

Also, shouldn’t this be handled by Softr in an automated way?

Hi @aar0n - you could rename columns, but I think it’s easier and more flexible to use a formula for the SEO:Title column - that lets you do things like include your site name in the window title.

As for handling in an automated way: I am guessing you mean that there should be default values for these fields if they are not present in the table? I agree that the default behavior should be really clear, and right now the documentation isn’t so clear about it.

SEO:Index does not say what the behavior will be if omitted from the table. One can hope that it will be indexed and that this field mainly exists to prevent certain pages from being indexed and that the default is true, but I don’t know for sure.

SEO:Slug does have a default value that is generated automatically if the field is omitted from the table.

SEO:Title does not seem to have a default behavior if omitted. In my testing I observed that the <title> element is only present in the page if this field is present in the table. I’m not sure what the reason for this is.

SEO:Description does not have a default, which to me seems reasonable until Softr adds AI functionality to summarize pages. (When is that coming?!)

I hope this is helpful, and if I have misunderstood what you were getting at by “in an automated way” then I apologize and welcome clarification!

1 Like

@dcoletta thank you for the detailed response.

Are you suggesting I create new columns? I suppose a new column is needed for description. But I am unsure how to align my existing set up, one that has many dependencies, to the suggested column headers with SEO:Prefix.

@aar0n can’t you do a self linking and use those values with different column names ?

I’m unsure of exactly what you suggest. Do you have a guide for something like this?

I can’t imagine I am the only one wanting to change column names for better SEO but has to think through the dependencies.

Another thought @artur

My pages have this pattern:

https://www.rentsmartdenver.com/**item-detail?recordId=recnvINUANnUrvthP**

Is there any way to have the link generated by softr not say item-detail (which is the page name), and instead use a field from airtable?

This might help on how to setup a lookup field Lookup Field - Overview | Airtable Support

It’s simply a copy of a field into another column with a different name but the value is being carried on and is not editable there

instead of item details you can call it apartments then with slug (best-ny-apartment) it will be something like

https://www.rentsmartdenver.com/apartments/best-ny-apartment?recordId=recnvINUANnUrvthP

1 Like

Can’t I just create new columns that are formulas that reference the original columns? Like @dcoletta suggests? I don’t understand the linking.

Do I need to create a new table somewhere? How does that fit into the the SEO Setting for the specific page? Why is this config not in the list block where I can assign columns?

@artur A guide or a video would be really helpful as the documentation could be more descriptive.

I do think there is an opportunity to make SEO really simple for your users since it is a complicated thing, but it isn’t there yet. See screenshot below, im quite confused between what is on the left and what the documentation says.

1 Like

Yes, it can be as simple as adding some new formula columns called SEO:Index, SEO:Slug, SEO:Title, and SEO:Description. That is how I do it! Let me know if you need help with writing those formulas.

You don’t need to use the more sophisticated approach Artur is suggesting. No new tables.

And yes, a step by step video that explains and demonstrates all the SEO-related features is a great idea.

2 Likes

Appreciate this @dcoletta

I just created these columns, but am unsure of next steps.

Do I need to do anything with the Item Details → Settings → SEO Menu, as this is blank?

How is this used when I have the SEO fields setup?

Do I need to change the fields that the block is using, now that I created these fields?

image

You don’t need to do anything with the page’s SEO settings, because for a page with a list details block on it, the database fields are going to override it anyway.

Your values look ok except I would recommend changing SEO:Slug to a formula such as this:
REGEX_REPLACE(LOWER(SEO:Title), "[\\W_]", "-"). This will result in a slug that is all lower case and uses dashes between words.

3 Likes

thank you @dcoletta

Pretty cool.

Now I need to update the SEO settings on the non list block pages :slight_smile:

@artur

I am paying for an SEO audit to get some advice and the individual said I only have 7 pages, which leads me to believe my 100s of item detail pages are not detected by Google. Why / How is this possible?

Is there something off with my site?

https://www.rentsmartdenver.com/buildings

I see many pages here: https://www.rentsmartdenver.com/sitemap.xml perhaps you need to check in google search console if they are indexed or not.