Hello everybody, I searched everywhere in the posts but I did not find a definitive solution to my problem: make sure that my dynamic pages are indexed correctly by Google.
I work with ASP.net and MSSQL
The pages work correctly but I realized that dynamic titles and descriptions are not considered by Google.
I tried to force tag like that:
I ask you for help on how to deal with the problem without switching to Nodejs (I tried it, but I have other types of errors and especially would not want to redo the work already done).
Should I focus on Rewrite URLs? This could solve my problems? I tried this too but I wasnât sure I was on the right track so I let it go.
I dont think full SEO and Wappler combined with .NET is a good mix, Iâve had similar issues with this.
Heres the thread:
We use .NET with MariaDB. A powerful way to promote any website is by allowing users to share what theyâre seeing, if we create a live data page in Wappler and we cant allow users to share what were creating it means big problems for us, and anyone else who wants to do the same.
We decided against the prerender service as its $99 per month for each site we deploy it on.
Our only other option is to use .NET code directly on the page instead of App Connect expressions, which kind of defeats the purpose of using Wappler for us. Weâre currently rewriting a lot of our content to make up for this shortfall.
We have NodeJS projects starting so thereâs no problem there but our core is .NET and always will be.
@TMR thatâs a different topic. Youâre referring to Facebook not being able to render javascript expression in the meta tags. The topic here is about Google and google renders and reads these expressions witout any issue.
I really donât want to ask the customer to spend money on that kind of service!
I would expect to be able to handle the problem in wappler or somehow, but in a simple way.
I canât change programming language
With rewrite url I could get similar results or improvements?
Thank you teo, sorry if I do not explain well.
I have difficulty indexing the details pages.
In my website I have a page called âeventsâ with a data detail that makes a normal query.
That page is indexed.
Clicking on each event you go on âevents-details2.aspx? id=XXXâ. I canât get those pages indexed to Google.
Root apps are always set to âpageâ, I donât have blocks on robots.txt or sitemap.xml
In disagree, the topic is about SEO (in the title), Google is mentioned but the crux of the issue is the way Wappler deals with SEO. My point being that Facebook marketing is vital for a huge amount of websites, and a major SEO benefit, yet Wappler deals with it badly in a .NET environment.
I mean that if Iâm searching for the same word (for example, the title of the event), Google it only returns the âevents.aspxâ page and not the relative page âevent-details page?ID=XXXâ
@TMR can you please stick to the current topic - which is about some pages for @markoax21 not being indexed? Your facebook issues have nothing to do with this one, please open a separate topic if you need to discuss these.
Well are these pages linked somewehere on some page in your site? If there are no links to them, how would google know about the existence of these pages? Also have you checked the google search console tools to see how your pages are performing?
A page missing from google search results can be 1000 different things âŚ
But thatâs not a real link, itâs a click event that redirects to somewhere ⌠why not use href, so that the search engine knows thatâs a link and index the url it points to?
âŚactually googleâs real-time test fails to read the fields
I checked the same in old sites made in ASP with Dreamweaver and this does not happen: where there are dynamic fields, in search console I see the corresponding queries
I canât really recreate this. I have quite a few sites in the google search console and Live Test shows all the dynamic data on all the indexed pages.
Are you sure there are no any errors in your browser dev tools?