spartaleen
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Analysis issuesThe url I need help with is a wordpress post:
https://spartagrounds.com/lot-32-allans-point-estates/The SEO analysis results tell me:
Analysis results
Problems (4)
Keyphrase in introduction: Your keyphrase or its synonyms do not appear in the first paragraph. Make sure the topic is clear immediately.Although, if you check the page, the first row is an H1 tag wtih the focus keyphrase. Could you please advise why the analysis is not accurate on my posts?
Forum: Plugins
In reply to: [Yoast SEO] Analysis issuesHi Jeroen, I am not sure the answer to that, but we are using Uncode wordpress theme and the frontend editor to design the page. However, when I edit the post with WordPress natively to see the SEO score and readability analysis, I believe the following code is being interpreted as text:
[vc_row row_height_percent="0" override_padding="yes" h_padding="2" top_padding="2" bottom_padding="0" overlay_alpha="50" gutter_size="3" column_width_percent="100" shift_y="0" z_index="0" uncode_shortcode_id="552631"][vc_column column_width_percent="100" align_horizontal="align_center" gutter_size="3" overlay_alpha="50" shift_x="0" shift_y="0" shift_y_down="0" z_index="0" medium_width="0" mobile_width="0" width="1/1" uncode_shortcode_id="320457"][vc_custom_heading heading_semantic="h1" text_size="h1" sub_lead="yes" sub_reduced="yes" uncode_shortcode_id="154958" subheading="LOT 32"]
Also, an observation I made… that this behavior is only happening for Posts. For Pages, the analysis works fine.
- This reply was modified 2 years ago by spartaleen.
- This reply was modified 2 years ago by spartaleen.
Thank you for the input. Works great!
- This reply was modified 3 years, 6 months ago by spartaleen.
- This reply was modified 3 years, 6 months ago by spartaleen.
Yes, I am looking to select a value in my dropdown based on the record id passed in the querystring. Is this possible please?
I am getting an error with the below code now:
Unexpected error: Unexpected character “&” in “template_5cc31d884de901e6354a6ddb9232be1a09530a71” at line 37.
{% view entity="cr466_parcel" name="Active Parcels" cache="PT2H" %} <select class="orderform_col" name="cr466_interestedinparcel">{% for recordId, record in entityview.rows %} <option value="{"LogicalName":"cr466_parcel", "Id":"{{recordId}}", "DisplayName":"{{record['cr466_name'].value}}"}">{{record['cr466_name'].value}}</option> </select> {% endview %}